From 2cd9ed5bc213aae0577657fd7026347ea6202308 Mon Sep 17 00:00:00 2001 From: vimux Date: Mon, 4 Jun 2018 10:26:09 +0300 Subject: [PATCH] Update README.md: add topOpen param & manifest cfg --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a16cf02..3a54576 100644 --- a/README.md +++ b/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"