📝 Add more tags to exampleSite

pull/26/head
James Panther 2021-11-04 10:17:27 +11:00
parent 1b37d75aa4
commit 3a2ce6a9e0
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
7 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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
---

View File

@ -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.

View File

@ -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