Skip to content

jenkins-ru/jenkins-ru.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0bdf0f · Jun 27, 2021
Jun 27, 2021
Jun 27, 2021
Jul 30, 2018
Jul 30, 2018
May 20, 2017
Jul 29, 2018
Jul 28, 2018
Jul 29, 2018
Sep 10, 2016
Dec 29, 2017
Feb 12, 2017
Jan 25, 2017
Nov 1, 2017
Dec 29, 2017
Jan 23, 2016
Jan 23, 2017
Jun 27, 2021
Jul 30, 2018
Jan 7, 2018
Sep 10, 2016
Jul 29, 2018
Jul 30, 2018
Sep 11, 2016

Repository files navigation

Just a personal site

Based on Indigo Minimalist Jekyll Template.

Setup

If you want to test locally on your machine, do the following steps also:

  1. Install Jekyll, NodeJS and Bundler.
  2. Clone the forked repo on your machine
  3. Enter the cloned folder via terminal and run bundle install
  4. Then run bundle exec jekyll serve --config _config.yml,_config-dev.yml
  5. Open it in your browser: http://localhost:4000
  6. Test your app with bundle exec htmlproofer ./_site
  7. Do you want to use the jekyll-admin plugin to edit your posts? Go to the admin panel: http://localhost:4000/admin. The admin panel will not work on GitHub Pages, only locally.