Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « exampleSite - github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ff12675c27a2e0d52fde0c7f0a97eb3c42b1032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"