Go to file
CTome 77261ea21c
rm old laptop from stack
2024-04-14 23:18:19 +01:00
src/blog rm old laptop from stack 2024-04-14 23:18:19 +01:00
.gitignore feat: add terminal theme and begin config 2023-02-16 22:53:07 +00:00
CHANGELOG update CL 2023-06-03 16:59:09 +00:00
CONTRIBUTING.md format all with prettier 2022-09-17 03:17:21 +01:00
LICENSE chore: update license 2023-02-21 02:12:36 +00:00
README.md remove: prettier style 2023-02-25 02:29:20 +00:00
changelog chore: fill in password-managers post 2022-12-26 11:06:33 +00:00
update.sh chore: update script 2023-03-03 15:48:45 +00:00

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

Repo Size Commit Activity /month Last git commit

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.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.