mirror of https://github.com/jpanther/congo.git
📝 Add more tags to exampleSite
parent
1b37d75aa4
commit
3a2ce6a9e0
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue