initial nikola -> hugo

This commit is contained in:
Don Harper 2019-06-01 21:51:01 -05:00
parent f6b828e896
commit 49af233d6c
8136 changed files with 16214 additions and 28543 deletions

38
config.toml Normal file
View file

@ -0,0 +1,38 @@
baseURL = "https://www.donaldharper.com/"
languageCode = "en-us"
title = "Donald Harper Photographs"
paginate = 5
Copyright = "All Rights Reserved - 2006 -"
canonifyurls = true
theme = "Bleach"
[author]
name = "don"
[params]
paginate = 5
copyright = "All Rights Reserved - 2006 -"
email = "don@donaldharper.com"
description = "Donald Harper Photographs"
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 = "rss.xml"
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
[params.footer]
company = "Donald Harper Photographs"
[outputs]
home = [ "RSS", "HTML"]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
path = "feed"