light-hugo/exampleSite/config.toml
2016-11-09 16:37:28 -05:00

18 lines
379 B
TOML

baseurl = "https://example.org/"
themesDir = "../.."
languageCode = "en-us"
theme = "light-hugo"
title = "Light Hugo"
author = "John Doe"
copyright = "© Copyright 2016 John Doe"
[Params]
description = "Describe your website"
email = "john@example.org"
github = "tblyler"
twitter = "tonyblyler"
linkedin = "johndoe"
facebook = "johndoe"
logo = "/images/logo.png"