mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-22 14:08:36 +00:00
Update README.md
This commit is contained in:
parent
1d94ce37a7
commit
baeb33f114
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
* Responsive
|
* Responsive
|
||||||
* Card-based list layout
|
* Card-based list layout
|
||||||
* Internal Hugo templates for Open Graph and Twitter Cards meta data, google analytics, and Disqus comments
|
* Internal Hugo templates for Open Graph and Twitter Cards meta data, Google Analytics, and Disqus comments
|
||||||
* Table of contents
|
* Table of contents
|
||||||
* Related content
|
* Related content
|
||||||
* MathJax
|
* MathJax
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
baseurl = "/"
|
baseurl = "/"
|
||||||
title = "Your Site Title"
|
title = "Binario"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
paginate = "10" # Number of posts per page
|
paginate = "10" # Number of posts per page
|
||||||
theme = "binario"
|
theme = "binario"
|
||||||
|
@ -28,12 +28,12 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
|
||||||
|
|
||||||
[Params]
|
[Params]
|
||||||
author = "John Doe" # Used in meta author. Optional
|
author = "John Doe" # Used in meta author. Optional
|
||||||
description = "John Doe's Personal blog about everything" # Description of your site. Used in meta description
|
description = "Responsive card-based & code-light Hugo theme" # Description of your site. Used in meta description
|
||||||
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 = "2006-01-02" # 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
|
||||||
#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
|
||||||
|
|
Loading…
Reference in a new issue