commit 525b212e43823c8a28f59eb75d8125c34f0d691e Author: Jirka StehlĂ­k Date: Mon Mar 23 17:59:57 2026 +0100 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b1e924 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# JirkaBuilds.dev + +This repository holds whole entry side to [JirkaBuilds.dev](https://jirkabuilds.dev). + +Template, settings and all blog and project articles are store in this repository. + +## Adding new content + +To create new blog/project article: +```bash +hugo new blog/{article_name}.md +hugo new projects/{article_name}.md +``` + +Then just edit `*/{article_name}.md` and add content.