first hugo commit
This commit is contained in:
parent
dabdd68df3
commit
0e4f2a913d
1459 changed files with 50871 additions and 0 deletions
26
config.toml
Normal file
26
config.toml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
baseURL = "https://www.duckland.org/"
|
||||
languageCode = "en-us"
|
||||
title = "duckland.org"
|
||||
theme = "nederburg"
|
||||
paginate = 5
|
||||
Copyright = "All rights reserved - 2006-"
|
||||
canonifyurls = true
|
||||
|
||||
[author]
|
||||
name = "don"
|
||||
|
||||
[params]
|
||||
email = "duck@duckland.org"
|
||||
description = "Random Quacking"
|
||||
cover = "images/user.jpg"
|
||||
author = "don"
|
||||
authorlocation = ""
|
||||
authorwebsite = "https://www.duckland.org"
|
||||
logo = "images/user.png"
|
||||
# Optional RSS-Link, if not provided it defaults to the standard index.xml
|
||||
RSSLink = ""
|
||||
githubName = "duckunix"
|
||||
twitterName = "duckunix"
|
||||
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
|
||||
hideHUGOSupport = false
|
||||
showtoc = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue