My own website
Find a file
2022-07-24 16:04:07 +03:00
.github/workflows Fix FTP username secret 2022-07-24 16:04:07 +03:00
_data Minecraft-server + relative links 2022-03-12 23:53:25 +03:00
_includes Minecraft-server + relative links 2022-03-12 23:53:25 +03:00
_layouts Make header sticky 2022-02-09 22:47:10 +03:00
assets/images new image 2021-09-12 22:21:41 +03:00
en update links to UltimMC 2022-05-22 18:19:13 +03:00
.gitignore Make site use jekyll (and minor fixes) 2021-08-24 00:10:49 +03:00
404.html Make site use jekyll (and minor fixes) 2021-08-24 00:10:49 +03:00
_config.yml Add README.MD and LICENSE 2022-05-22 19:59:42 +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
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
index.html update links to UltimMC 2022-05-22 18:19:13 +03:00
LICENSE Add README.MD and LICENSE 2022-05-22 19:59:42 +03:00
mstile-150x150.png Favicons 2021-01-26 21:01:53 +03:00
my_pc.html My PC: HDD update. Specified RAM sticks. 2022-02-09 22:40:19 +03:00
README.MD Add README.MD and LICENSE 2022-05-22 19:59:42 +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

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.