From 525b212e43823c8a28f59eb75d8125c34f0d691e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Stehl=C3=ADk?= Date: Mon, 23 Mar 2026 17:59:57 +0100 Subject: [PATCH] Initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md 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.