Skip to content

Commit

Permalink
'feat: comments'
Browse files Browse the repository at this point in the history
  • Loading branch information
shane0 committed Oct 14, 2023
1 parent edcf107 commit 118fbd0
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
23 changes: 23 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,23 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#15b3c0",
"activityBar.background": "#15b3c0",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#fce2fa",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#15b3c0",
"statusBar.background": "#108892",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#15b3c0",
"statusBarItem.remoteBackground": "#108892",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#108892",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#10889299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#108892",
"workbench.colorTheme": "Visual Studio Light"
}
7 changes: 3 additions & 4 deletions mkdocs.yml
@@ -1,14 +1,13 @@
site_name: shane0 food
dev_addr: "127.0.0.1:3000"
# repo_url: https://github.com/shane0/workflow
# github
# edit_uri: edit/main/docs/
repo_url: https://github.com/shane0/food
edit_uri: edit/main/docs/
# gitlab
# edit_uri: /-/blob/master/

theme:
name: material
# custom_dir: overrides
custom_dir: overrides
icon:
repo: fontawesome/brands/git-alt
features:
Expand Down
15 changes: 15 additions & 0 deletions overrides/partials/comments.html
@@ -0,0 +1,15 @@
<script src="https://giscus.app/client.js"
data-repo="shane0/food"
data-repo-id="R_kgDOKgWPAQ"
data-category="General"
data-category-id="DIC_kwDOKgWPAc4CaIkC"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="noborder_dark"
data-lang="en"
crossorigin="anonymous"
async>
</script>

0 comments on commit 118fbd0

Please sign in to comment.