Skip to content

Commit

Permalink
Update configuration.md for giscus template
Browse files Browse the repository at this point in the history
Mentioned where to get the template file for Giscus setup.
  • Loading branch information
soumendrak authored Jul 21, 2024
1 parent f5ab39b commit 2509e5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/posts/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"
```
```

0 comments on commit 2509e5a

Please sign in to comment.