now with comments
This commit is contained in:
parent
f738190202
commit
62f660bdbf
8 changed files with 60 additions and 5 deletions
20
_posts/design/2015-11-15-comments.md
Normal file
20
_posts/design/2015-11-15-comments.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: page
|
||||
subheadline: "Discussion"
|
||||
title: "Now with Comments!"
|
||||
teaser: "For a blog you need comments. Like all those other jekyll themes we baked in Disqus. It's easy to set, it works and makes a static jekyll blog more dynamic."
|
||||
header:
|
||||
image_fullwidth: "header_typewriter.jpg"
|
||||
credit: Image by Florian Klauer
|
||||
url: "http://florianklauer.de/"
|
||||
image:
|
||||
thumb: typewriter_thumb.jpg
|
||||
homepage: homepage_typewriter.jpg
|
||||
categories:
|
||||
- design
|
||||
comments: true
|
||||
show_metadata: false
|
||||
---
|
||||
If you want to use Disqus-Comments with *Feeling Responsive*, just open `config.yml` and add your `disqus_shortname`. [More on how to use Disqus ›](https://disqus.com/websites/)
|
||||
|
||||
By default comments are turned off. You can customize the default behaviour in `config.yml`. To **turn on comments** just add `comments: true` to front matter using the page layout `layout: page`.
|
Reference in a new issue