My personal blog documenting my journey into open-source development alongside other things.
Created with Zola using the terminimal theme, hosted on my VPS
- clone the repo
- run
zola serve
when insrc/blog/
- make some changes and watch them update in the browser
- run
zola build
when insrc/blog
(this will only give the right site if your domain matches the base url, Zola is weird like that. serve will work fine)
. . Docker instructions may return in the future . .
See CONTRIBUTING.md for information on adding to this repository.
Run ./changelog
to generate the changelog after your commit, then git add . && git commit --amend --no-edit
to generate the changelog
The changelog is available here
crimsontome.com is released under the MIT License. The full license text is included in the LICENSE file in this repository. Tldr legal have a great summary of the license if you're interested.