Two posts -- good enough to close out as initial
This commit is contained in:
32
config.toml
32
config.toml
@@ -1,8 +1,8 @@
|
||||
# Tranquilpeak
|
||||
baseURL = "http://bdebylnet-cdn.s3-website-us-east-1.amazonaws.com"
|
||||
baseURL = "https://bdebyl.net/"
|
||||
languageCode = "en-us"
|
||||
defaultContentLanguage = "en-us"
|
||||
title = "basdb"
|
||||
title = "bdebyl"
|
||||
theme = "hugo-tranquilpeak-theme"
|
||||
# disqusShortname = "basdb-site"
|
||||
# googleAnalytics = "UA-123-45"
|
||||
@@ -99,7 +99,7 @@ canonifyurls = true
|
||||
# If false it will flat categories.
|
||||
hierarchicalCategories = true
|
||||
|
||||
description = "Hugo tranquilpeak theme demo"
|
||||
description = "bdebyl.net"
|
||||
|
||||
# Customization
|
||||
# Define the behavior of the sidebar
|
||||
@@ -122,7 +122,7 @@ canonifyurls = true
|
||||
# Current image is on AWS S3 and delivered by AWS CloudFront.
|
||||
# Otherwise put your image in folder `static/_images/` (development) or in `source/assets/images/` if you can't or don't want to build the theme,
|
||||
# and use relative url : `your-image.png`
|
||||
coverImage = "https://s3.us-west-2.amazonaws.com/basdb-static-content/site-static/img/cover.png"
|
||||
coverImage = "https://bdebyl.net/img/cover.png"
|
||||
|
||||
# Display an image gallery at the end of a post which have photos variables (false: disabled, true: enabled)
|
||||
imageGallery = true
|
||||
@@ -167,20 +167,20 @@ canonifyurls = true
|
||||
# Comment and uncomment to enable or disable sharing options
|
||||
# If you wanna add a sharing option, read user documentation :
|
||||
# Tranquilpeak configuration > Theme configuration > sharing-options
|
||||
# [[params.sharingOptions]]
|
||||
# name = "Facebook"
|
||||
# icon = "fa-facebook-official"
|
||||
# url = "https://www.facebook.com/sharer/sharer.php?u=%s"
|
||||
[[params.sharingOptions]]
|
||||
name = "Facebook"
|
||||
icon = "fa-facebook-official"
|
||||
url = "https://www.facebook.com/sharer/sharer.php?u=%s"
|
||||
|
||||
# [[params.sharingOptions]]
|
||||
# name = "Twitter"
|
||||
# icon = "fa-twitter"
|
||||
# url = "https://twitter.com/intent/tweet?text=%s"
|
||||
[[params.sharingOptions]]
|
||||
name = "Twitter"
|
||||
icon = "fa-twitter"
|
||||
url = "https://twitter.com/intent/tweet?text=%s"
|
||||
|
||||
# [[params.sharingOptions]]
|
||||
# name = "Google+"
|
||||
# icon = "fa-google-plus"
|
||||
# url = "https://plus.google.com/share?url=%s"
|
||||
[[params.sharingOptions]]
|
||||
name = "Google+"
|
||||
icon = "fa-google-plus"
|
||||
url = "https://plus.google.com/share?url=%s"
|
||||
|
||||
# [params.header.rightLink]
|
||||
# class = ""
|
||||
|
||||
Reference in New Issue
Block a user