Skip to content

timiskhakov/timiskhakov.github.io

Repository files navigation

Requirements

  1. To build and run the blog locally make sure you have the following dependencies installed on the machine:

Check out Jekyll's installation page to get detailed instructions.

  1. Install dependencies:
bundle install

Creating a New Post

  1. Add a post using the format yyyy-MM-dd-{title}.md to _posts.
  2. Put images to the images directory (if there are any).
  3. Build the site:
bundle exec jekyll build

Running Locally

  1. Execute:
bundle exec jekyll serve
  1. Navigate to http://localhost:4000.