Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: enable giscus widgets #671

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 25 additions & 8 deletions dendron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ commands:
enableMultiSelect: false
insertNoteIndex:
enableMarker: false
copyNoteLink: {}
copyNoteLink:
aliasMode: title
templateHierarchy: template
workspace:
dendronVersion: 0.83.0
Expand All @@ -37,7 +38,6 @@ workspace:
zoomSpeed: 1
createStub: false
enableAutoCreateOnDefinition: false
enableHandlebarTemplates: true
enableXVaultWikiLink: true
enableRemoteVaultInit: true
workspaceVaultSyncMode: noCommit
Expand Down Expand Up @@ -71,11 +71,9 @@ workspace:
enableHashTags: true
enableEditorDecorations: true
enableFullHierarchyNoteTitle: false
enableSmartRefs: false
preview:
enableFMTitle: true
enableNoteTitleForLink: true
enableMermaid: true
enablePrettyRefs: true
enableKatex: true
automaticallyShowPreview: false
Expand All @@ -84,7 +82,6 @@ preview:
publishing:
enableFMTitle: true
enableNoteTitleForLink: true
enableMermaid: true
enablePrettyRefs: true
enableKatex: true
copyAssets: true
Expand All @@ -106,7 +103,7 @@ publishing:
enableHashesForFMTags: false
enableRandomlyColoredTags: true
writeStubs: false
siteBanner: "custom"
siteBanner: custom
seo:
title: Dendron
description: >-
Expand All @@ -116,8 +113,9 @@ publishing:
author: dendronhq
twitter: dendronhq
image:
url: https://foundation-prod-assetspublic53c57cce-8cpvgjldwysl.s3-us-west-2.amazonaws.com/assets/logo-256.png
alt: Dendron
url: >-
https://foundation-prod-assetspublic53c57cce-8cpvgjldwysl.s3-us-west-2.amazonaws.com/assets/logo-256.png
alt: Dendron
github:
cname: wiki.dendron.so
enableEditLink: true
Expand All @@ -127,3 +125,22 @@ publishing:
editRepository: https://github.com/dendronhq/dendron-site
enablePrettyLinks: true
enableTaskNotes: true
hierarchy:
dendron:
customFrontmatter:
-
key: enableGiscus
value: true
giscus:
repo: dendronhq/dendron-site
repoId: MDEwOlJlcG9zaXRvcnkyODAyMjc1NTU=
category: Announcements
categoryId: DIC_kwDOELPu484CR5V2
mapping: pathname
theme: preferred_color_scheme
strict: '0'
reactionsEnabled: '1'
emitMetadata: '0'
inputPosition: top
lang: en
loading: lazy
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dendron": "dendron-cli"
},
"dependencies": {
"@dendronhq/dendron-cli": "^0.106.0"
"@dendronhq/dendron-cli": "latest"
}
}