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

@@ -6,9 +6,9 @@ heading = "About This Site"
+++
This website is the place where I write about JavaScript, git, and tech. It is also a personal homepage.
This website is a personal homepage.
The site is built with <a target="_blank" href="//gohugo.io">Hugo</a>—a static site generator made with Go and is hosted on GitHub Pages. The website <a target="_blank" href="//github.com/nishanths/nishanths.me">source code</a> is available on GitHub. It uses the <a target="_blank" href="//github.com/nishanths/cocoa-hugo-theme">cocoa</a> theme. The posts are written in Markdown.
The site is built with <a target="_blank" href="//gohugo.io">Hugo</a>—a static site generator made with Go. The website [source code](/) is available on GitHub. It uses the <a target="_blank" href="//github.com/nishanths/cocoa-hugo-theme">cocoa</a> theme. The posts are written in Markdown.
The primary font face is Open Sans and the monospace font face is Ubuntu Mono. The social icons are from the Ionicons font set. CSS classes for code syntax highlighting are inserted during compile-time by Hugo using Pygments.