diff --git a/README.md b/README.md index 596804f..9d7c095 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,27 @@ -# Website -- My personal website https://www.filiprojek.cz -- Written in [Zola](https://getzola.org) +# fr/website -## To run development server -- `zola serve` -- Then it can be access at http://127.0.0.1:1111/ +Personal website of **Filip Rojek** built with **[Zola](https://www.getzola.org/)** (Tera templates, SASS). -## To Do -- [ ] Docker? -- [ ] redesign contact -- [ ] redesign about -- [ ] check about text content -- [ ] responsibility +Live content: posts and projects. -# Projects - - nork - - website - - debrepo - - auto irrigation - - auto awning close - - FofrTasks - - FofrMess - - pkmples.cz - - deguapp? - - wpa_tui? - - dotfiles +--- + +## Quick start + +### Prerequisites +- Zola (install from your distro or see https://www.getzola.org/documentation/getting-started/installation/) + +### Develop +```bash +# run local dev server +zola serve +# default: http://127.0.0.1:1111 +```` + +### Build + +```bash +# render to ./public +zola build +```