mirror of
https://github.com/tomfran/typo.git
synced 2025-04-26 13:39:55 +03:00
feat: add giscus support
This commit is contained in:
parent
d005e677d9
commit
ca11f2c2bb
3 changed files with 29 additions and 0 deletions
10
README.md
10
README.md
|
@ -193,6 +193,16 @@ url = "/posts"
|
|||
name = "resume"
|
||||
url = "/resume"
|
||||
|
||||
# giscus conf, for more detail, see https://giscus.app/
|
||||
[params.giscus]
|
||||
enable = true
|
||||
repo = ""
|
||||
repoid = ""
|
||||
category = ""
|
||||
categoryid = ""
|
||||
mapping = "pathname"
|
||||
theme = "light"
|
||||
|
||||
# Syntax highlight on code blocks, all styles:
|
||||
# https://xyproto.github.io/splash/docs/all.html
|
||||
# I suggest algol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue