weryskok.ru/README.MD
Alexander Minkin 7aa6938137
refactor: change SSG to Zola (#1)
* ci: disable action as it will need a rework

* refactor: change SSG to Zola

* ci: set up action for Zola
2024-09-22 15:06:28 +03:00

14 lines
505 B
Markdown

# WerySkok.ru
This repo contains source code for [weryskok.ru](https://weryskok.ru).
## What tools are used?
* [Zola](https://www.getzola.org/) as static site generator
* [Darkly Bootstrap](https://bootswatch.com/darkly/) for components to build this site
## How to build this site?
1. [Install Zola](https://www.getzola.org/documentation/getting-started/installation/).
2. ``git clone https://github.com/WerySkok/weryskok.ru.git && cd weryskok.ru``
3. ``zola build``
## Why not GitHub Pages?
Am lazy.