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