- Install Jekyll:
gem install jekyll bundler - Fork this repository and clone your fork
- Edit
_config.ymlto personalize your site
You have to fill some informations on _config.yml to customize your site:
description: A blog about lorem ipsum dolor sit amet
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://localhost:3000" # the base hostname & protocol for your siteDon't forget to change your URL before you deploy your site!
- Color Customization
- Edit the
.sassvariables
- Edit the
- Particle Customization
- Edit the json data in particle function in
app.js - Refer to
Particle.jsfor help
- Edit the json data in particle function in
In order to compile the assets and run Jekyll locally you need to follow those steps:
- Install Jekyll
- Run
jekyll build - Start and http-server in the folder
_site