fix comments

This commit is contained in:
2022-08-02 23:25:27 +02:00
parent 719215e001
commit 1c069955bc
5 changed files with 31 additions and 28 deletions

View File

@ -6,16 +6,16 @@
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
colorScheme = "congo"
defaultAppearance = "light" # valid options: light or dark
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
showAppearanceSwitcher = true
footer.showAppearanceSwitcher = true
enableSearch = true
enableCodeCopy = true
mainSections = ["posts"]
# robots = ""
showScrollToTop = true
footer.showScrollToTop = true
[homepage]
layout = "profile" # valid options: page, profile, custom
@ -36,7 +36,8 @@ showReadingTime = true
showTableOfContents = true
showTaxonomies = false
showWordCount = false
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
showComments = true
sharingLinks = ["twitter", "reddit", "linkedin"]
[list]
showBreadcrumbs = true

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/adr1enbe4udou1n/blog
go 1.18
require github.com/jpanther/congo/v2 v2.3.0 // indirect
require github.com/jpanther/congo/v2 v2.3.1 // indirect

2
go.sum
View File

@ -8,3 +8,5 @@ github.com/jpanther/congo/v2 v2.2.0 h1:+NuF5XbEz15yd4GkSOSDUnIY0GRZ1vuunpxbzdVNa
github.com/jpanther/congo/v2 v2.2.0/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
github.com/jpanther/congo/v2 v2.3.0 h1:xdSjS09G7//0UXhdhrqlKjcYTdXq/BzgMUu8P8Z2RtE=
github.com/jpanther/congo/v2 v2.3.0/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
github.com/jpanther/congo/v2 v2.3.1 h1:klMXan3u9ix/OBN2jnQjdoaCkp2Qpqm/3D4G2+ccvvk=
github.com/jpanther/congo/v2 v2.3.1/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=

View File

@ -9,8 +9,8 @@
"author": "Adrien Beaudouin",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.7",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6"
"tailwindcss": "^3.1.7"
}
}

42
pnpm-lock.yaml generated
View File

@ -1,14 +1,14 @@
lockfileVersion: 5.4
specifiers:
autoprefixer: ^10.4.7
autoprefixer: ^10.4.8
postcss: ^8.4.14
tailwindcss: ^3.1.6
tailwindcss: ^3.1.7
devDependencies:
autoprefixer: 10.4.7_postcss@8.4.14
autoprefixer: 10.4.8_postcss@8.4.14
postcss: 8.4.14
tailwindcss: 3.1.6
tailwindcss: 3.1.7
packages:
@ -64,15 +64,15 @@ packages:
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
dev: true
/autoprefixer/10.4.7_postcss@8.4.14:
resolution: {integrity: sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==}
/autoprefixer/10.4.8_postcss@8.4.14:
resolution: {integrity: sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
postcss: ^8.1.0
dependencies:
browserslist: 4.21.2
caniuse-lite: 1.0.30001369
browserslist: 4.21.3
caniuse-lite: 1.0.30001373
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
@ -92,15 +92,15 @@ packages:
fill-range: 7.0.1
dev: true
/browserslist/4.21.2:
resolution: {integrity: sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==}
/browserslist/4.21.3:
resolution: {integrity: sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001369
electron-to-chromium: 1.4.199
caniuse-lite: 1.0.30001373
electron-to-chromium: 1.4.208
node-releases: 2.0.6
update-browserslist-db: 1.0.5_browserslist@4.21.2
update-browserslist-db: 1.0.5_browserslist@4.21.3
dev: true
/camelcase-css/2.0.1:
@ -108,8 +108,8 @@ packages:
engines: {node: '>= 6'}
dev: true
/caniuse-lite/1.0.30001369:
resolution: {integrity: sha512-OY1SBHaodJc4wflDIKnlkdqWzJZd1Ls/2zbVJHBSv3AT7vgOJ58yAhd2CN4d57l2kPJrgMb7P9+N1Mhy4tNSQA==}
/caniuse-lite/1.0.30001373:
resolution: {integrity: sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==}
dev: true
/chokidar/3.5.3:
@ -159,8 +159,8 @@ packages:
resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
dev: true
/electron-to-chromium/1.4.199:
resolution: {integrity: sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==}
/electron-to-chromium/1.4.208:
resolution: {integrity: sha512-diMr4t69FigAGUk2KovP0bygEtN/9AkqEVkzjEp0cu+zFFbZMVvwACpTTfuj1mAmFR5kNoSW8wGKDFWIvmThiQ==}
dev: true
/escalade/3.1.1:
@ -446,8 +446,8 @@ packages:
engines: {node: '>= 0.4'}
dev: true
/tailwindcss/3.1.6:
resolution: {integrity: sha512-7skAOY56erZAFQssT1xkpk+kWt2NrO45kORlxFPXUt3CiGsVPhH1smuH5XoDH6sGPXLyBv+zgCKA2HWBsgCytg==}
/tailwindcss/3.1.7:
resolution: {integrity: sha512-r7mgumZ3k0InfVPpGWcX8X/Ut4xBfv+1O/+C73ar/m01LxGVzWvPxF/w6xIUPEztrCoz7axfx0SMdh8FH8ZvRQ==}
engines: {node: '>=12.13.0'}
hasBin: true
dependencies:
@ -484,13 +484,13 @@ packages:
is-number: 7.0.0
dev: true
/update-browserslist-db/1.0.5_browserslist@4.21.2:
/update-browserslist-db/1.0.5_browserslist@4.21.3:
resolution: {integrity: sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
dependencies:
browserslist: 4.21.2
browserslist: 4.21.3
escalade: 3.1.1
picocolors: 1.0.0
dev: true