Add {description,title}_class config

This commit is contained in:
Will Faught
2023-01-28 14:42:48 -08:00
parent 5d9cf618a5
commit 1f7eca9b71
3 changed files with 4 additions and 2 deletions

View File

@@ -248,6 +248,7 @@ paige:
github_repo: "example/foo"
date_class: "text-center text-secondary" # Page date class
date_format: "2006 January 2" # Hugo date format for page dates
description_class: "lead text-center" # Page description class
hide_theme_comment: true # Don't put a link to this project in a code comment
hide_theme_link: true # Don't put a link to this project in the footer
math:
@@ -282,6 +283,7 @@ paige:
icon: example-icon # Bootstrap icon name
link: https://example.com/username
name: Example Site # Used for screen readers
title_class: "display-5 fw-bold text-center" # Page title class
```
If you set `hide_theme_comment` or `hide_theme_link`, please credit this project in a post to help others find it.