Add exampleSite and fix crappy description positioning and size

This commit is contained in:
Tony Blyler 2016-11-09 16:26:34 -05:00
parent d4c858a4f9
commit 507c0a2162
9 changed files with 1813 additions and 3 deletions

17
exampleSite/config.toml Normal file
View file

@ -0,0 +1,17 @@
# Site settings
baseurl = "https://example.org/"
themesDir = "../.."
languageCode = "en-us"
theme = "light-hugo"
title = "Light Hugo"
author = "John Doe"
[Params]
description = "Describe your website"
email = "john@example.org"
github = "tblyler"
twitter = "tonyblyler"
linkedin = "johndoe"
facebook = "johndoe"
logo = "/images/logo.png"