diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:14:41 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:14:41 +0200 |
commit | 43de5d69b894aec43f993743b2d03f4157952e15 (patch) | |
tree | 930c50df484789e4a60a2a565dccc37cebc1000a /README.md | |
parent | 1ee175c6bea9bdc15188ad475565149487cb27f2 (diff) | |
parent | edd49a893c5f581a2f622f2b29a289760bbc2edc (diff) |
Merge branch 'main' into tmp
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -104,7 +104,8 @@ The fonts in use are [Literata](https://fonts.google.com/specimen/Literata) and Various miscellaneous features: - Latex blocks overflows on mobile to prevent having strange alignments; -- Code blocks are displayed with ligatures. +- Code blocks are displayed with ligatures; +- [Giscus](https://giscus.app/) comments support. ### 2.6 Extending the theme @@ -193,15 +194,15 @@ url = "/posts" name = "resume" url = "/resume" -# giscus conf, for more detail, see https://giscus.app/ +# Giscus conf, for more detail, see https://giscus.app/ [params.giscus] - enable = true - repo = "" - repoid = "" - category = "" - categoryid = "" - mapping = "pathname" - theme = "light" +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 |