mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 08:23:02 +03:00
* ci: disable action as it will need a rework * refactor: change SSG to Zola * ci: set up action for Zola
14 lines
505 B
Markdown
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.
|