Skip to content

Commit 33863bc

Browse files
authored
Add comments (#62)
1 parent 96b2995 commit 33863bc

84 files changed

Lines changed: 99 additions & 11 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/_default/params.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ displayUpdatedDate: true
33
# Display the author of the last modification
44
displayUpdatedAuthor: true
55

6-
# comments:
7-
# enable: false
8-
# type: giscus
9-
# giscus:
10-
# repo: <repository>
11-
# repoId: <repository ID>
12-
# category: <category>
13-
# categoryId: <category ID>
14-
156
editURL:
167
enable: true
178
base: "https://github.com/learn-software-engineering/website/edit/main"

config/production/params.yaml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
article:
2-
showComments: true
1+
comments:
2+
enable: true
3+
type: giscus
4+
5+
giscus:
6+
repo: "learn-software-engineering/website-comments"
7+
repoId: "R_kgDOKQjung"
8+
category: "General"
9+
categoryId: "DIC_kwDOKQjuns4CZJYI"
10+
mapping: "url"
11+
strict: "1"
12+
reactionsEnabled: "1"
13+
emitMetadata: "1"
14+
inputPosition: "top"
15+
theme: "preferred_color_scheme"
16+
loading: "lazy"
17+
crossorigin: "anonymous"

content/about/index.en.md

Lines changed: 1 addition & 0 deletions

content/about/index.es.md

Lines changed: 1 addition & 0 deletions

content/ai/_index.en.md

Lines changed: 1 addition & 0 deletions

content/ai/_index.es.md

Lines changed: 1 addition & 0 deletions

content/ai/classical-ml/_index.en.md

Lines changed: 1 addition & 0 deletions

content/ai/classical-ml/_index.es.md

Lines changed: 1 addition & 0 deletions

content/ai/classical-ml/bayesian/_index.en.md

Lines changed: 1 addition & 0 deletions

content/ai/classical-ml/bayesian/_index.es.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)