Update README.md

This commit is contained in:
vimux 2018-07-10 15:50:06 +03:00
parent 5e9e2759ac
commit d27b1a6f56
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -84,54 +84,54 @@ description = "Responsive card-based & code-light Hugo theme" # Description of y
opengraph = true # Enable OpenGraph if true opengraph = true # Enable OpenGraph if true
twitter_cards = true # Enable Twitter Cards if true twitter_cards = true # Enable Twitter Cards if true
cardsPerRow = 2 # Possible values: 1, 2, 3 cardsPerRow = 2 # Possible values: 1, 2, 3
#mainSections = ["post"] # Set main page sections mainSections = ["post"] # Set main page sections
#dateFormat = "January 02, 2006" # change the format of dates dateFormat = "January 02, 2006" # change the format of dates
#toc: true # Enable Table of Contents for all site pages toc = true # Enable Table of Contents for all site pages
#tocOpen: true # Open Table of Contents block. Optional tocOpen = true # Open Table of Contents block. Optional
#comments: true # Enable comments for all site pages comments = true # Enable comments for all site pages
#mathjax: true # Enable MathJax 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 mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js" # Specify MathJax path. Optional
#mathjaxConfig: "TeX-AMS-MML_HTMLorMML" # Specify MathJax config. Optional mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config. Optional
[Params.Social] [Params.Social]
#email = "example@example.com" email = "example@example.com"
#facebook = "username" facebook = "username"
#twitter = "username" twitter = "username"
#telegram = "username" telegram = "username"
#googleplus = "profileid" googleplus = "profileid"
#instagram = "username" instagram = "username"
#pinterest = "username" pinterest = "username"
#vk = "username" vk = "username"
#linkedin = "username" linkedin = "username"
#github = "username" github = "username"
#gitlab = "username" gitlab = "username"
#stackoverflow = "numberid" stackoverflow = "numberid"
#mastodon = "username" mastodon = "username"
#medium = "username" medium = "username"
[Params.Share] # Post Share block [Params.Share] # Post Share block
#facebook = true facebook = true
#twitter = true twitter = true
#reddit = true reddit = true
#telegram = true telegram = true
#linkedin = true linkedin = true
#googleplus = true googleplus = true
#vk = true vk = true
#pocket = true pocket = true
# Web App Manifest settings # Web App Manifest settings
# https://www.w3.org/TR/appmanifest/ # https://www.w3.org/TR/appmanifest/
# https://developers.google.com/web/fundamentals/web-app-manifest/ # https://developers.google.com/web/fundamentals/web-app-manifest/
[Params.Manifest] [Params.Manifest]
#name = "Binario" name = "Binario"
#shortName = "Binario" shortName = "Binario"
#display = "browser" display = "browser"
#backgroundColor = "#2a2a2a" backgroundColor = "#2a2a2a"
#themeColor = "#1b1b1b" themeColor = "#1b1b1b"
#description = "Responsive card-based & code-light Hugo theme" description = "Responsive card-based & code-light Hugo theme"
#orientation = "portrait" orientation = "portrait"
#startUrl = "/" startUrl = "/"
#scope = "/" scope = "/"
[outputFormats] [outputFormats]
[outputFormats.MANIFEST] [outputFormats.MANIFEST]