From edd49a893c5f581a2f622f2b29a289760bbc2edc Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 11 May 2024 22:13:47 +0200 Subject: Format --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 529116b..4f55921 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3