X-Git-Url: http://njoseph.me/gitweb/hyde.git/blobdiff_plain/a874cebd9844764360be9ab93568cc6e334b0e4e..52c5552a437b2eda38a9f28656a8a28cc0e4815b:/README.md?ds=inline diff --git a/README.md b/README.md index 0ddc6d5..39b8d14 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It pairs a prominent sidebar with uncomplicated content. - [Sticky sidebar content](#sticky-sidebar-content) - [Themes](#themes) - [Reverse layout](#reverse-layout) -- [Development](#development) + - [Disqus](#disqus) - [Author](#author) - [Ported by](#ported-by) - [License](#license) @@ -92,6 +92,22 @@ Hyde's page orientation can be reversed with a single class. ``` +### Disqus + +You can optionally enable a comment system powered by Disqus for the posts. Simply add the variable `disqusShortname` to the `params` in your config file. + +**TOML** +```toml +[params] + disqusShortname = "spf13" +``` + +**YAML** +```yaml +params: + disqusShortname: "spf13" +``` + ## Author **Mark Otto** -