mirror of https://github.com/onweru/compose.git

weru
30.00.2023 96146d9ab63c659556464742a61ef8dc0a13132e
use toml

Signed-off-by: weru <fromweru@gmail.com>
20 files modified
145 ■■■■ changed files
exampleSite/content/_index.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/blog/creating-a-new-theme.md 12 ●●●● patch | view | raw | blame | history
exampleSite/content/blog/emoji-support.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/blog/goisforlovers.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/blog/hugoisforlovers.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/blog/migrate-from-jekyll.md 10 ●●●● patch | view | raw | blame | history
exampleSite/content/docs/_index.md 8 ●●●● patch | view | raw | blame | history
exampleSite/content/docs/clarity/_index.md 8 ●●●● patch | view | raw | blame | history
exampleSite/content/docs/clarity/customize.md 8 ●●●● patch | view | raw | blame | history
exampleSite/content/docs/clarity/features.md 8 ●●●● patch | view | raw | blame | history
exampleSite/content/docs/clarity/getting-started.md 8 ●●●● patch | view | raw | blame | history
exampleSite/content/docs/clarity/syntax-highlighting.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/docs/clarity/theme-overrides.md 2 ●●● patch | view | raw | blame | history
exampleSite/content/docs/compose/_index.md 8 ●●●● patch | view | raw | blame | history
exampleSite/content/docs/compose/install-theme.md 13 ●●●● patch | view | raw | blame | history
exampleSite/content/docs/compose/mermaid.md 10 ●●●● patch | view | raw | blame | history
exampleSite/content/docs/compose/shortcodes-example.md 14 ●●●●● patch | view | raw | blame | history
exampleSite/content/tutorials/_index.md 8 ●●●● patch | view | raw | blame | history
exampleSite/content/tutorials/example/_index.md 8 ●●●● patch | view | raw | blame | history
exampleSite/content/tutorials/example/mermaid.md 10 ●●●● patch | view | raw | blame | history
exampleSite/content/_index.md
@@ -6,8 +6,8 @@
columnTitles = ["Section", "Status", "Author"]
fileLink = "content/projects.csv"
title = "Projects"
+++
{{< block "grid-2" >}}
{{< column >}}
exampleSite/content/blog/creating-a-new-theme.md
@@ -1,9 +1,9 @@
---
author: Michael Henderson
date: 2014-09-28
title: Creating a New Theme
image: boy.jpg
---
+++
author = "Michael Henderson"
date = 2014-09-28
title = "Creating a New Theme"
image = "/images/boy.jpg"
+++
## Introduction
exampleSite/content/blog/emoji-support.md
@@ -4,7 +4,7 @@
date = "2019-03-05"
description = "Guide to emoji usage in Hugo"
tags = ["emoji"]
image = "artist.jpg"
image = "/images/artist.jpg"
+++
Emoji can be enabled in a Hugo project in a number of ways.
exampleSite/content/blog/goisforlovers.md
@@ -13,7 +13,7 @@
"Development",
"golang",
]
image = "artist.jpg"
image = "/images/artist.jpg"
+++
Hugo uses the excellent [Go](https://golang.org/) [html/template](https://golang.org/pkg/html/template/) library for
exampleSite/content/blog/hugoisforlovers.md
@@ -12,7 +12,7 @@
    "Development",
    "golang",
]
image = "stuck.jpg"
image = "/images/stuck.jpg"
+++
## Step 1. Install Hugo
exampleSite/content/blog/migrate-from-jekyll.md
@@ -1,8 +1,8 @@
---
date: 2014-03-10
title: Migrate to Hugo from Jekyll
image: 'speakers.jpg'
---
+++
date = 2014-03-10
title = "Migrate to Hugo from Jekyll"
image = "/images/speakers.jpg"
+++
## Move static content to `static`
Jekyll has a rule that any directory not starting with `_` will be copied as-is to the `_site` output. Hugo keeps all static content under `static`. You should therefore move it all there.
exampleSite/content/docs/_index.md
@@ -1,7 +1,7 @@
---
title: "Themes' Docs"
weight: 1
---
+++
title = "Themes' Docs"
weight = 1
+++
These docs consists of two parts:
exampleSite/content/docs/clarity/_index.md
@@ -1,7 +1,7 @@
---
Title: Clarity Docs
weight: 10
---
+++
Title = "Clarity Docs"
weight = 10
+++
__Hugo Clarity__ is a technology-minded theme for Hugo based on VMware's open-source [Clarity Design System](https://clarity.design/) featuring rich code support, dark/light mode, mobile support, and much more. See [a live demo at __neonmirrors.net__](https://neonmirrors.net/).
exampleSite/content/docs/clarity/customize.md
@@ -1,7 +1,7 @@
---
title: "Customization"
weight: 14
---
+++
title = "Customization"
weight = 14
+++
## Configuration
exampleSite/content/docs/clarity/features.md
@@ -1,7 +1,7 @@
---
title: Features
Weight: 13
---
+++
title = "Features"
Weight = 13
+++
* Blog with tagging and category options
* Deeplinks
exampleSite/content/docs/clarity/getting-started.md
@@ -1,7 +1,7 @@
---
title: Getting started
weight: 11
---
+++
title = "Getting started"
weight = 11
+++
## Prerequisites
exampleSite/content/docs/clarity/syntax-highlighting.md
@@ -1,6 +1,6 @@
+++
title = "Syntax Highlighting"
weight=17
weight = 17
+++
### Code
exampleSite/content/docs/clarity/theme-overrides.md
@@ -1,6 +1,6 @@
+++
title = "Theme Overrides"
weight=18
weight = 18
+++
### Custom CSS and JS
exampleSite/content/docs/compose/_index.md
@@ -1,7 +1,7 @@
---
title: "Compose Docs"
weight: 1
---
+++
title = "Compose Docs"
weight = 1
+++
Welcome to the Compose theme user guide! This guide shows you how to get started creating technical documentation sites using Compose, including site customization and how to use Compose's blocks and templates.
exampleSite/content/docs/compose/install-theme.md
@@ -1,9 +1,10 @@
---
title: "Install theme"
weight: 2
description: >
  This page tells you how to get started with the Compose theme.
---
+++
title = "Install theme"
weight = 2
description = """
This page tells you how to get started with the Compose theme.
"""
+++
### Prerequisites
exampleSite/content/docs/compose/mermaid.md
@@ -1,8 +1,8 @@
---
title: "Mermaid"
weight: 8
description: "Generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown."
---
+++
title = "Mermaid"
weight = 8
description = "Generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown."
+++
[Mermaid](https://mermaidjs.github.io/) is library that helps you generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown.
exampleSite/content/docs/compose/shortcodes-example.md
@@ -1,12 +1,10 @@
---
title: Shortcodes Applied
weight: 7
description: 'This is how the shortcodes would look like in action
+++
title = "Shortcodes Applied"
weight = 7
description = "This is how the shortcodes would look like in action"
draft = true
+++
'
draft: true
---
### Blocks, columns & buttons
```sh
exampleSite/content/tutorials/_index.md
@@ -1,7 +1,7 @@
---
title: "Tutorials' Docs"
weight: 1
---
+++
title = "Tutorials' Docs"
weight = 1
+++
Just an example of an additional docs folder.
exampleSite/content/tutorials/example/_index.md
@@ -1,7 +1,7 @@
---
title: "Compose Docs"
weight: 1
---
+++
title = "Compose Docs"
weight = 1
+++
Welcome to the Compose theme user guide! This guide shows you how to get started creating technical documentation sites using Compose, including site customization and how to use Compose's blocks and templates.
exampleSite/content/tutorials/example/mermaid.md
@@ -1,8 +1,8 @@
---
title: "Mermaid"
weight: 8
description: "Generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown."
---
+++
title = "Mermaid"
weight = 8
description = "Generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown."
+++
[Mermaid](https://mermaidjs.github.io/) is library that helps you generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown.