diff --git a/exampleSite/content/docs/hosting-deployment/index.md b/exampleSite/content/docs/hosting-deployment/index.md index df3ec0ac..d69e6d8f 100644 --- a/exampleSite/content/docs/hosting-deployment/index.md +++ b/exampleSite/content/docs/hosting-deployment/index.md @@ -4,7 +4,7 @@ date: 2020-08-08 draft: false description: "Learn how to deploy a Congo site." slug: "hosting-deployment" -tags: ["hosting", "deployment", "docs"] +tags: ["hosting", "deployment", "docs", "github", "netlify", "render"] --- There are many ways to deploy your Hugo website built with Congo. The theme is designed to be flexible in almost any deployment scenario. diff --git a/exampleSite/content/samples/charts.md b/exampleSite/content/samples/charts.md index 9c35548b..b88624e4 100755 --- a/exampleSite/content/samples/charts.md +++ b/exampleSite/content/samples/charts.md @@ -3,7 +3,7 @@ title: "Charts" date: 2019-03-06 description: "Guide to Chart.js usage in Congo" summary: "Congo includes Chart.js for powerful charts and data visualisations." -tags: ["chart", "sample", "graph"] +tags: ["chart", "sample", "graph", "shortcodes"] --- Congo includes support for Chart.js using the `chart` shortcode. Simply wrap the chart markup within the shortcode. Congo automatically themes charts to match the configured `colorScheme` parameter, however the colours can be customised using normal Chart.js syntax. diff --git a/exampleSite/content/samples/diagrams-flowcharts.md b/exampleSite/content/samples/diagrams-flowcharts.md index 447a45f2..d8a7448b 100755 --- a/exampleSite/content/samples/diagrams-flowcharts.md +++ b/exampleSite/content/samples/diagrams-flowcharts.md @@ -3,7 +3,7 @@ title: "Diagrams and Flowcharts" date: 2019-03-06 description: "Guide to Mermaid usage in Congo" summary: "It's easy to add diagrams and flowcharts to articles using Mermaid." -tags: ["mermaid", "sample", "diagram"] +tags: ["mermaid", "sample", "diagram", "shortcodes"] --- Mermaid diagrams are supported in Congo using the `mermaid` shortcode. Simply wrap the diagram markup within the shortcode. Congo automatically themes Mermaid diagrams to match the configured `colorScheme` parameter. diff --git a/exampleSite/content/samples/mathematical-notation.md b/exampleSite/content/samples/mathematical-notation.md index d48e09d0..0b184800 100755 --- a/exampleSite/content/samples/mathematical-notation.md +++ b/exampleSite/content/samples/mathematical-notation.md @@ -2,7 +2,7 @@ title: Mathematical notation date: 2019-03-08 description: A brief sample of mathematical notation in Congo. -tags: ["sample", "katex", "maths"] +tags: ["sample", "katex", "maths", "shortcodes"] --- KaTeX can be used to render mathematical notation within articles. diff --git a/exampleSite/content/samples/placeholder-text.md b/exampleSite/content/samples/placeholder-text.md index 5228caa5..f7ffc21c 100755 --- a/exampleSite/content/samples/placeholder-text.md +++ b/exampleSite/content/samples/placeholder-text.md @@ -3,7 +3,7 @@ title: "Placeholder Text" date: "2019-03-09" draft: true description: "Lorem Ipsum Dolor Si Amet" -tags: ["markdown", "text", "sample"] +tags: ["markdown", "text", "sample", "latin"] xml: false --- diff --git a/exampleSite/content/samples/rich-content.md b/exampleSite/content/samples/rich-content.md index aa200085..efe6bb76 100755 --- a/exampleSite/content/samples/rich-content.md +++ b/exampleSite/content/samples/rich-content.md @@ -3,7 +3,7 @@ title: "Rich Content" date: 2019-03-10 description: "A brief description of Hugo Shortcodes" summary: "This is an _example_ of a **rich** content summary." -tags: ["shortcodes", "privacy", "sample"] +tags: ["shortcodes", "privacy", "sample", "gist", "twitter", "youtube", "vimeo"] --- Hugo ships with several [built-in shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [privacy config](https://gohugo.io/about/hugo-and-gdpr/) and a set of _simple shortcodes_ that enable static and no-JS versions of various social media embeds. diff --git a/exampleSite/content/users.md b/exampleSite/content/users.md index e5ae5be4..5adcf38d 100644 --- a/exampleSite/content/users.md +++ b/exampleSite/content/users.md @@ -4,7 +4,7 @@ date: 2020-08-14 draft: false description: "Some real-life Congo examples." slug: "users" -tags: ["users"] +tags: ["users", "sample"] showDate: false showAuthor: false showReadingTime: false