I designed this theme keeping just one thing in mind.
The content should be the king.
Some sweet modifications are done as per Google pagespeed analytics and suggestions.
##Usage:
First, clone this repo to your github account and rename the repo as
In-order to use, go to .config.yml
and replace all of the fields with your content.
title: Simple - Jekyll theme for Hackers!
description: clean and elegant theme for Jekyll.
logo: user.jpg
disqus_shortname:
#Comment out url when working locally to resolve base urls correctly
url: http://vinitkumar.me/Simple
coderwall_user: vinitcool76
# Owner/author information
owner:
name: Vinit Kumar
avatar:
email: [email protected]
# Social networking links used in footer. Update and remove as you like.
twitter: vinitkme
github: vinitkumar
stackexchange:
# For Google Authorship https://plus.google.com/authorship
google_plus:
# Analytics and webmaster tools stuff goes here
google_analytics:
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# Links to include in top navigation
# For external links add external: true
links:
- title: About
url: /about
- title: Blog
url: /articles
- title: Code
url: http://github.com/vinitkumar
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone:
future: true
pygments: true
markdown: redcarpet
# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:title
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
use_coderay: false
coderay:
coderay_line_numbers:
coderay_line_numbers_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: class
activate: syntax
include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec"]
To checkout the content locally, you must have jekyll installed on your system, if there is none installed it using:
$ gem install jekyll
Once done, test it with jekyll. Also, replace the content in _posts and add your own blog posts.
$ jekyll server --watch
Bugs & Issues:
If you are curious about contributing or have found an issue, kindly create an issue here