Skip to content

Commit

Permalink
add uterances for comments on site
Browse files Browse the repository at this point in the history
  • Loading branch information
arthursaunier committed Jan 24, 2025
1 parent 3bbcaed commit 5db3989
Show file tree
Hide file tree
Showing 13 changed files with 119 additions and 11 deletions.
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enable_copy_code_button : true # true, false (default)
copyright : # "copyright" name, defaults to site.title
copyright_url : # "copyright" URL, defaults to site.url
comments:
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
provider : "utterances" # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
Expand All @@ -32,8 +32,9 @@ comments:
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
utterances:
theme : # "github-light" (default), "github-dark"
issue_term : # "pathname" (default)
theme : "github-dark" # "github-light" (default), "github-dark"
issue_term : "pathname" # (default)
label : "comment" # Optional - must be existing label.
giscus:
repo_id : # Shown during giscus setup at https://giscus.app
category_name : # Full text name of the category
Expand Down Expand Up @@ -325,7 +326,7 @@ defaults:
layout: single
author_profile: false
read_time: # true
comments: # true
comments: true
share: false
related: true
show_date: true
Expand Down
9 changes: 9 additions & 0 deletions _pages/basic_adsr.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ Once placed, put the front panel in place, then fasten all components to it. Onc
Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/basic_adsr/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
9 changes: 9 additions & 0 deletions _pages/basic_mixer_dc.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ Once placed, put the front panel in place, then fasten all components to it. Onc
Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/basic-mixer-dc/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
11 changes: 10 additions & 1 deletion _pages/cd40106_vco.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,13 @@ Once placed, put the front panel in place, then fasten all components to it. Onc

Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/cd40106_vco/releases)
:arrow_down: [**Download**](https://github.com/BleepSound/cd40106_vco/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
8 changes: 8 additions & 0 deletions _pages/distribution_board.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ Follow this link if you want to dowload the latest version of gerber files, sche

:arrow_down: [**Download**](https://github.com/BleepSound/distribution_board/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
11 changes: 10 additions & 1 deletion _pages/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,13 @@ Following the links below will take you to the module details. Pay attention to

![alt text](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License.](http://creativecommons.org/licenses/by-sa/4.0/)
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License.](http://creativecommons.org/licenses/by-sa/4.0/)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
11 changes: 10 additions & 1 deletion _pages/ms20_vcf_double.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,13 @@ Once placed, put the front panel in place, then fasten all components to it. Onc

Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/ms20-vcf-double/releases)
:arrow_down: [**Download**](https://github.com/BleepSound/ms20-vcf-double/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
11 changes: 10 additions & 1 deletion _pages/ms20_vcf_simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,13 @@ Once placed, put in place the front panel, then fasten all components to it. Onc

Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/ms20-vcf-simple/releases)
:arrow_down: [**Download**](https://github.com/BleepSound/ms20-vcf-simple/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
9 changes: 9 additions & 0 deletions _pages/multiple.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ It is pretty straitforward, you will need 9 jack sockets, 9 Thonkiconns to be ex
Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/multiple-3x2/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
11 changes: 10 additions & 1 deletion _pages/psu_addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,13 @@ Put heatsink elements on the voltage regulators, as they will get really hot dur

Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/PSU-addon/releases)
:arrow_down: [**Download**](https://github.com/BleepSound/PSU-addon/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
11 changes: 10 additions & 1 deletion _pages/quad_vca.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,13 @@ Once placed, put the front panel in place, then fasten all components to it. Onc

Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/basic_vca/releases)
:arrow_down: [**Download**](https://github.com/BleepSound/basic_vca/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
11 changes: 10 additions & 1 deletion _pages/rp2040_chord_vco.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,13 @@ If you need any help, you can find a tutorial on how to flash a software via ard

Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/rp2040-chord-vco/releases)
:arrow_down: [**Download**](https://github.com/BleepSound/rp2040-chord-vco/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>
9 changes: 9 additions & 0 deletions _pages/usb_distrib.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,12 @@ Solder first J3 (the terminal block), then put in place on J2 and J1 (the USB re
Follow this link if you want to dowload the latest version of gerber files, schematic, kicad files...

:arrow_down: [**Download**](https://github.com/BleepSound/usb-distrib/releases)

<script src="https://utteranc.es/client.js"
repo="BleepSound/bleepsound.github.io"
issue-term="title"
label="Comment"
theme="photon-dark"
crossorigin="anonymous"
async>
</script>

0 comments on commit 5db3989

Please sign in to comment.