Skip to content

Commit 13e6104

Browse files
committed
fix casing problem
1 parent e783d65 commit 13e6104

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_config.aurora.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,23 @@ site_meta:
112112
giscus:
113113
enable: false
114114
repo: 'adminy/adminy.github.io'
115-
repo_id: 'MDEwOlJlcG9zaXRvcnk5ODA4NzE5NA=='
115+
repoId: 'MDEwOlJlcG9zaXRvcnk5ODA4NzE5NA=='
116116
category: General'
117-
category_id: 'DIC_kwDOBdixGs4CSQhK'
117+
categoryId: 'DIC_kwDOBdixGs4CSQhK'
118118
# Available values: pathname | url | title | og:title
119119
mapping: pathname
120120
# Available values: 0 | 1
121-
reactions_enabled: 1
121+
reactionsEnabled: 1
122122
# Available values: 0 | 1
123-
emit_metadata: 1
123+
emitMetadata: 1
124124
# Available values: light | dark | dark_high_contrast | transparent_dark | preferred-color-scheme
125125
theme: dark
126126
# Available values: en | zh-C
127127
lang: en
128128
# Available value: anonymous
129129
crossorigin: anonymous
130130
# Place the comment box above the comments
131-
input_position: top
131+
inputPosition: top
132132
# Load the comments lazily
133133
loading: lazy
134134

themes/aurora

0 commit comments

Comments
 (0)