Use config to hide values

This commit is contained in:
Will Faught
2024-07-17 18:25:34 -07:00
parent b17519532a
commit ada7e4c8c1
18 changed files with 491 additions and 419 deletions

View File

@@ -1,15 +1,20 @@
baseurl = "https://example.com"
copyright = "© Will Faught"
enablerobotstxt = true
languagecode = "en-us"
paginate = 50
timezone = "America/Los_Angeles"
titlecasestyle = "Go"
[languages.en]
title = "Paige"
languagecode = "en-us"
languagedirection = "ltr"
languagename = "English"
weight = 10
[languages.en.params.paige]
copyright = "© Will Faught"
description = "Powerful, pliable pixel perfection"
title = "Paige"
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
@@ -90,12 +95,28 @@ section = ["html"]
taxonomy = ["html"]
term = ["html"]
[params.paige]
credit = ""
file_edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
file_history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
site_description = "Powerful, pliable pixel perfection"
site_title = "Paige"
[params.paige.list_page]
hide_authors = true
hide_date = true
hide_keywords = true
hide_reading_time = true
hide_series = true
hide_summary = true
[params.paige.page]
hide_authors = true
hide_date = true
hide_keywords = true
hide_next = true
hide_prev = true
hide_reading_time = true
hide_series = true
hide_toc = true
[params.paige.site]
hide_breadcrumbs = true
hide_credit = true
hide_license = true
[[params.paige.feed.atom.authors]]
email = "example@example.com"