Skip to content

Commit

Permalink
idk what i'm doing
Browse files Browse the repository at this point in the history
  • Loading branch information
rafidalhaque committed Jun 13, 2023
1 parent 49193ab commit 00f5148
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../../../../../../tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.13.0/assets/*"
"../../../../../../tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.16.0/assets/*"
]
}
}
Expand Down
14 changes: 7 additions & 7 deletions config/_default/menu.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Configure main menu and social menu
#[[main]]
#identifier = "home"
#name = "Home"
#url = "/"
#[main.params]
#icon = "home"
#newtab = true
# [[main]]
# identifier = "home"
# name = "Home"
# url = "/"
# [main.params]
# icon = "home"
# newtab = true

[[social]]
identifier = "github"
Expand Down
88 changes: 44 additions & 44 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,30 +77,30 @@ enabled = true
enabled = true
provider = "giscus"

[comments.disqusjs]
shortname = ""
apiUrl = ""
apiKey = ""
admin = ""
adminLabel = ""

[comments.utterances]
repo = ""
issueTerm = "pathname"
label = ""

[comments.remark42]
host = ""
site = ""
locale = ""

[comments.vssue]
platform = ""
owner = ""
repo = ""
clientId = ""
clientSecret = ""
autoCreateIssue = false
# [comments.disqusjs]
# shortname = ""
# apiUrl = ""
# apiKey = ""
# admin = ""
# adminLabel = ""

# [comments.utterances]
# repo = ""
# issueTerm = "pathname"
# label = ""

# [comments.remark42]
# host = ""
# site = ""
# locale = ""

# [comments.vssue]
# platform = ""
# owner = ""
# repo = ""
# clientId = ""
# clientSecret = ""
# autoCreateIssue = false

[comments.waline]
serverURL = ""
Expand All @@ -111,19 +111,19 @@ emoji = ["https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo"]
requiredMeta = ["name", "email", "url"]
placeholder = ""

[comments.waline.locale]
admin = "Admin"
# [comments.waline.locale]
# admin = "Admin"

[comments.twikoo]
envId = ""
region = ""
path = ""
lang = ""
# [comments.twikoo]
# envId = ""
# region = ""
# path = ""
# lang = ""

[comments.cactus]
defaultHomeserverUrl = "https://matrix.cactus.chat:8448"
serverName = "cactus.chat"
siteName = ""
# [comments.cactus]
# defaultHomeserverUrl = "https://matrix.cactus.chat:8448"
# serverName = "cactus.chat"
# siteName = ""

[comments.giscus]
repo = "rafidalhaque/rafidalhaque.github.io"
Expand All @@ -139,13 +139,13 @@ inputPosition="top"
lang="en"
crossorigin="anonymous"

[comments.gitalk]
owner = ""
admin = ""
repo = ""
clientID = ""
clientSecret = ""
# [comments.gitalk]
# owner = ""
# admin = ""
# repo = ""
# clientID = ""
# clientSecret = ""

[comments.cusdis]
host = ""
id = ""
# [comments.cusdis]
# host = ""
# id = ""

0 comments on commit 00f5148

Please sign in to comment.