initial checkin
This commit is contained in:
31
config.toml
Normal file
31
config.toml
Normal file
@ -0,0 +1,31 @@
|
||||
baseURL = 'https://2010roadtripnyla.weirdnet.nl/'
|
||||
languageCode = 'en-us'
|
||||
title = '2010 Roadtrip NY - LA'
|
||||
theme = 'hugo-theme-notrack'
|
||||
|
||||
mainSections = ["blog"]
|
||||
# disqusShortname = "example"
|
||||
paginate = 4
|
||||
|
||||
[params]
|
||||
author = "Pim and Paul"
|
||||
siteHeading = "Roadtrip NY - LA" # defaults to author
|
||||
favicon = "favicon.ico" # Adds a small icon next to the page title in a tab
|
||||
showBlogLatest = true
|
||||
mainSections = ["blog"]
|
||||
showTaxonomyLinks = false
|
||||
nBlogLatest = 50 # number of blog post om the home page
|
||||
blogLatestHeading = "Our adventures"
|
||||
footer = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
|
||||
|
||||
[params.social]
|
||||
email = "info@paphosting.net"
|
||||
|
||||
[taxonomies]
|
||||
year = "year"
|
||||
month = "month"
|
||||
tags = "tags"
|
||||
categories = "categories"
|
||||
|
||||
[permalinks]
|
||||
blog = "/blog/:year/:month/:day/:slug"
|
Reference in New Issue
Block a user