Jekyll Iris
I’d like to share the theme for my webpage at www.xunaxu.com. You can check out Demo Here
Features
- Responsive, scale for tablets, mobiles and desktops
- Dynamic Typed Messages for intro
- Post Preview at home page
- Estimated Reading Time
- Older and Newer Post Navigation at home page
- Next and Prev Post Navigation for each blog
- Share blogs via linked in, twitter, facebook etc.
- Mail Chimps Subscribe Form.
- Disqus Comments and Counts
- 404 not found page
- Mobile friendly.
- Good performance, fast loading.
Demo
SetUp
- Download or clone repo
git clone https://github.com/XunaXu/Jeykll-Iris.git
- Enter the folder:
cd Jekyll-Iris/
- Start Jekyll server:
jekyll serve
- Follow console log from the terminal
Access, http://127.0.0.1:4000/Jekyll-Iris/
Customisation
> Color Theme
Change the color theme in the file located at “source/_sass/_variables.scss”
primary-color: #7E57C2; //as violet color in the demo
highlight-color: #F48FB1; //as pink color in the demo
> Google Analytics
- replace google_analytics at _config.yml
- run jekyll serve to ensure changes in _config.yml are applied.
> Disqus Comments
- replace disqus_shortname at _config.yml
- run jekyll serve to ensure changes in _config.yml are applied.
> Mail Chimps Subscribe Form
- Go to source/_includes/subscribe.html
- Follow this tutorial for mailchimps signup form
Credits
Forked from
- nandomoreirame: dotX Jekyll Theme
Inspired from
- scotte: clean Jekyll Theme
- AkshayAgarwal007: jeykll-Mono Jekyll Theme
- brianmaierjr: long-haul Jekyll Theme
- PanosSakkos: personal-jekyll-theme Jekyll Theme
Copyright and license
It is under the MIT license.