23 lines
789 B
Markdown
23 lines
789 B
Markdown
# JirkaBuilds.dev
|
|
|
|
This repository holds whole entry site to [JirkaBuilds.dev](https://jirkabuilds.dev).
|
|
|
|
Template, settings and all blog and project articles are stored 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.
|
|
|
|
|
|
|
|
## License
|
|
Unless otherwise stated, the source code of this website (HTML, CSS, JavaScript, Hugo configuration) is licensed under the **MIT License** (see the `LICENSE` file).
|
|
|
|
All blog content (article texts in the `/content` directory and photographs/images created by the author) is licensed under the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)**.
|