From 2509e5afb4b8a1658da1ff251edf5950e53d62bd Mon Sep 17 00:00:00 2001 From: Soumendra kumar sahoo Date: Sun, 21 Jul 2024 18:50:14 +0530 Subject: [PATCH] Update configuration.md for giscus template Mentioned where to get the template file for Giscus setup. --- content/posts/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/posts/configuration.md b/content/posts/configuration.md index 5595fe6e..7e18fd0c 100644 --- a/content/posts/configuration.md +++ b/content/posts/configuration.md @@ -88,8 +88,10 @@ Enables or disables the comment system for posts. - Default: false - Usage: `comment = false` +After making `comment = true` save your script from [Giscus](https://giscus.app) to `templates/_giscus_script.html`. When enabled, this allows readers to leave comments on your blog posts. + ## Fancy Code Styling (`fancy_code`) Enables enhanced styling for code blocks. @@ -127,4 +129,4 @@ The `repo_url` can be set in the `[extra]` section or in your `config.toml`. You can add anchor links by adding the following to your `_index.md`: ```toml insert_anchor_links = "heading" -``` \ No newline at end of file +```