A minimalistic jekyll theme
Home page
Posts will be listed by category in the Archive
page alongside with their tags
-
Clone the repository to your computer and run it
$ git clone https://github.com/kuoa/julia.git $ bundler install $ jekyll serve
Edit the _config.yml
file and make the theme yours.
- Change the base color in /css/main.sccs
$brand-color: new-color;
- To enable comments modify the
disqus_shortname
- To enable google-analytics set
google-analytics
to true and paste your tracking code in/_inludes/google_analytics.html
- To add links to the navbar edit the
links
section