Initial commit
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user