Go to file
CrimsonTome 5364581afa
chore: update readme with new repo info
2023-02-21 02:18:30 +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 show only the first post in blog at once 2023-02-21 02:02:35 +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 chore: update readme with new repo info 2023-02-21 02:18:30 +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 chore: update readme with new repo info 2023-02-21 02:18:30 +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 using the terminimal theme, 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.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.