Fill example site with general content

Fix markdown for italic and other font styles
Improve sample pages and posts in example site
Update example site config

Resolves #5 :)
This commit is contained in:
Nishanth Shanmugham
2015-12-21 04:42:44 -06:00
parent dcb1f76cc8
commit 3e847e7817
10 changed files with 78 additions and 61 deletions

View File

@@ -110,6 +110,14 @@ li {
// Miscenllaneous
em {
font-style: italic;
}
strong {
font-weight: 700;
}
hr {
position: relative;
margin: 1.75rem 0;