cabin

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

commit 7626b75684d7b1d6e1d1585c19ab25cf9245f6a7
parent 14f5684f2b8e71751496f595f285bf2dfc2de5c3
author Dimitrije Dobrota < mail@dimitrijedobrota.com >
date Sat, 4 Jan 2025 20:02:56 +0100

Add README.md

Diffstat:
A README.md | ++++++++++++++++++++++++++++++++

1 files changed, 32 insertions(+), 0 deletions(-)


diff --git a/ README.md b/ README.md

@@ -0,0 +1,32 @@

# Cabin

This repository contains all of the code for [my website](https://dimitrijedobrota.com/).


## Description

Apart from CSS and JS, which provide a nice looking theme with the ability to
toggle between day and night modes, all of the content is written in Markdown.
For that I leverage the power of [Stamd](https://github.com/DimitrijeDobrota/stamd), which turns Markdown to HTML, using the
first few lines as configuration.

Contents of my blog is stored in /blog folder and is also automatically
generated and indexed.


## Dependencies

* CMake 3.25.2 or latter
* Compiler with C++20 support (tested: clang 16.0.5, gcc 13.2.0)
* [Stamd](https://github.com/DimitrijeDobrota/stamd)


## Usage

> Please reference cabin_deploy.sh for relevant usage example.


## License

This project is licensed under the MIT License -
see the [LICENSE](LICENSE.md) file for details