This is a cookiecutter template to quickly generate a Jekyll blog with an Energize Andover theme.
The theme is based on Cayman. It has the following modifications:
- Changed font from Open Sans to Roboto
- Changed
index.mdto display all blog posts
The post_gen_project.py
script will set up the project similarly to jekyll new,
running bundle install.
It also sets up the project under Git and creates the first commit for you.
cookiecutter(install usingpip)jekyll(view installation)git(install using your package manager)- A Github account
Run cookiecutter gh:energize-andover/blog-cookiecutter.
Go to https://github.com/new to create your repository.
Name it github_username.github.io,
replacing github_username with your own username.
Follow the instructions under "...or push an existing repository from the command line".