Updating latest
Finishing series page Finishing tags page Adding series admonition
This commit is contained in:
@@ -11,7 +11,7 @@ footnoteReturnLinkContents = "^"
|
|||||||
description = "Tech blog showcasing Python, Machine-Learning, Vue, Homelab and other technologies to try at home."
|
description = "Tech blog showcasing Python, Machine-Learning, Vue, Homelab and other technologies to try at home."
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "/:year/:month/:slug/"
|
post = "post/:year/:month/:slug/"
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
|
|
||||||
@@ -35,11 +35,17 @@ name = "About"
|
|||||||
url = "/about/"
|
url = "/about/"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "series"
|
||||||
|
name = "Series"
|
||||||
|
url = "/series/"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "tags"
|
identifier = "tags"
|
||||||
name = "Tags"
|
name = "Tags"
|
||||||
url = "/tags/"
|
url = "/tags/"
|
||||||
weight = 3
|
weight = 4
|
||||||
|
|
||||||
# [[menu.main]]
|
# [[menu.main]]
|
||||||
# identifier = "search"
|
# identifier = "search"
|
||||||
|
|||||||
@@ -1,12 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: "Really long title Second Post Copy for layout scaling with flexbox using css."
|
title: "Really long title Second Post Copy for layout scaling with flexbox using css."
|
||||||
date: "2020-05-05T02:14:50+01:00"
|
date: "2020-05-06T02:14:51+01:00"
|
||||||
images: ["images/banner.svg"]
|
images:
|
||||||
|
- "images/banner.svg"
|
||||||
draft: true
|
draft: true
|
||||||
authors:
|
authors:
|
||||||
- "Daniel Tomlinson"
|
- "Daniel Tomlinson"
|
||||||
- "New Authors"
|
- "New Authors"
|
||||||
tags: ["Introduction", "test", "another", "tagging", "hugo", "newz"]
|
tags:
|
||||||
|
- "Introduction"
|
||||||
|
- "test"
|
||||||
|
- "another"
|
||||||
|
- "tagging"
|
||||||
|
- "hugo"
|
||||||
|
- "newz"
|
||||||
|
series:
|
||||||
|
- "Test series of articles"
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-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. and it goes on for more than one line.
|
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-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. and it goes on for more than one line.
|
||||||
|
|||||||
@@ -1,16 +1,31 @@
|
|||||||
---
|
---
|
||||||
title: "Second Post"
|
title: "Second Post"
|
||||||
date: "2020-05-05T02:14:50+01:00"
|
date: "2020-05-06T02:14:49+01:00"
|
||||||
images: ["images/banner.svg"]
|
images:
|
||||||
|
- "images/banner.svg"
|
||||||
draft: true
|
draft: true
|
||||||
authors:
|
authors:
|
||||||
- "Daniel Tomlinson"
|
- "Daniel Tomlinson"
|
||||||
- "New Authors"
|
- "New Authors"
|
||||||
tags: ["Introduction", "test", "another", "tagging", "hugo", "newz"]
|
tags:
|
||||||
|
- "Introduction"
|
||||||
|
- "test"
|
||||||
|
- "another"
|
||||||
|
- "tagging"
|
||||||
|
- "hugo"
|
||||||
|
- "newz"
|
||||||
|
series:
|
||||||
|
- "Test series of articles"
|
||||||
---
|
---
|
||||||
|
|
||||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-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.
|
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-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.
|
||||||
|
|
||||||
|
{{< notice series >}}
|
||||||
|
Part 1 of the [Test series of articles](/series/test-series-of-articles/) series
|
||||||
|
{{< /notice >}}
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
## Test code
|
## Test code
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@@ -87,3 +102,4 @@ Infomation Admonition
|
|||||||
{{< notice warning >}}
|
{{< notice warning >}}
|
||||||
This is a warning notice. Be warned! `code`
|
This is a warning notice. Be warned! `code`
|
||||||
{{< /notice >}}
|
{{< /notice >}}
|
||||||
|
|
||||||
|
|||||||
6
blog/content/series/test-series-of-articles/_index.md
Normal file
6
blog/content/series/test-series-of-articles/_index.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
Title: "Test series of articles"
|
||||||
|
Description: "some test descriptions"
|
||||||
|
---
|
||||||
|
|
||||||
|
Some text heres.
|
||||||
Reference in New Issue
Block a user