19 lines
768 B
Markdown
19 lines
768 B
Markdown
|
+++
|
||
|
template = "index.html"
|
||
|
title = "Hello World!"
|
||
|
+++
|
||
|
|
||
|
Hi!
|
||
|
|
||
|
There is your great future static site build with Zola ^w^
|
||
|
|
||
|
Check [the docs](https://www.getzola.org/documentation/getting-started/overview/) to get started!
|
||
|
|
||
|
## Tips
|
||
|
|
||
|
- Your Zola is installed in `/var/www/zola`
|
||
|
- Your content should be in `/var/www/zola/content`
|
||
|
- Your config file is `/var/www/zola/config.toml` (see [config docs](https://www.getzola.org/documentation/getting-started/configuration/))
|
||
|
- [Choose a theme](https://www.getzola.org/themes/), install it in `/var/www/zola/themes`, then configure it in your `config.toml` file
|
||
|
- This website will be automatically updated each time you modify something inside the `content`, `static`, `templates` or `themes` folders or the `config.toml` file!
|