My own website
Go to file
Alexander Minkin f8542553ec
Change Shikimori links
Shikimori domain was stolen for some strange reason lmao
2023-04-15 19:39:00 +03:00
.github/workflows Теперь должно заливать 2022-07-24 16:12:30 +03:00
_data Minecraft-server + relative links 2022-03-12 23:53:25 +03:00
_includes С новым годом! 2023-01-03 21:11:05 +03:00
_layouts Auto-detect language 2022-10-18 23:16:29 +03:00
assets Fix js 2022-10-28 22:46:44 +03:00
en Change Shikimori links 2023-04-15 19:39:00 +03:00
.gitignore Make site use jekyll (and minor fixes) 2021-08-24 00:10:49 +03:00
.prettierrc Add .prettierrc 2022-10-18 23:15:32 +03:00
404.html Add title to 404 page 2022-10-18 23:16:00 +03:00
Gemfile Make site use jekyll (and minor fixes) 2021-08-24 00:10:49 +03:00
Gemfile.lock update lockfile again 2022-05-22 17:54:07 +03:00
LICENSE Add README.MD and LICENSE 2022-05-22 19:59:42 +03:00
README.MD Add README.MD and LICENSE 2022-05-22 19:59:42 +03:00
_config.yml Enable ES6 support in minifier 2022-10-18 23:23:08 +03:00
android-chrome-192x192.png Favicons 2021-01-26 21:01:53 +03:00
android-chrome-512x512.png Favicons 2021-01-26 21:01:53 +03:00
apple-touch-icon.png Favicons 2021-01-26 21:01:53 +03:00
browserconfig.xml Favicons 2021-01-26 21:01:53 +03:00
favicon-16x16.png Favicons 2021-01-26 21:01:53 +03:00
favicon-32x32.png Favicons 2021-01-26 21:01:53 +03:00
favicon.ico Favicons 2021-01-26 21:01:53 +03:00
index.html Change Shikimori links 2023-04-15 19:39:00 +03:00
mstile-150x150.png Favicons 2021-01-26 21:01:53 +03:00
my_pc.html Update PCs data 2022-10-19 10:24:38 +03:00
safari-pinned-tab.svg Favicons 2021-01-26 21:01:53 +03:00
site.webmanifest Favicons 2021-01-26 21:01:53 +03:00

README.MD

WerySkok.ru

This repo contains source code for weryskok.ru.

What tools are used?

How to build this site?

  1. Install nodejs, ruby and rubygems.
  2. gem install bundler.
  3. Add gems dir to path.
  4. git clone https://github.com/WerySkok/weryskok.ru.git && cd weryskok.ru
  5. bundle install
  6. JEKYLL_ENV=production bundle exec jekyll build

Why not GitHub Pages?

Am lazy.