vykulakov / vykulakov.github.io

Just personal short notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vykulakov.github.io website

vykulakov.github.io is supposed to be a place to store any personal notes. So this repository contains just the source code for the site.

Development

To work with this project locally install Ruby and Bundler before. To do it on Ubuntu run the following commands:

sudo apt install ruby
sudo apt install bundler

Then go to the project directory and init the project:

bundle install

And finally, it will be possible to run a local Jekyll server:

bundle exec jekyll serve

Now you can see the site at url http://127.0.0.1:4000/

About

Just personal short notes


Languages

Language:HTML 56.6%Language:JavaScript 29.7%Language:Ruby 13.7%