mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 08:23:02 +03:00
17 lines
577 B
Markdown
17 lines
577 B
Markdown
# WerySkok.ru
|
|
This repo contains source code for [weryskok.ru](https://weryskok.ru).
|
|
|
|
## What tools are used?
|
|
* [Jekyll](https://jekyllrb.com/) as static site generator
|
|
* [Darkly Bootstrap](https://bootswatch.com/darkly/) for components to build this site
|
|
|
|
## How to build this site?
|
|
1. Install ``nodejs``, ``ruby`` and ``rubygems``.
|
|
1. ``gem install bundler``.
|
|
1. Add gems dir to path.
|
|
1. ``git clone https://github.com/WerySkok/weryskok.ru.git && cd weryskok.ru``
|
|
1. ``bundle install``
|
|
1. ``JEKYLL_ENV=production bundle exec jekyll build``
|
|
|
|
## Why not GitHub Pages?
|
|
Am lazy.
|