1.7 KiB
1.7 KiB
CrimsonTome's Blog
My personal blog documenting my journey into open-source development alongside other things.
Created with Zola, hosted on my VPS
Development
- clone the repo
- run
zola serve
when insrc/blog/
- make some changes and watch them update in the browser
Building
Zola
- 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 . .
Contributing
See CONTRIBUTING.md for information on adding to this repository.
Changelog
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
License
crimsontome-blog 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.