New Event is a theme for Jekyll adapted from the Bootstrap based theme with the same name from the good folks at templatemo.
You can either:
- Clone the repo using the following command
git clone https://github.com/thypirate/new-event-jekyll.git
. - Download, Fork or Clone on Github.
- You can edit and add new entries like Google Analytics, Jekyll plugins in the
_config.yml
to suit your needs.
While in the root of you project/site there are two commands you can use to build:
jekyll build
- Builds the site and outputs in the_site
directory.jekyll serve
- Does the same and rebuilds when you make changes to the site and runs a local web server athttp://localhost:4000
.