-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (23 loc) · 862 Bytes
/
.env.example
File metadata and controls
24 lines (23 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Giscus (GitHub Discussions) comment widget
GISCUS_REPO="chenghui03/chenghui03.github.io"
GISCUS_REPO_ID="R_kgDOQCZQLg"
GISCUS_CATEGORY="General"
GISCUS_CATEGORY_ID="DIC_kwDOQCZQLs4Czfik"
GISCUS_LANG="en"
# Optional Giscus tweaks
GISCUS_MAPPING="pathname"
GISCUS_STRICT="true"
GISCUS_REACTIONS_ENABLED="true"
GISCUS_INPUT_POSITION="bottom"
GISCUS_LIGHT_THEME="light"
GISCUS_DARK_THEME="dark"
# Uncomment to point at a custom theme folder
# GISCUS_THEME_URL="https://example.com/static/giscus"
# Waline reactions/likes
WALINE_SERVER_URL="https://waline-test-gw4hzruyr-chenghui03s-projects.vercel.app/"
# Optional Waline tweaks
WALINE_REACTIONS="👍,🎉,💡,❤️,🤔"
WALINE_EMOJI="https://unpkg.com/@waline/emojis@1.1.0/weibo"
WALINE_DARK_SELECTOR="html[data-theme='dark']"
WALINE_LANG="en"
# WALINE_LOCALE='{"reactionTitle": "Did you enjoy this post?"}'