diff --git a/404.md b/404.md
new file mode 100644
index 0000000..f1e1d51
--- /dev/null
+++ b/404.md
@@ -0,0 +1,7 @@
+---
+layout: page
+title: "Page not found"
+permalink: /404.html
+hide: true
+---
+Sorry, the requested page wasn't found on the server.
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..08e721b
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Rohan Chandra
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2a7c465
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Type Theme
+
+![Default Type Theme blog](https://cloud.githubusercontent.com/assets/816965/5142407/19742e48-71d6-11e4-8d9d-fdfe010784f0.png)
+
+A free and open-source [Jekyll](http://jekyllrb.com) theme. Great for blogs and easy to customize.
+
+## Get Started
+
+[Demo](https://rohanchandra.github.io/type-theme/)
+
+[Using Type](https://rohanchandra.github.io/project/type/)
+
+## License
+The MIT License (MIT)
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..8f35820
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,67 @@
+# SITE CONFIGURATION
+baseurl: "" # the subpath of your site, e.g. /blog/
+url: "http://example.com" # the base hostname & protocol for your site
+
+# THEME-SPECIFIC CONFIGURATION
+theme:
+ # Meta
+ title: Type Theme
+ avatar: avatar.png
+ gravatar: # email md5 hash
+ description: "A website with blog posts and pages" # used by search engines
+
+ # Header and footer text
+ header_text: >
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+
+ Remove all header text in _config.yml
to disable this feature.
+ footer_text: >
+ Powered by Jekyll with Type Theme
+
+ # Icons
+ rss: false
+ email_address: # full email address, e.g. "sam@example.com"
+ behance:
+ bitbucket:
+ dribbble:
+ facebook:
+ flickr:
+ github: "rohanchandra/type-theme"
+ google_plus:
+ instagram:
+ linkedin: # full URL
+ pinterest:
+ reddit:
+ soundcloud:
+ stack_exchange: # full URL
+ steam:
+ tumblr:
+ twitter: "twitter"
+ wordpress:
+ youtube:
+
+ # Scripts
+ google_analytics: # tracking id, e.g. "UA-000000-01"
+ disqus_shortname:
+
+ # Localization strings
+ str_follow_on: "Follow on"
+ str_rss_follow: "Follow RSS feed"
+ str_email: "Email"
+ str_next: "Next"
+ str_prev: "Prev"
+ str_continue_reading: "Continue reading"
+
+ # Colors, typography and padding
+ # Open the "_sass > base" folder, and open "_variables.scss"
+
+# PAGINATION
+paginate: 5
+paginate_path: "blog/page:num"
+
+# BUILD SETTINGS
+markdown: kramdown
+highlighter: pygments
+sass:
+ sass_dir: _sass
+ style: :compressed
\ No newline at end of file
diff --git a/_includes/disqus.html b/_includes/disqus.html
new file mode 100644
index 0000000..2bc0fc3
--- /dev/null
+++ b/_includes/disqus.html
@@ -0,0 +1,10 @@
+
+
+Please enable JavaScript to view the comments powered by Disqus.
\ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..22016ff
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,5 @@
+{% if site.theme.footer_text %}
+
+{% endif %}
\ No newline at end of file
diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..a89ee4f
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,37 @@
+
+
+ {% if page.title %}{{ page.title }} |{% endif %} {{ site.theme.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if site.theme.google_analytics %}
+
+ {% endif %}
+
diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 0000000..c06c064
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,34 @@
+
diff --git a/_includes/icons.html b/_includes/icons.html
new file mode 100644
index 0000000..4e00056
--- /dev/null
+++ b/_includes/icons.html
@@ -0,0 +1,159 @@
+{% if site.theme.rss %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.email_address %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.behance %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.bitbucket %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.dribbble %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.facebook %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.flickr %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.github %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.google_plus %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.instagram %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.linkedin %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.pinterest %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.reddit %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.soundcloud %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.stack_exchange %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.steam %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.tumblr %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.twitter %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.wordpress %}
+
+
+
+
+
+{% endif %}
+
+{% if site.theme.youtube %}
+
+
+
+
+
+{% endif %}
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..9ef03e5
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,16 @@
+
+
+
+ {% include head.html %}
+
+
+ {% include header.html %}
+
+
+ {{ content }}
+
+
+ {% include footer.html %}
+
+
+
diff --git a/_layouts/page.html b/_layouts/page.html
new file mode 100644
index 0000000..8e13128
--- /dev/null
+++ b/_layouts/page.html
@@ -0,0 +1,14 @@
+---
+layout: default
+---
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_layouts/post.html b/_layouts/post.html
new file mode 100644
index 0000000..ca4b80c
--- /dev/null
+++ b/_layouts/post.html
@@ -0,0 +1,26 @@
+---
+layout: default
+---
+
+
+
+
+
+
+
+
+
+{% if site.theme.disqus_shortname %}
+
+{% endif %}
\ No newline at end of file
diff --git a/_posts/2014-11-28-markdown-and-html.md b/_posts/2014-11-28-markdown-and-html.md
new file mode 100644
index 0000000..7227a2f
--- /dev/null
+++ b/_posts/2014-11-28-markdown-and-html.md
@@ -0,0 +1,33 @@
+---
+layout: post
+title: Markdown and HTML
+---
+
+Jeykll supports the use of [Markdown](http://daringfireball.net/projects/markdown/syntax) with inline HTML tags which makes it easier to quickly write posts with Jekyll, without having to worry too much about text formatting. A sample of the formatting follows.
+
+Tables have also been extended from Markdown:
+
+First Header | Second Header
+------------- | -------------
+Content Cell | Content Cell
+Content Cell | Content Cell
+
+Here's an example of an image, which is included using Markdown:
+
+![Geometric pattern with fading gradient](/img/sample_feature_img_2.png)
+
+Highlighting for code in Jekyll is done using Pygments or Rouge. This theme makes use of Pygments by default.
+
+{% highlight js %}
+// count to ten
+for (var i = 1; i <= 10; i++) {
+ console.log(i);
+}
+
+// count to twenty
+var j = 0;
+while (j < 20) {
+ j++;
+ console.log(j);
+}
+{% endhighlight %}
\ No newline at end of file
diff --git a/_posts/2014-11-29-feature-images.md b/_posts/2014-11-29-feature-images.md
new file mode 100644
index 0000000..a435109
--- /dev/null
+++ b/_posts/2014-11-29-feature-images.md
@@ -0,0 +1,7 @@
+---
+layout: post
+title: Feature images
+feature-img: "img/sample_feature_img.png"
+---
+This is an example of a post which includes a feature image specified in the front matter of the post. The feature image spans the full-width of the page, and is shown with the title on permalink pages.
+
diff --git a/_posts/2014-11-30-sample-post.md b/_posts/2014-11-30-sample-post.md
new file mode 100644
index 0000000..9ba392b
--- /dev/null
+++ b/_posts/2014-11-30-sample-post.md
@@ -0,0 +1,21 @@
+---
+layout: post
+title: Sample post
+---
+Consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur. Donec ut libero sed arcu vehicula ultricies a non tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ut gravida lorem.
+
+* Consectetur adipiscing elit
+* Donec a diam lectus
+* Sed sit amet ipsum mauris
+
+Ut turpis felis, pulvinar a semper sed, adipiscing id dolor. Pellentesque auctor nisi id magna consequat sagittis. Curabitur dapibus enim sit amet elit pharetra tincidunt feugiat nisl imperdiet. Ut convallis libero in urna ultrices accumsan. Donec sed odio eros. Donec viverra mi quis quam pulvinar at malesuada arcu rhoncus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In rutrum accumsan ultricies. Mauris vitae nisi at sem facilisis semper ac in est.
+
+Nunc diam velit, adipiscing ut tristique vitae, sagittis vel odio. Maecenas convallis ullamcorper ultricies. Curabitur ornare, ligula *semper consectetur sagittis*, nisi diam iaculis velit, id fringilla sem nunc vel mi. Nam dictum, odio nec pretium volutpat, arcu ante placerat erat, non tristique elit urna et turpis. Quisque mi metus, ornare sit amet fermentum et, tincidunt et orci. Fusce eget orci a orci congue vestibulum.
+
+Ut dolor diam, elementum et vestibulum eu, porttitor vel elit. Curabitur venenatis pulvinar tellus gravida ornare. Sed et erat faucibus nunc euismod ultricies ut id justo. Nullam cursus suscipit nisi, et ultrices justo sodales nec. Fusce venenatis facilisis lectus ac semper. Aliquam at massa ipsum. Quisque bibendum purus convallis nulla ultrices ultricies. Nullam aliquam, mi eu aliquam tincidunt, purus velit laoreet tortor, viverra pretium nisi quam vitae mi. Fusce vel volutpat elit. Nam sagittis nisi dui.
+
+> Suspendisse lectus leo, consectetur in tempor sit amet, placerat quis neque
+
+Etiam luctus porttitor lorem, sed suscipit est rutrum non. Curabitur lobortis nisl a enim congue semper. Aenean commodo ultrices imperdiet. Vestibulum ut justo vel sapien venenatis tincidunt.
+
+Phasellus eget dolor sit amet ipsum dapibus condimentum vitae quis lectus. Aliquam ut massa in turpis dapibus convallis. Praesent elit lacus, vestibulum at malesuada et, ornare et est. Ut augue nunc, sodales ut euismod non, adipiscing vitae orci. Mauris ut placerat justo. Mauris in ultricies enim. Quisque nec est eleifend nulla ultrices egestas quis ut quam. Donec sollicitudin lectus a mauris pulvinar id aliquam urna cursus. Cras quis ligula sem, vel elementum mi. Phasellus non ullamcorper urna.
\ No newline at end of file
diff --git a/_sass/base/_global.scss b/_sass/base/_global.scss
new file mode 100644
index 0000000..b5bf442
--- /dev/null
+++ b/_sass/base/_global.scss
@@ -0,0 +1,106 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+html {
+ background: $background-color;
+}
+
+// typography
+::selection {
+ background: $selection-color;
+}
+::-moz-selection {
+ background: $selection-color;
+}
+body {
+ color: $text-color;
+ font-family: $font-family;
+ font-size: $font-size;
+ word-wrap: break-word;
+}
+h1, h2, h3, h4, h5, h6 {
+ line-height: 1.3;
+ margin: 0.67em 0;
+ a {
+ color: $text-color;
+ }
+}
+h1 {
+ font-size: 2.5em;
+}
+h2 {
+ font-size: 2em;
+}
+h3 {
+ font-size: 1.5em;
+}
+h4 {
+ font-size: 1.15em;
+}
+blockquote {
+ border-left: 2px solid;
+ padding: 1em 1em;
+}
+blockquote p:last-child,
+footer p:last-child {
+ margin-bottom: 0;
+}
+table {
+ width: 100%;
+ border-collapse: collapse;
+}
+td,
+th {
+ padding: 0.5em 1em;
+ border: 1px solid $border-color;
+ text-align: left;
+}
+table,
+dl,
+blockquote,
+code,
+kbd,
+pre,
+samp {
+ margin: 1em 0;
+}
+dt {
+ font-weight: bold;
+}
+dd {
+ margin-left: 2em;
+}
+p, ol, ul, dl {
+ line-height: 1.5;
+ margin-bottom: 1em;
+}
+ol, ul {
+ list-style-position: inside;
+}
+hr {
+ border: 0;
+ border-top: 1px solid $border-color;
+ border-bottom: 1px solid #fff;
+ margin: 1em 0;
+}
+a {
+ color: $link-color;
+ text-decoration: none;
+}
+.nav {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+// responsive media
+iframe, img, embed, object, video {
+ max-width: 100%;
+}
+img[align=left] {
+ margin-right: 3%;
+}
+img[align=right] {
+ margin-left: 3%;
+}
\ No newline at end of file
diff --git a/_sass/base/_utility.scss b/_sass/base/_utility.scss
new file mode 100644
index 0000000..1d8d456
--- /dev/null
+++ b/_sass/base/_utility.scss
@@ -0,0 +1,35 @@
+// mix-ins
+%padding-small {
+ padding: $padding-x-small $padding-x-small * 2;
+ @media (max-width: 1000px) {
+ padding: $padding-x-small $padding-x-small;
+ }
+}
+%padding-regular {
+ padding: $padding-small $padding-large;
+ @media (max-width: 1000px) {
+ padding: $padding-small * 1.5 $padding-large / 1.6;
+ }
+}
+%link-hover {
+ text-decoration: underline;
+ color: darken($link-color, 15%);
+}
+// buttons
+.button {
+ border-radius: 0.3em;
+ border: 1px solid;
+ display: inline-block;
+ margin: 1em 0;
+ padding: 0.5em 0.75em;
+}
+a.button:hover {
+ background: $link-color;
+ border: 1px solid $link-color;
+ color: $background-color;
+ text-decoration: none;
+}
+// states
+.disabled {
+ opacity: 0.7;
+}
\ No newline at end of file
diff --git a/_sass/base/_variables.scss b/_sass/base/_variables.scss
new file mode 100644
index 0000000..47bbc24
--- /dev/null
+++ b/_sass/base/_variables.scss
@@ -0,0 +1,29 @@
+// typography
+$font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
+$font-size: 1.25em;
+
+// padding
+$padding-large: 20%;
+$padding-small: 5%;
+$padding-x-small: 3%;
+
+// brand colors
+$brand-color: #fff;
+$background-color: #fff;
+$border-color: rgba(0, 0, 0, 0.1); // rgba recommended if using feature images
+
+// typography colors
+$text-color: #383838;
+$link-color: #1ABC9C;
+$selection-color: #D4D4D4; // visible when highlighting text
+
+// header colors
+$header-link-color: #383838;
+
+// feature image for articles
+$feature-image-text-color: #fff;
+$feature-image-size: cover; // options include "cover", "contain", "auto"
+
+// header description box
+$header-desc-background-color: #F98752;
+$header-desc-text-color: #FFF;
\ No newline at end of file
diff --git a/_sass/external/_reset.scss b/_sass/external/_reset.scss
new file mode 100644
index 0000000..458eea1
--- /dev/null
+++ b/_sass/external/_reset.scss
@@ -0,0 +1,427 @@
+/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
+
+/**
+ * 1. Set default font family to sans-serif.
+ * 2. Prevent iOS text size adjust after orientation change, without disabling
+ * user zoom.
+ */
+
+html {
+ font-family: sans-serif; /* 1 */
+ -ms-text-size-adjust: 100%; /* 2 */
+ -webkit-text-size-adjust: 100%; /* 2 */
+}
+
+/**
+ * Remove default margin.
+ */
+
+body {
+ margin: 0;
+}
+
+/* HTML5 display definitions
+ ========================================================================== */
+
+/**
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
+ * and Firefox.
+ * Correct `block` display not defined for `main` in IE 11.
+ */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+menu,
+nav,
+section,
+summary {
+ display: block;
+}
+
+/**
+ * 1. Correct `inline-block` display not defined in IE 8/9.
+ * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
+ */
+
+audio,
+canvas,
+progress,
+video {
+ display: inline-block; /* 1 */
+ vertical-align: baseline; /* 2 */
+}
+
+/**
+ * Prevent modern browsers from displaying `audio` without controls.
+ * Remove excess height in iOS 5 devices.
+ */
+
+audio:not([controls]) {
+ display: none;
+ height: 0;
+}
+
+/**
+ * Address `[hidden]` styling not present in IE 8/9/10.
+ * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
+ */
+
+[hidden],
+template {
+ display: none;
+}
+
+/* Links
+ ========================================================================== */
+
+/**
+ * Remove the gray background color from active links in IE 10.
+ */
+
+a {
+ background-color: transparent;
+}
+
+/**
+ * Improve readability when focused and also mouse hovered in all browsers.
+ */
+
+a:active,
+a:hover {
+ outline: 0;
+}
+
+/* Text-level semantics
+ ========================================================================== */
+
+/**
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
+ */
+
+abbr[title] {
+ border-bottom: 1px dotted;
+}
+
+/**
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
+ */
+
+b,
+strong {
+ font-weight: bold;
+}
+
+/**
+ * Address styling not present in Safari and Chrome.
+ */
+
+dfn {
+ font-style: italic;
+}
+
+/**
+ * Address variable `h1` font-size and margin within `section` and `article`
+ * contexts in Firefox 4+, Safari, and Chrome.
+ */
+
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+/**
+ * Address styling not present in IE 8/9.
+ */
+
+mark {
+ background: #ff0;
+ color: #000;
+}
+
+/**
+ * Address inconsistent and variable font size in all browsers.
+ */
+
+small {
+ font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
+ */
+
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sup {
+ top: -0.5em;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+/* Embedded content
+ ========================================================================== */
+
+/**
+ * Remove border when inside `a` element in IE 8/9/10.
+ */
+
+img {
+ border: 0;
+}
+
+/**
+ * Correct overflow not hidden in IE 9/10/11.
+ */
+
+svg:not(:root) {
+ overflow: hidden;
+}
+
+/* Grouping content
+ ========================================================================== */
+
+/**
+ * Address margin not present in IE 8/9 and Safari.
+ */
+
+figure {
+ margin: 1em 40px;
+}
+
+/**
+ * Address differences between Firefox and other browsers.
+ */
+
+hr {
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
+ height: 0;
+}
+
+/**
+ * Contain overflow in all browsers.
+ */
+
+pre {
+ overflow: auto;
+}
+
+/**
+ * Address odd `em`-unit font size rendering in all browsers.
+ */
+
+code,
+kbd,
+pre,
+samp {
+ font-family: monospace, monospace;
+ font-size: 1em;
+}
+
+/* Forms
+ ========================================================================== */
+
+/**
+ * Known limitation: by default, Chrome and Safari on OS X allow very limited
+ * styling of `select`, unless a `border` property is set.
+ */
+
+/**
+ * 1. Correct color not being inherited.
+ * Known issue: affects color of disabled elements.
+ * 2. Correct font properties not being inherited.
+ * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
+ */
+
+button,
+input,
+optgroup,
+select,
+textarea {
+ color: inherit; /* 1 */
+ font: inherit; /* 2 */
+ margin: 0; /* 3 */
+}
+
+/**
+ * Address `overflow` set to `hidden` in IE 8/9/10/11.
+ */
+
+button {
+ overflow: visible;
+}
+
+/**
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
+ * All other form control elements do not inherit `text-transform` values.
+ * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
+ * Correct `select` style inheritance in Firefox.
+ */
+
+button,
+select {
+ text-transform: none;
+}
+
+/**
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
+ * and `video` controls.
+ * 2. Correct inability to style clickable `input` types in iOS.
+ * 3. Improve usability and consistency of cursor style between image-type
+ * `input` and others.
+ */
+
+button,
+html input[type="button"], /* 1 */
+input[type="reset"],
+input[type="submit"] {
+ -webkit-appearance: button; /* 2 */
+ cursor: pointer; /* 3 */
+}
+
+/**
+ * Re-set default cursor for disabled elements.
+ */
+
+button[disabled],
+html input[disabled] {
+ cursor: default;
+}
+
+/**
+ * Remove inner padding and border in Firefox 4+.
+ */
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+ border: 0;
+ padding: 0;
+}
+
+/**
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
+ * the UA stylesheet.
+ */
+
+input {
+ line-height: normal;
+}
+
+/**
+ * It's recommended that you don't attempt to style these elements.
+ * Firefox's implementation doesn't respect box-sizing, padding, or width.
+ *
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
+ * 2. Remove excess padding in IE 8/9/10.
+ */
+
+input[type="checkbox"],
+input[type="radio"] {
+ box-sizing: border-box; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Fix the cursor style for Chrome's increment/decrement buttons. For certain
+ * `font-size` values of the `input`, it causes the cursor style of the
+ * decrement button to change from `default` to `text`.
+ */
+
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+/**
+ * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
+ * (include `-moz` to future-proof).
+ */
+
+input[type="search"] {
+ -webkit-appearance: textfield; /* 1 */
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box; /* 2 */
+ box-sizing: content-box;
+}
+
+/**
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
+ * Safari (but not Chrome) clips the cancel button when the search input has
+ * padding (and `textfield` appearance).
+ */
+
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+/**
+ * Define consistent border, margin, and padding.
+ */
+
+fieldset {
+ border: 1px solid #c0c0c0;
+ margin: 0 2px;
+ padding: 0.35em 0.625em 0.75em;
+}
+
+/**
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
+ */
+
+legend {
+ border: 0; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Remove default vertical scrollbar in IE 8/9/10/11.
+ */
+
+textarea {
+ overflow: auto;
+}
+
+/**
+ * Don't inherit the `font-weight` (applied by a rule above).
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
+ */
+
+optgroup {
+ font-weight: bold;
+}
+
+/* Tables
+ ========================================================================== */
+
+/**
+ * Remove most spacing between table cells.
+ */
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+td,
+th {
+ padding: 0;
+}
diff --git a/_sass/external/_syntax.scss b/_sass/external/_syntax.scss
new file mode 100644
index 0000000..fd63286
--- /dev/null
+++ b/_sass/external/_syntax.scss
@@ -0,0 +1,63 @@
+// pygments-css (https://github.com/richleland/pygments-css)
+
+.hll { background-color: #ffffcc }
+.c { color: #999988; font-style: italic } /* Comment */
+.err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.k { color: #000000; font-weight: bold } /* Keyword */
+.o { color: #000000; font-weight: bold } /* Operator */
+.cm { color: #999988; font-style: italic } /* Comment.Multiline */
+.cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
+.c1 { color: #999988; font-style: italic } /* Comment.Single */
+.cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
+.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+.ge { color: #000000; font-style: italic } /* Generic.Emph */
+.gr { color: #aa0000 } /* Generic.Error */
+.gh { color: #999999 } /* Generic.Heading */
+.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+.go { color: #888888 } /* Generic.Output */
+.gp { color: #555555 } /* Generic.Prompt */
+.gs { font-weight: bold } /* Generic.Strong */
+.gu { color: #aaaaaa } /* Generic.Subheading */
+.gt { color: #aa0000 } /* Generic.Traceback */
+.kc { color: #000000; font-weight: bold } /* Keyword.Constant */
+.kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
+.kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
+.kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
+.kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
+.kt { color: #445588; font-weight: bold } /* Keyword.Type */
+.m { color: #009999 } /* Literal.Number */
+.s { color: #d01040 } /* Literal.String */
+.na { color: #008080 } /* Name.Attribute */
+.nb { color: #0086B3 } /* Name.Builtin */
+.nc { color: #445588; font-weight: bold } /* Name.Class */
+.no { color: #008080 } /* Name.Constant */
+.nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
+.ni { color: #800080 } /* Name.Entity */
+.ne { color: #990000; font-weight: bold } /* Name.Exception */
+.nf { color: #990000; font-weight: bold } /* Name.Function */
+.nl { color: #990000; font-weight: bold } /* Name.Label */
+.nn { color: #555555 } /* Name.Namespace */
+.nt { color: #000080 } /* Name.Tag */
+.nv { color: #008080 } /* Name.Variable */
+.ow { color: #000000; font-weight: bold } /* Operator.Word */
+.w { color: #bbbbbb } /* Text.Whitespace */
+.mf { color: #009999 } /* Literal.Number.Float */
+.mh { color: #009999 } /* Literal.Number.Hex */
+.mi { color: #009999 } /* Literal.Number.Integer */
+.mo { color: #009999 } /* Literal.Number.Oct */
+.sb { color: #d01040 } /* Literal.String.Backtick */
+.sc { color: #d01040 } /* Literal.String.Char */
+.sd { color: #d01040 } /* Literal.String.Doc */
+.s2 { color: #d01040 } /* Literal.String.Double */
+.se { color: #d01040 } /* Literal.String.Escape */
+.sh { color: #d01040 } /* Literal.String.Heredoc */
+.si { color: #d01040 } /* Literal.String.Interpol */
+.sx { color: #d01040 } /* Literal.String.Other */
+.sr { color: #009926 } /* Literal.String.Regex */
+.s1 { color: #d01040 } /* Literal.String.Single */
+.ss { color: #990073 } /* Literal.String.Symbol */
+.bp { color: #999999 } /* Name.Builtin.Pseudo */
+.vc { color: #008080 } /* Name.Variable.Class */
+.vg { color: #008080 } /* Name.Variable.Global */
+.vi { color: #008080 } /* Name.Variable.Instance */
+.il { color: #009999 } /* Literal.Number.Integer.Long */
diff --git a/_sass/includes/_footer.scss b/_sass/includes/_footer.scss
new file mode 100644
index 0000000..e11b0b9
--- /dev/null
+++ b/_sass/includes/_footer.scss
@@ -0,0 +1,8 @@
+.site-footer {
+ @extend %padding-regular;
+ display: inline-block;
+ text-align: center;
+ width: 100%;
+ color: lighten($text-color, 30%);
+ font-size: 0.9em;
+}
\ No newline at end of file
diff --git a/_sass/includes/_header.scss b/_sass/includes/_header.scss
new file mode 100644
index 0000000..943bc89
--- /dev/null
+++ b/_sass/includes/_header.scss
@@ -0,0 +1,53 @@
+.site-header {
+ @extend %padding-small;
+ background: $brand-color;
+ border-bottom: 1px solid $border-color;
+ display: inline-block;
+ float: left;
+ width: 100%;
+
+ a {
+ color: $header-link-color;
+ }
+
+ .avatar {
+ height: 2em;
+ width: 2em;
+ float: left;
+ margin-top: -3px;
+ border-radius: 0.2em;
+ margin-right: 1em;
+ }
+
+ .site-title {
+ float: left;
+ font-weight: bold;
+ font-size: 1em;
+ line-height: 1.5;
+ }
+
+ .site-nav {
+ ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ line-height: 1.5;
+ float: right;
+ text-align: right;
+ }
+ li {
+ display: inline;
+ float: left;
+ margin-right: 0.4em;
+ }
+ @media (max-width: 1100px) {
+ ul {
+ display: inline-block;
+ float: left;
+ padding-top: $padding-small;
+ text-align: left;
+ width: 100%;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/_sass/layouts/_index.scss b/_sass/layouts/_index.scss
new file mode 100644
index 0000000..b872545
--- /dev/null
+++ b/_sass/layouts/_index.scss
@@ -0,0 +1,41 @@
+// call out feature
+.call-out {
+ @extend %padding-regular;
+ display: inline-block;
+ width: 100%;
+ background: none repeat scroll 0% 0% $header-desc-background-color;
+ font-size: 1.2em;
+ text-align: center;
+ color: $header-desc-text-color;
+}
+.call-out p:last-child {
+ margin-bottom: 0;
+}
+// post listing
+.posts {
+ .post-teaser {
+ @extend %padding-regular;
+ width: 100%;
+ margin-bottom: 0;
+ display: inline-block;
+ background-size: $feature-image-size;
+ border-bottom: 1px solid $border-color;
+ p a:hover {
+ @extend %link-hover;
+ }
+ }
+ .excerpt {
+ margin-top: 1em;
+ }
+}
+// pagination
+.pagination .button {
+ margin: 0 1.5em;
+ i {
+ vertical-align: middle;
+ }
+}
+.pagination {
+ padding: $padding-small $padding-large 0 $padding-large;
+ text-align: center;
+}
\ No newline at end of file
diff --git a/_sass/layouts/_posts.scss b/_sass/layouts/_posts.scss
new file mode 100644
index 0000000..0d4c54e
--- /dev/null
+++ b/_sass/layouts/_posts.scss
@@ -0,0 +1,49 @@
+article,
+.comments {
+ @extend %padding-regular;
+ border-bottom: 1px solid $border-color;
+ float: left;
+ width: 100%;
+}
+article {
+ header {
+ margin-bottom: 6%;
+ text-align: center;
+ }
+ a:hover {
+ @extend %link-hover;
+ }
+ .footnotes {
+ font-size: 0.9em;
+ }
+}
+header {
+ h1 {
+ margin: 0;
+ }
+ .meta {
+ color: rgba($text-color, .5);
+ font-size: 0.9em;
+ letter-spacing: 0.1em;
+ margin: 0;
+ text-transform: uppercase;
+ }
+}
+.feature-image {
+ padding: 0%;
+ .post-link {
+ color: $feature-image-text-color;
+ }
+ header {
+ color: $feature-image-text-color;
+ background-size: $feature-image-size;
+ margin-bottom: 0;
+ padding: $padding-large/2.5 $padding-large;
+ .meta {
+ color: rgba($feature-image-text-color, .7);
+ }
+ }
+ .post-content {
+ @extend %padding-regular;
+ }
+}
\ No newline at end of file
diff --git a/about.md b/about.md
new file mode 100644
index 0000000..fb27f30
--- /dev/null
+++ b/about.md
@@ -0,0 +1,12 @@
+---
+layout: page
+title: About
+permalink: /about/
+feature-img: "img/sample_feature_img_2.png"
+---
+
+Type Theme is a free and open-source theme for [Jekyll](http://jekyllrb.com/), licensed under the MIT License.
+
+Head over to the [theme's documentation](https://rohanchandra.github.io/project/type/) for much more information about Type Theme or to install this theme on your own Jekyll site.
+
+This file is an example of a page in Jekyll, that automatically shows up in the header navigation, you can delete or modify this file freely.
\ No newline at end of file
diff --git a/css/main.scss b/css/main.scss
new file mode 100644
index 0000000..57730b7
--- /dev/null
+++ b/css/main.scss
@@ -0,0 +1,18 @@
+---
+---
+// External
+@import 'external/reset';
+@import 'external/syntax';
+
+// Base
+@import 'base/variables';
+@import 'base/global';
+@import 'base/utility';
+
+// Posts
+@import 'layouts/posts';
+@import 'layouts/index';
+
+// Partials
+@import 'includes/header';
+@import 'includes/footer';
\ No newline at end of file
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..ad66fe6
Binary files /dev/null and b/favicon.ico differ
diff --git a/feed.xml b/feed.xml
new file mode 100644
index 0000000..1f4da18
--- /dev/null
+++ b/feed.xml
@@ -0,0 +1,22 @@
+---
+layout: null
+---
+
+
+
+ {{ site.theme.title | xml_escape }}
+
+ {{ site.url }}{{ site.baseurl }}/
+ {{ site.theme.description | xml_escape }}
+ {{ site.time | date_to_rfc822 }}
+ {% for post in site.posts limit:15 %}
+ -
+
{{ post.title | xml_escape }}
+ {{ post.url | prepend: site.baseurl | prepend: site.url }}
+ {{ post.url | prepend: site.baseurl | prepend: site.url }}
+ {{ post.content | xml_escape }}
+ {{ post.date | date_to_rfc822 }}
+
+ {% endfor %}
+
+
diff --git a/img/avatar.png b/img/avatar.png
new file mode 100644
index 0000000..02411cc
Binary files /dev/null and b/img/avatar.png differ
diff --git a/img/sample_feature_img.png b/img/sample_feature_img.png
new file mode 100644
index 0000000..7981739
Binary files /dev/null and b/img/sample_feature_img.png differ
diff --git a/img/sample_feature_img_2.png b/img/sample_feature_img_2.png
new file mode 100644
index 0000000..9a8874d
Binary files /dev/null and b/img/sample_feature_img_2.png differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2327b53
--- /dev/null
+++ b/index.html
@@ -0,0 +1,51 @@
+---
+layout: default
+---
+
+
+
+ {% if site.theme.header_text %}
+
{{ site.theme.header_text }}
+ {% endif %}
+
+
+ {% for post in paginator.posts %}
+
+ {% endfor %}
+
+
+ {% if paginator.total_pages > 1 %}
+
+ {% endif %}
+