From c0a67cfe9b3d8554c35d2de92271ff9b8cbef03a Mon Sep 17 00:00:00 2001 From: Staticman Date: Fri, 12 Aug 2016 03:41:05 +0100 Subject: [PATCH 1/2] Add Staticman entry --- .../markup-syntax-highlighting/comment-1470969665387.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _data/comments/markup-syntax-highlighting/comment-1470969665387.yml diff --git a/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml b/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml new file mode 100644 index 00000000..bc7a53fc --- /dev/null +++ b/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml @@ -0,0 +1,6 @@ +message: "Here's a test comment with a Markdown code block:\r\n\r\n```scss\r\nh1, h2, h3, h4, h5, h6 {\r\n margin: 2em 0 0.5em;\r\n line-height: 1.2;\r\n font-family: $header-font-family;\r\n font-weight: bold;\r\n}\r\n```" +name: Michael Rose +email: 1ce71bc10b86565464b612093d89707e +url: 'https://mademistakes.com' +hidden: '' +date: '2016-08-12T02:41:04.706Z' From 1b6d6724dbac62fffa6ba1e6c797d9748778d02f Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 16 Aug 2016 19:41:58 -0400 Subject: [PATCH 2/2] Fix typo --- _docs/05-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/05-configuration.md b/_docs/05-configuration.md index 629ace36..7cd76bbd 100644 --- a/_docs/05-configuration.md +++ b/_docs/05-configuration.md @@ -225,7 +225,7 @@ Transform user comments into `_data` files that live inside of your GitHub repos Default settings have been provided in `_config.yml`. The important ones to set are `provider: "staticman"` and `branch`. View the [full list of configurations](https://github.com/eduardoboucas/staticman#jekyll-configuration). -**Branch setting:** This is the branch comment files will be sent to via pull requests. If you host your site on GitHub Pages it will likely be `master` unless you're repo is setup as a project --- use `gh-pages` in that case. +**Branch setting:** This is the branch comment files will be sent to via pull requests. If you host your site on GitHub Pages it will likely be `master` unless your repo is setup as a project --- use `gh-pages` in that case. {: .notice--info} ```yaml