Portal is a mobile-first Jekyll theme for technical blogs and websites. For more info, read this blog post.
These instructions assume you have Jekyll installed on your machine.
git clone https://github.com/umermansoor/Portal-Jekyll-Theme.git
jekyll serve --watch
If everything works as expected, you should be able to see the theme with some sample contents at http://127.0.0.1:4000/index.html
To start modifying the theme, update the _config.yml
file. Blog posts go in the _posts
folder.
You should always leave the baseUrl
in _config.yml
as empty e.g.
baseurl: ''
You should set the url
property to the URL of your website if you are deploying it behind a domain. E.g.
url: https://codeahoy.com
cc 4.0 with attribution. See LICENSE.md for more info
This theme is based on Mundana Jekyll theme by WowThemes.net. I modified it to fit my requirements. Check these guys out and support their work.
async
and defer
wherever applicable