An example blog post - Jekyll-Read Theme
A jekyll theme built on top of default jekyll theme and inspired by Read WordPress theme.
Features:
- Responsive Layout
- Sitemap
- Atom feed
- Mailchimp Newsletter subscription
- Disqus Commenting
- Google Analytics
- Scheme.org Formatting
- Featured image for posts
- Minimal configuration
Installing
- Download
zipfrom the latest release. - Change values in
_config.ymlas required. This file is commented wherever required. - Create a file named
CNAMEand your domain (example.com) as its only line if you have your own domain. - Change the value of the
urlvariable to your blog’s URL (eg:http://githubusername.github.io). - Uncomment and add a value to
disqusvariable if you want to have disqus commenting enabled. - Uncomment and add values to
ga_idandga_domainto add Google Analytics. - Add a Mailchimp Newsletter form submission URL to
mailchimpto add a newsletter subscription form. - There’s a file
projects.ymlin_datadirectory by default. You can addtitleandurlvalues to it to add a Project submenu in the top navigation. Delete this file to remove the submenu. - Replace
favicon.ico,favicon.pngandsharer.pngwith your own images. - Create new posts in the
_postsdirectory. If acovervariable is present in the front matter as shown in the2015-12-06-an-example-postfile, it will be used as a cover image for that post. Its value should be absolute URL to the image. - Now install
jekyllandjekyll-paginategems to test the site locally. - Run
jekyll serve -win the theme’s directory to run the server and goto http://127.0.0.1:4000 to check the changes. - If everything works well, push your changes to github.