cabin

Source code for personal website
git clone git://git.dimitrijedobrota.com/cabin.git
Log | Files | Refs | README | LICENSE

README.md (876B)


      1 # Cabin
      2 
      3 This repository contains all of the code for [my website](https://dimitrijedobrota.com/).
      4 
      5 
      6 ## Description
      7 
      8 Apart from CSS and JS, which provide a nice looking theme with the ability to
      9 toggle between day and night modes, all of the content is written in Markdown.
     10 For that I leverage the power of [Stamd](https://github.com/DimitrijeDobrota/stamd), which turns Markdown to HTML, using the
     11 first few lines as configuration.
     12 
     13 Contents of my blog is stored in /blog folder and is also automatically
     14 generated and indexed.
     15 
     16 
     17 ## Dependencies
     18 
     19 * CMake 3.25.2 or latter
     20 * Compiler with C++20 support (tested: clang 16.0.5, gcc 13.2.0)
     21 * [Stamd](https://github.com/DimitrijeDobrota/stamd)
     22 
     23 
     24 ## Usage
     25 
     26 > Please reference cabin_deploy.sh for relevant usage example.
     27 
     28 
     29 ## License
     30 
     31 This project is licensed under the MIT License -
     32 see the [LICENSE](LICENSE.md) file for details