diff --git a/_config.yml b/_config.yml index 6cc4a82..670a976 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ description: > results) and in your feed.xml site description. # Set this to a github repository to be used to host comments. -# github_comments_repository: githubId/repositoryName +github_comments_repository: dc25/myBlog-comments # Build settings diff --git a/_posts/2017-06-25-example-of-blog-post-with-github-comments.markdown b/_posts/2017-06-25-example-of-blog-post-with-github-comments.markdown new file mode 100644 index 0000000..22cb3e6 --- /dev/null +++ b/_posts/2017-06-25-example-of-blog-post-with-github-comments.markdown @@ -0,0 +1,16 @@ +--- +layout: post +title: "Example of blog post with github comments" +date: 2017-06-25 04:27:27 +0000 +published: true +github_comments_issueid: "1" +tags: +--- +This blog is the minima theme, modified to support github comments. + +This blog has support for github comments enabled. +This post has github comments enabled. + +See [Using Github comments in a Jekyll blog][1] for more details. + +[1]: https://dc25.github.io/myBlog/2017/06/24/using-github-comments-in-a-jekyll-blog.html "a 'real' blog post"