Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/sample-config.toml b/sample-config.toml
index 50f1e00..65088cb 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -139,6 +139,15 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# This is not needed unless alphabetical sort is needed
# sortTaxonomyAlphabetical = true
+ # Twitter card config
+ # Enable with this.
+ # twitterCardEnabled = true
+ # Don't include the @.
+ # twitterCardSite =
+ # twitterCardDomain = "parsiya.net"
+ # Don't include the @.
+ # twitterCardAuthor = "CryptoGangsta"
+
# Menu
# If navigationNewWindow (under [params]) is set to true then all links except root ("/") will open in a new window
# If it does not exist or is set to false then links will open in the same window