Add exampleSite and fix crappy description positioning and size
This commit is contained in:
parent
d4c858a4f9
commit
507c0a2162
9 changed files with 1813 additions and 3 deletions
17
exampleSite/config.toml
Normal file
17
exampleSite/config.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue