mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 12:00:18 +08:00
fix avatar and comments
This commit is contained in:
parent
e2265bb451
commit
a28151beba
|
@ -75,13 +75,13 @@ theme_mode: dark # [light|dark]
|
||||||
img_cdn:
|
img_cdn:
|
||||||
|
|
||||||
# the avatar on sidebar, support local or CORS resources
|
# the avatar on sidebar, support local or CORS resources
|
||||||
avatar:
|
avatar: assets/img/avatar.jpg
|
||||||
|
|
||||||
# boolean type, the global switch for TOC in posts.
|
# boolean type, the global switch for TOC in posts.
|
||||||
toc: true
|
toc: true
|
||||||
|
|
||||||
comments:
|
comments:
|
||||||
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
|
active: "utterances" # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
|
||||||
# The active options are as follows:
|
# The active options are as follows:
|
||||||
disqus:
|
disqus:
|
||||||
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
|
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
|
||||||
|
@ -89,8 +89,9 @@ comments:
|
||||||
utterances:
|
utterances:
|
||||||
repo: "peter-tanner/peter-tanner.github.io" # <gh-username>/<repo>
|
repo: "peter-tanner/peter-tanner.github.io" # <gh-username>/<repo>
|
||||||
issue_term: "pathname" # < url | pathname | title | ...>
|
issue_term: "pathname" # < url | pathname | title | ...>
|
||||||
label: "utteranc.es"
|
label: "Comments"
|
||||||
theme: "github-dark"
|
theme: "preferred-color-scheme"
|
||||||
|
crossorigin: "anonymous"
|
||||||
# Giscus options › https://giscus.app
|
# Giscus options › https://giscus.app
|
||||||
giscus:
|
giscus:
|
||||||
repo: # <gh-username>/<repo>
|
repo: # <gh-username>/<repo>
|
||||||
|
|
BIN
assets/img/avatar.jpg
Normal file
BIN
assets/img/avatar.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 MiB |
Loading…
Reference in New Issue
Block a user