This website is a modified fork of https://github.com/raviriley/agency-jekyll-theme. To see the original README visit the original repository.
- sublinks in navigation bar
- custom sections on front page
- more customization options regarding theme colors
In order to use build this project Jekyll
needs to be installed on your
system. Follow the installation steps for your OS outlined here:
https://jekyllrb.com/docs/installation/
Once installed, Jekyll
can be used to serve the website locally by running
the command below in the project's root directory:
jekyll serve
In order to build the page and output the static content into the _page
folder, run the following command:
JEKYLL_ENV=production jekyll build