@@ -12,8 +12,6 @@ baseurl: ''
12
12
# otherwise, the layout language will use the default value of 'en'.
13
13
lang : en
14
14
15
- # Additional parameters for datetime localization, optional. › https://github.com/iamkun/dayjs/tree/dev/src/locale
16
- prefer_datetime_locale :
17
15
18
16
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
19
17
timezone :
@@ -41,7 +39,7 @@ social:
41
39
# Change to your full name.
42
40
# It will be displayed as the default author of the posts and the copyright owner in the Footer
43
41
name : your_full_name
44
- email : example@doamin .com # change to your email address
42
+ email : example@domain .com # change to your email address
45
43
links :
46
44
# The first element serves as the copyright owner's link
47
45
- https://twitter.com/username # change to your twitter homepage
@@ -99,13 +97,14 @@ comments:
99
97
issue_term : # < url | pathname | title | ...>
100
98
# Giscus options › https://giscus.app
101
99
giscus :
102
- repo : # <gh-username>/<repo>
100
+ repo : # <gh-username>/<repo>
103
101
repo_id :
104
102
category :
105
103
category_id :
106
- mapping : # optional, default to 'pathname'
107
- input_position : # optional, default to 'bottom'
108
- lang : # optional, default to the value of `site.lang`
104
+ mapping : # optional, default to 'pathname'
105
+ input_position : # optional, default to 'bottom'
106
+ lang : # optional, default to the value of `site.lang`
107
+ reactions_enabled : # optional, default to the value of `1`
109
108
110
109
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
111
110
assets :
0 commit comments