68950d03f5 | ||
---|---|---|
.github | ||
.idea/.idea.crimsontome-blog.dir/.idea | ||
src/blog | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
CHANGELOG | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
changelog | ||
new-post.sh |
README.md
CrimsonTome's Blog
My personal blog documenting my journey into open-source development alongside other things.
Created with Zola using the terminimal theme, 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.