diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 |
commit | edd49a893c5f581a2f622f2b29a289760bbc2edc (patch) | |
tree | 320c58776b5c04db7adf188d065f135aa28a8f83 /README.md | |
parent | 769239a8e95cf761075a1248818a6578d7522fac (diff) |
Format
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 |