Skip to content

Commit

Permalink
feat(theme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
makisevon committed Mar 12, 2024
1 parent 5323a1e commit 5c2d94c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 10 deletions.
51 changes: 42 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,39 @@ uglyURLs = false
gitalkEnableHotKey = true
# Note: https://github.com/gitalk/gitalk

## Giscus
enableGiscus = false
giscusRepo = "[ENTER repo/you/want HERE]"
giscusRepoId = "[ENTER REPO ID HERE]"
giscusCategory = "[ENTER CATEGORY NAME HERE]"
giscusCategoryId = "[ENTER CATEGORY ID HERE]"
giscusMapping = "pathname"
giscusStrict = false
giscusReactionsEnabled = true
giscusEmitMetaData = false
giscusInputPosition = "top"
giscusTheme = "light"
giscusThemeDark = "dark"
giscusLang = "en"
# Note: https://giscus.app

# Remark42
enableRemark42 = false
remark42Host = ""
remark42SiteId = "remark"
remark42Url = ""
remark42Components = ["embed"]
remark42MaxShownComments = 15
remark42MaxLastComments = 15
remark42Theme = "light"
remark42PageTitle = ""
remark42Locale = "en"
remark42ShowEmailSubscription = true
remark42ShowRssSubscription = true
remark42SimpleView = false
remark42NoFooter = false
# Note: https://remark42.com/docs/configuration/frontend/


######################################
# Google Analytics
Expand Down Expand Up @@ -1224,16 +1257,16 @@ uglyURLs = false

displayShareOnText = false

shareOnTwitter = true
shareOnFacebook = true
shareOnLinkedIn = true
shareOnTelegram = true
shareOnWeibo = true
shareOnDouban = true
shareOnQQ = true
shareOnQzone = true
postShareItems = ["facebook", "mastodon", "fediverse", "twitter", "linkedin", "telegram", "weibo", "douban", "qq", "qzone", "pocket", "hackernews", "qrcode", "email"]

shareViaQRCode = true
# Fetch fediverse instances list for
# input suggestions
fetchFediverseInstances = false
# Note: Recommended when using mastodon
# or fediverse share items. This will
# cause a list of instances to be
# downloaded at build time. There
# might be build delays.


######################################
Expand Down

0 comments on commit 5c2d94c

Please sign in to comment.