diff --git a/CHANGELOG.md b/CHANGELOG.md index ef963364..201c8438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Enhancements +- Add support to customize `issue-term` for utterances comment provider. [#2022](https://github.com/mmistakes/minimal-mistakes/pull/2022) - Allow custom canonical url on a page-by-page basis. [#2021](https://github.com/mmistakes/minimal-mistakes/pull/2021) - Update table of contents navigation based on scroll position to indicate which link is currently active in the viewport. [#2020](https://github.com/mmistakes/minimal-mistakes/pull/2020) - Clicking table of contents links changes URL has fragment. [#2019](https://github.com/mmistakes/minimal-mistakes/pull/2019) diff --git a/_config.yml b/_config.yml index ffba6269..ae48ca31 100644 --- a/_config.yml +++ b/_config.yml @@ -39,6 +39,7 @@ comments: colorscheme : # "light" (default), "dark" utterances: theme : # "github-light" (default), "github-dark" + issue_term : # "pathname" (default) staticman: allowedFields : # ['name', 'email', 'url', 'message'] branch : # "master" diff --git a/docs/_config.yml b/docs/_config.yml index 5e90fd95..f3b9ce08 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -34,6 +34,7 @@ comments: colorscheme : # "light" (default), "dark" utterances: theme : # "github-light" (default), "github-dark" + issue_term : # "pathname" (default) staticman: allowedFields : # ['name', 'email', 'url', 'message'] branch : # "master" diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index 2fd1ebee..fb4a1c81 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -349,6 +349,7 @@ comments: provider: "utterances" utterances: theme: "github-light" # "github-dark" + issue_term: "pathname" ``` #### Static-based comments via Staticman diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index a0ea9d2d..82dfef92 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,7 +4,7 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2019-01-08T08:24:03-05:00 +last_modified_at: 2019-01-08T08:43:03-05:00 toc: true --- @@ -12,6 +12,7 @@ toc: true ### Enhancements +- Add support to customize `issue-term` for utterances comment provider. [#2022](https://github.com/mmistakes/minimal-mistakes/pull/2022) - Allow custom canonical url on a page-by-page basis. [#2021](https://github.com/mmistakes/minimal-mistakes/pull/2021) - Update table of contents navigation based on scroll position to indicate which link is currently active in the viewport. [#2020](https://github.com/mmistakes/minimal-mistakes/pull/2020) - Clicking table of contents links changes URL has fragment. [#2019](https://github.com/mmistakes/minimal-mistakes/pull/2019) diff --git a/test/_config.yml b/test/_config.yml index 412c0181..ee0fdba5 100644 --- a/test/_config.yml +++ b/test/_config.yml @@ -33,6 +33,7 @@ comments: colorscheme : # "light" (default), "dark" utterances: theme : # "github-light" (default), "github-dark" + issue_term : # "pathname" (default) staticman: allowedFields : ['name', 'email', 'url', 'message'] branch : # "master", "gh-pages"