mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 00:13:01 +03:00
My own website
* ci: disable action as it will need a rework * refactor: change SSG to Zola * ci: set up action for Zola |
||
---|---|---|
.github/workflows | ||
content | ||
data | ||
static | ||
templates | ||
.gitignore | ||
config.toml | ||
LICENSE | ||
README.MD |
WerySkok.ru
This repo contains source code for weryskok.ru.
What tools are used?
- Zola as static site generator
- Darkly Bootstrap for components to build this site
How to build this site?
- Install Zola.
git clone https://github.com/WerySkok/weryskok.ru.git && cd weryskok.ru
zola build
Why not GitHub Pages?
Am lazy.