Files
blog.zlinux.ru/README.md

24 lines
559 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# blog.zlinux.ru
Мой блог на [zola](https://github.com/getzola/zola) с измененной темой оформления (gruvbox) от [tabi](https://github.com/welpo/tabi).
## Установка
```$ sudo pacman -S zola```
Клонируем репозиторий
```$ git clone https://gitea.zlinux.ru/gitea/zloy_linux/blog.zlinux.ru.git ~/blog```
переходим в директорию нашего блога
```$ cd ~/blog```
Собираем и запускаем
```
$ zola build
$ zola serve
```
<img src="screenshot.png">