mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 16:33:03 +03:00
577 B
577 B
WerySkok.ru
This repo contains source code for weryskok.ru.
What tools are used?
- Jekyll as static site generator
- Darkly Bootstrap for components to build this site
How to build this site?
- Install
nodejs
,ruby
andrubygems
. gem install bundler
.- Add gems dir to path.
git clone https://github.com/WerySkok/weryskok.ru.git && cd weryskok.ru
bundle install
JEKYLL_ENV=production bundle exec jekyll build
Why not GitHub Pages?
Am lazy.