Update README.md: add topOpen param & manifest cfg
This commit is contained in:
parent
5552fc3f5a
commit
2cd9ed5bc2
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -35,6 +35,7 @@ cardsPerRow = 2 # Possible values: 1, 2, 3
|
|||
#mainSections = ["post"] # Set main page sections
|
||||
#dateFormat = "January 02, 2006" # change the format of dates
|
||||
#toc: true # Enable Table of Contents for all site pages
|
||||
#tocOpen: true # Open Table of Contents block. Optional
|
||||
#comments: true # Enable comments for all site pages
|
||||
#mathjax: true # Enable MathJax for all site pages
|
||||
#mathjaxPath: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js" # Specify MathJax path. Optional
|
||||
|
@ -56,6 +57,20 @@ cardsPerRow = 2 # Possible values: 1, 2, 3
|
|||
#mastodon = "username"
|
||||
#medium = "username"
|
||||
|
||||
# Web App Manifest settings
|
||||
# https://www.w3.org/TR/appmanifest/
|
||||
# https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
[Params.Manifest]
|
||||
#name = "Binario"
|
||||
#shortName = "Binario"
|
||||
#display = "browser"
|
||||
#backgroundColor = "#2a2a2a"
|
||||
#themeColor = "#1b1b1b"
|
||||
#description = "Responsive card-based & code-light Hugo theme"
|
||||
#orientation = "portrait"
|
||||
#startUrl = "/"
|
||||
#scope = "/"
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.MANIFEST]
|
||||
mediaType = "application/json"
|
||||
|
|
Loading…
Reference in a new issue