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