mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-22 16:03:03 +03:00
My own website
|
||
---|---|---|
.github/workflows | ||
_data | ||
_includes | ||
_layouts | ||
assets/images | ||
en | ||
.gitignore | ||
.prettierrc | ||
404.html | ||
_config.yml | ||
android-chrome-192x192.png | ||
android-chrome-512x512.png | ||
apple-touch-icon.png | ||
browserconfig.xml | ||
favicon-16x16.png | ||
favicon-32x32.png | ||
favicon.ico | ||
Gemfile | ||
Gemfile.lock | ||
index.html | ||
LICENSE | ||
mstile-150x150.png | ||
my_pc.html | ||
README.MD | ||
safari-pinned-tab.svg | ||
site.webmanifest |
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.