Added Disqus support
This commit is contained in:
parent
a874cebd98
commit
62ef2ef06f
3 changed files with 45 additions and 10 deletions
17
README.md
17
README.md
|
@ -13,6 +13,7 @@ It pairs a prominent sidebar with uncomplicated content.
|
|||
- [Sticky sidebar content](#sticky-sidebar-content)
|
||||
- [Themes](#themes)
|
||||
- [Reverse layout](#reverse-layout)
|
||||
- [Disqus](#disqus)
|
||||
- [Development](#development)
|
||||
- [Author](#author)
|
||||
- [Ported by](#ported-by)
|
||||
|
@ -92,6 +93,22 @@ Hyde's page orientation can be reversed with a single class.
|
|||
</body>
|
||||
```
|
||||
|
||||
### 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**
|
||||
- <https://github.com/mdo>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue