From dbbb3db64638401e64bb310e1e4e72e205c087c7 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Wed, 27 Aug 2025 17:36:41 +0200 Subject: [PATCH] docs(README): update project description --- README.md | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) 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 +```