Another theme for jekyll. based on shiori and midnight
features:
- github, stackoverflow, twitter links
- sharebuttons: twitter, facebook, google plus
- comments via DISQUS
- google analitics
- pagination
- tags
- codehighlighting
- bootstrap components
- font awesome
- responsive
- embeded video support
- cool colors
Pull Requests always welcome.
- Fork this repository
- Clone it:
git clone https://github.com/YOUR-USER/autm-rb
- Install the GitHub Pages gem (includes Jekyll):
bundle install
- Run the jekyll server:
jekyll serve
Edit this files before using
- _config.yml REQUIRED
- /index.html - change the default image and email
- /projects.html - here you can share some of your projects
- /resume.html - write something about you
- /favicon.ico change it or leave the existing one
- _includes/disqus.html REQUIRED get your own disqus_shortname on disqus.com first
- _includes/scripts.html replace disqus_shortname for showing comments count
- _includes/title.html REQUIRED
- to enable DISQUS comments go to _includes/scripts.html and add the code provided by DISQUS
- to enable Google analitics go to the same _includes/scripts.html file and add the code provided by google there
MIT Feel free to use and edit.