Remove my name where possible
This commit is contained in:
14
README.md
14
README.md
@@ -177,7 +177,7 @@ color = "#0d6efd" # Bootstrap primary color and theme color for Safari and Windo
|
|||||||
color_scheme = "auto" # Must be "auto", "dark", or "light"
|
color_scheme = "auto" # Must be "auto", "dark", or "light"
|
||||||
date_format = ":date_long" # Hugo date format
|
date_format = ":date_long" # Hugo date format
|
||||||
external_link_new_tab = false # Open external links in new tabs
|
external_link_new_tab = false # Open external links in new tabs
|
||||||
file_edit_url = "" # Example: "https://github.com/willfaught/paige/edit/master/content/%s"
|
file_edit_url = "" # Example: "https://github.com/account/project/edit/master/content/%s"
|
||||||
keyword_style = "text" # Must be "text" or "pills"
|
keyword_style = "text" # Must be "text" or "pills"
|
||||||
math = false # Enable math typesetting
|
math = false # Enable math typesetting
|
||||||
menu_style = "links" # Must be "links", "pills", "tabs", or "underline"
|
menu_style = "links" # Must be "links", "pills", "tabs", or "underline"
|
||||||
@@ -274,15 +274,15 @@ page_link = "⏎" # If a front matter link is present, and link_to_page is false
|
|||||||
authors = []
|
authors = []
|
||||||
# Example:
|
# Example:
|
||||||
# [[paige.feed.atom.authors]]
|
# [[paige.feed.atom.authors]]
|
||||||
# email = "will.faught@example.com"
|
# email = "example@example.com"
|
||||||
# name = "Will Faught"
|
# name = "John Doe"
|
||||||
# url = "https://github.com/willfaught/paige"
|
# url = "https://github.com/account/project"
|
||||||
icon = "" # Example: "/icon.webp"
|
icon = "" # Example: "/icon.webp"
|
||||||
logo = "" # Example: "/logo.webp"
|
logo = "" # Example: "/logo.webp"
|
||||||
|
|
||||||
[paige.feed.rss]
|
[paige.feed.rss]
|
||||||
managing_editor = "" # Example: "will.faught@example.com (Will Faught)"
|
managing_editor = "" # Example: "example@example.com (John Doe)"
|
||||||
web_master = "" # Example: "will.faught@example.com (Will Faught)"
|
web_master = "" # Example: "example@example.com (John Doe)"
|
||||||
|
|
||||||
[paige.search]
|
[paige.search]
|
||||||
hide_page = false
|
hide_page = false
|
||||||
@@ -586,7 +586,7 @@ Parameters:
|
|||||||
<dt><code>title</code></dt>
|
<dt><code>title</code></dt>
|
||||||
<dd>Optional. String. The screen reader description and anchor title. Example: <code>GitHub</code>.</dd>
|
<dd>Optional. String. The screen reader description and anchor title. Example: <code>GitHub</code>.</dd>
|
||||||
<dt><code>url</code></dt>
|
<dt><code>url</code></dt>
|
||||||
<dd>Optional. String. URL. Example: <code>https://github.com/willfaught/paige</code>. E-mails in URLs with a <code>mailto:</code> scheme are protected from web crawlers.</dd>
|
<dd>Optional. String. URL. Example: <code>https://github.com/account/project</code>. E-mails in URLs with a <code>mailto:</code> scheme are protected from web crawlers.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
### Image
|
### Image
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
description: "Demonstration of an author."
|
description: "Demonstration of an author."
|
||||||
title: "Will Faught"
|
title: "Author Demo"
|
||||||
---
|
---
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["content", "paige"]
|
categories: ["content", "paige"]
|
||||||
date: "2023-09-18T21:21:05-07:00"
|
date: "2023-09-18T21:21:05-07:00"
|
||||||
description: "An alert."
|
description: "An alert."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["content", "paige"]
|
categories: ["content", "paige"]
|
||||||
date: "2023-09-18T21:32:40-07:00"
|
date: "2023-09-18T21:32:40-07:00"
|
||||||
description: "Guide to emoji usage in Hugo."
|
description: "Guide to emoji usage in Hugo."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["content", "paige"]
|
categories: ["content", "paige"]
|
||||||
date: "2023-09-24T21:29:30-07:00"
|
date: "2023-09-24T21:29:30-07:00"
|
||||||
description: "A front matter link."
|
description: "A front matter link."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["content", "paige"]
|
categories: ["content", "paige"]
|
||||||
date: "2023-09-18T21:32:52-07:00"
|
date: "2023-09-18T21:32:52-07:00"
|
||||||
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["content", "paige"]
|
categories: ["content", "paige"]
|
||||||
date: "2023-09-18T21:33:03-07:00"
|
date: "2023-09-18T21:33:03-07:00"
|
||||||
description: "A brief guide to setup KaTeX."
|
description: "A brief guide to setup KaTeX."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["content", "paige"]
|
categories: ["content", "paige"]
|
||||||
date: "2023-09-18T21:33:16-07:00"
|
date: "2023-09-18T21:33:16-07:00"
|
||||||
description: "Lorem Ipsum Dolor Si Amet."
|
description: "Lorem Ipsum Dolor Si Amet."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["content", "paige"]
|
categories: ["content", "paige"]
|
||||||
date: "2023-09-18T21:33:24-07:00"
|
date: "2023-09-18T21:33:24-07:00"
|
||||||
description: "A brief description of Hugo Shortcodes."
|
description: "A brief description of Hugo Shortcodes."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["content", "paige"]
|
categories: ["content", "paige"]
|
||||||
date: "2023-09-24T21:29:31-07:00"
|
date: "2023-09-24T21:29:31-07:00"
|
||||||
description: "Only a video."
|
description: "Only a video."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["customization", "paige"]
|
categories: ["customization", "paige"]
|
||||||
description: "Demonstrations of Paige customization."
|
description: "Demonstrations of Paige customization."
|
||||||
paige:
|
paige:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["customization", "paige"]
|
categories: ["customization", "paige"]
|
||||||
date: "2023-09-18T21:21:05-07:00"
|
date: "2023-09-18T21:21:05-07:00"
|
||||||
description: "Demonstration of Paige customization that shows data."
|
description: "Demonstration of Paige customization that shows data."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["customization", "paige"]
|
categories: ["customization", "paige"]
|
||||||
date: "2023-09-18T20:21:05-07:00"
|
date: "2023-09-18T20:21:05-07:00"
|
||||||
description: "Demonstration of Paige customization that styles data."
|
description: "Demonstration of Paige customization that styles data."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["layouts", "paige"]
|
categories: ["layouts", "paige"]
|
||||||
date: "2024-06-03T21:21:05-07:00"
|
date: "2024-06-03T21:21:05-07:00"
|
||||||
description: "Demonstration of the Paige cloud layout."
|
description: "Demonstration of the Paige cloud layout."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["layouts", "paige"]
|
categories: ["layouts", "paige"]
|
||||||
description: "Demonstration of the Paige search layout."
|
description: "Demonstration of the Paige search layout."
|
||||||
layout: "paige/search"
|
layout: "paige/search"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["paige", "shortcodes"]
|
categories: ["paige", "shortcodes"]
|
||||||
date: "2023-09-18T21:34:51-07:00"
|
date: "2023-09-18T21:34:51-07:00"
|
||||||
description: "Demonstration of the Paige code shortcode."
|
description: "Demonstration of the Paige code shortcode."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["paige", "shortcodes"]
|
categories: ["paige", "shortcodes"]
|
||||||
date: "2023-09-18T21:34:58-07:00"
|
date: "2023-09-18T21:34:58-07:00"
|
||||||
description: "Demonstration of the Paige email shortcode."
|
description: "Demonstration of the Paige email shortcode."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["paige", "shortcodes"]
|
categories: ["paige", "shortcodes"]
|
||||||
date: "2023-09-18T21:35:10-07:00"
|
date: "2023-09-18T21:35:10-07:00"
|
||||||
description: "Demonstration of the Paige figure shortcode."
|
description: "Demonstration of the Paige figure shortcode."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["paige", "shortcodes"]
|
categories: ["paige", "shortcodes"]
|
||||||
date: "2023-09-18T21:34:01-07:00"
|
date: "2023-09-18T21:34:01-07:00"
|
||||||
description: "Demonstration of the Paige gallery shortcode."
|
description: "Demonstration of the Paige gallery shortcode."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["paige", "shortcodes"]
|
categories: ["paige", "shortcodes"]
|
||||||
date: "2023-09-18T21:35:15-07:00"
|
date: "2023-09-18T21:35:15-07:00"
|
||||||
description: "Demonstration of the Paige icon shortcode."
|
description: "Demonstration of the Paige icon shortcode."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["paige", "shortcodes"]
|
categories: ["paige", "shortcodes"]
|
||||||
date: "2023-09-18T21:35:22-07:00"
|
date: "2023-09-18T21:35:22-07:00"
|
||||||
description: "Demonstration of the Paige image shortcode."
|
description: "Demonstration of the Paige image shortcode."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["paige", "shortcodes"]
|
categories: ["paige", "shortcodes"]
|
||||||
date: "2023-09-18T21:35:28-07:00"
|
date: "2023-09-18T21:35:28-07:00"
|
||||||
description: "Demonstration of the Paige quote shortcode."
|
description: "Demonstration of the Paige quote shortcode."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["paige", "shortcodes"]
|
categories: ["paige", "shortcodes"]
|
||||||
date: "2023-09-18T21:35:34-07:00"
|
date: "2023-09-18T21:35:34-07:00"
|
||||||
description: "Demonstration of the Paige Vimeo shortcode."
|
description: "Demonstration of the Paige Vimeo shortcode."
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
authors: ["will-faught"]
|
authors: ["author-demo"]
|
||||||
categories: ["paige", "shortcodes"]
|
categories: ["paige", "shortcodes"]
|
||||||
date: "2023-09-18T21:35:40-07:00"
|
date: "2023-09-18T21:35:40-07:00"
|
||||||
description: "Demonstration of the Paige YouTube shortcode."
|
description: "Demonstration of the Paige YouTube shortcode."
|
||||||
|
|||||||
@@ -97,13 +97,13 @@ site_description = "Powerful, pliable pixel perfection"
|
|||||||
site_title = "Paige"
|
site_title = "Paige"
|
||||||
|
|
||||||
[[params.paige.feed.atom.authors]]
|
[[params.paige.feed.atom.authors]]
|
||||||
email = "will.faught@example.com"
|
email = "example@example.com"
|
||||||
name = "Will Faught"
|
name = "John Doe"
|
||||||
url = "https://willfaught.com/paige"
|
url = "https://example.com"
|
||||||
|
|
||||||
[params.paige.feed.rss]
|
[params.paige.feed.rss]
|
||||||
managing_editor = "will.faught@example.com (Will Faught)"
|
managing_editor = "example@example.com (John Doe)"
|
||||||
web_master = "will.faught@example.com (Will Faught)"
|
web_master = "example@example.com (John Doe)"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
author = "authors"
|
author = "authors"
|
||||||
|
|||||||
Reference in New Issue
Block a user