Rename exampleSite to example
This commit is contained in:
82
example/hugo.toml
Normal file
82
example/hugo.toml
Normal file
@@ -0,0 +1,82 @@
|
||||
baseurl = "https://example.com"
|
||||
enablerobotstxt = true
|
||||
timezone = "America/Los_Angeles"
|
||||
titlecasestyle = "Go"
|
||||
|
||||
[languages.en]
|
||||
copyright = "© Will Faught"
|
||||
languagecode = "en-us"
|
||||
languagedirection = "ltr"
|
||||
languagename = "English"
|
||||
title = "Paige"
|
||||
weight = 10
|
||||
|
||||
[languages.en.params.paige.site]
|
||||
description = "Powerful, pliable pixel perfection"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[markup.highlight]
|
||||
noclasses = false
|
||||
style = "github"
|
||||
|
||||
[markup.tableofcontents]
|
||||
endlevel = 6
|
||||
ordered = true
|
||||
startlevel = 2
|
||||
|
||||
[[module.imports]]
|
||||
path = "github.com/willfaught/paige"
|
||||
|
||||
[outputs]
|
||||
home = ["atom", "html", "paige-search", "rss"]
|
||||
section = ["atom", "html", "rss"]
|
||||
taxonomy = ["atom", "html", "rss"]
|
||||
term = ["atom", "html", "rss"]
|
||||
|
||||
[pagination]
|
||||
pagersize = 50
|
||||
|
||||
[[params.paige.feeds.atom.authors]]
|
||||
email = "example@example.com"
|
||||
name = "John Doe"
|
||||
url = "https://example.com"
|
||||
|
||||
[params.paige.feeds.rss]
|
||||
managing_editor = "example@example.com (John Doe)"
|
||||
web_master = "example@example.com (John Doe)"
|
||||
|
||||
[params.paige.pages]
|
||||
disable_authors = true
|
||||
disable_date = true
|
||||
disable_keywords = true
|
||||
disable_next = true
|
||||
disable_prev = true
|
||||
disable_reading_time = true
|
||||
disable_series = true
|
||||
disable_toc = true
|
||||
disable_word_count = true
|
||||
|
||||
[paige.pages.base_schema]
|
||||
isAccessibleForFree = true
|
||||
isFamilyFriendly = true
|
||||
|
||||
[params.paige.site]
|
||||
disable_breadcrumbs = true
|
||||
disable_credit = true
|
||||
|
||||
[params.paige.subpages]
|
||||
disable_authors = true
|
||||
disable_date = true
|
||||
disable_keywords = true
|
||||
disable_reading_time = true
|
||||
disable_series = true
|
||||
disable_summary = true
|
||||
disable_word_count = true
|
||||
|
||||
[taxonomies]
|
||||
author = "authors"
|
||||
category = "categories"
|
||||
series = "series"
|
||||
tag = "tags"
|
Reference in New Issue
Block a user