+
{{ site.plainwhite.name }}
{{ site.plainwhite.tagline }}
@@ -15,7 +15,7 @@
{%- if site.plainwhite.social_links.github -%}
-
+
{%- endif -%}
@@ -33,15 +33,24 @@
{%- endif -%}
+ {%- if site.plainwhite.social_links.rss -%}
+
+
+
+
+
+ {%- endif -%}
- {%- if site.plainwhite.navigation -%}
+ {%- if site.menus.main -%}
diff --git a/_layouts/home.html b/_layouts/home.html
index 88bfa8df3..32b87ca70 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -5,9 +5,7 @@
{%- if page.title -%}
{{ page.title }}
{%- endif -%}
-
{{ content }}
-
{%- if site.posts.size > 0 -%}
-
@@ -15,31 +13,7 @@
posts
{%- for post in site.posts -%}
- -
- {%- assign date_format = site.plainwhite.date_format | default: "%b %-d, %Y" -%}
-
-
{{ post.title | escape }}
-
-
-
- {%- if site.show_excerpts -%}
- {{ post.excerpt }}
- {%- endif -%}
-
-
+ {%- include post.html -%}
{%- endfor -%}
-
-
{%- endif -%}
diff --git a/_sass/ext/_fonts.scss b/_sass/ext/_fonts.scss
index bebd61965..775605f31 100644
--- a/_sass/ext/_fonts.scss
+++ b/_sass/ext/_fonts.scss
@@ -1,11 +1,11 @@
@font-face {
- font-family: 'fontello';
- src: url('../font/fontello.eot?26793073');
- src: url('../font/fontello.eot?26793073#iefix') format('embedded-opentype'),
- url('../font/fontello.woff2?26793073') format('woff2'),
- url('../font/fontello.woff?26793073') format('woff'),
- url('../font/fontello.ttf?26793073') format('truetype'),
- url('../font/fontello.svg?26793073#fontello') format('svg');
+ font-family: "fontello";
+ src: url("../font/fontello.eot?26793073");
+ src: url("../font/fontello.eot?26793073#iefix") format("embedded-opentype"),
+ url("../font/fontello.woff2?26793073") format("woff2"),
+ url("../font/fontello.woff?26793073") format("woff"),
+ url("../font/fontello.ttf?26793073") format("truetype"),
+ url("../font/fontello.svg?26793073#fontello") format("svg");
font-weight: normal;
font-style: normal;
}
@@ -19,43 +19,55 @@
}
}
*/
-
- [class^="icon-"]:before, [class*=" icon-"]:before {
+
+[class^="icon-"]:before,
+[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
-
+
display: inline-block;
text-decoration: inherit;
width: 1em;
- margin-right: .2em;
+ margin-right: 0.2em;
text-align: center;
/* opacity: .8; */
-
+
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
-
+
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
-
+
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
- margin-left: .2em;
-
+ margin-left: 0.2em;
+
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
-
+
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-
+
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
-
-.icon-calendar:before { content: '\e800'; } /* '' */
-.icon-github-circled:before { content: '\f09b'; } /* '' */
-.icon-twitter-squared:before { content: '\f304'; } /* '' */
-.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
\ No newline at end of file
+
+.icon-github-circled:before {
+ content: "\f09b";
+} /* '' */
+.icon-rss-squared:before {
+ content: "\f143";
+} /* '' */
+.icon-github-squared:before {
+ content: "\f300";
+} /* '' */
+.icon-twitter-squared:before {
+ content: "\f304";
+} /* '' */
+.icon-linkedin-squared:before {
+ content: "\f30c";
+} /* '' */
diff --git a/_sass/plain.scss b/_sass/plain.scss
index a68b9df36..573a2822a 100644
--- a/_sass/plain.scss
+++ b/_sass/plain.scss
@@ -98,12 +98,19 @@ main {
font-size: 22px;
margin-top: 17px;
color: #aaa;
+ white-space: pre-wrap;
+ line-height: normal;
}
img {
max-width: 150px;
}
}
}
+#title {
+ a {
+ text-decoration: none;
+ }
+}
.social {
list-style-type: none;
padding: 0;
@@ -132,6 +139,7 @@ main {
a {
display: block;
+ font-family: 'Merriweather';
text-align: center;
padding: 1rem 0;
text-decoration: none;
diff --git a/assets/.DS_Store b/assets/.DS_Store
deleted file mode 100644
index 214ed47e9..000000000
Binary files a/assets/.DS_Store and /dev/null differ
diff --git a/assets/font/fontello.eot b/assets/font/fontello.eot
old mode 100755
new mode 100644
index 3cf8e9bb0..89761a6a1
Binary files a/assets/font/fontello.eot and b/assets/font/fontello.eot differ
diff --git a/assets/font/fontello.svg b/assets/font/fontello.svg
old mode 100755
new mode 100644
index 65bbf00c0..f9181a6fb
--- a/assets/font/fontello.svg
+++ b/assets/font/fontello.svg
@@ -1,15 +1,17 @@
{{ page.title }}
{%- endif -%} - {{ content }} - {%- if site.posts.size > 0 -%}-
@@ -15,31 +13,7 @@
posts
{%- for post in site.posts -%}
- -
- {%- assign date_format = site.plainwhite.date_format | default: "%b %-d, %Y" -%}
-
-
{{ post.title | escape }}
- - -- {%- if site.show_excerpts -%} - {{ post.excerpt }} - {%- endif -%} --
+ {%- include post.html -%}
{%- endfor -%}