Files
blog.zlinux.ru/README.md

35 lines
985 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).
## Установка zola
```$ sudo pacman -S zola```
Инициализируем новый сайт (blog для примера)
```$ zola init blog```
Отвечаем на несколько вопросов
```
> What is the URL of your site? (https://example.com): https://адрес_сайта.ru
> Do you want to enable Sass compilation? [Y/n]: y
> Do you want to enable syntax highlighting? [y/N]: y
> Do you want to build a search index of the content? [y/N]: y
```
Клонируем резиторий
```$ git clone https://gitea.zlinux.ru/gitea/zloy_linux/blog.zlinux.ru.git ~/blog```
переходим в директорию нашего блога
```$ cd ~/blog```
Собираем и запускаем
```
$ zola build
$ zola serve
```
<img src="screenshot.png">