Go to file
CrimsonTome 6613bae73d
docs: update readme with zola info
2023-02-17 03:53:59 +00:00
.github remove workflows and add stack to main page 2023-02-17 03:47:37 +00:00
.idea/.idea.crimsontome-blog.dir/.idea keybase 2022-03-24 00:25:36 +00:00
src/blog remove workflows and add stack to main page 2023-02-17 03:47:37 +00:00
.gitignore feat: add terminal theme and begin config 2023-02-16 22:53:07 +00:00
.prettierignore style: prettier formatting 2022-11-07 00:24:02 +00:00
.prettierrc.json format all with prettier 2022-09-17 03:17:21 +01:00
CHANGELOG docs: update readme with zola info 2023-02-17 03:53:59 +00:00
CONTRIBUTING.md format all with prettier 2022-09-17 03:17:21 +01:00
LICENSE Initial commit 2021-10-15 22:30:12 +01:00
README.md docs: update readme with zola info 2023-02-17 03:53:59 +00:00
changelog chore: fill in password-managers post 2022-12-26 11:06:33 +00:00
new-post.sh chore: add test script for new post scaffolding 2023-01-30 01:48:20 +00:00

README.md

CrimsonTome's Blog

My personal blog documenting my journey into open-source development alongside other things.
Created with Zola, hosted on my VPS

Repo Size Commit Activity /month Last git commit code style: prettier

Development

  • clone the repo
  • run zola serve when in src/blog/
  • make some changes and watch them update in the browser

Building

Zola

  • run zola build when in src/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.