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."
|
||||
|
||||
[permalinks]
|
||||
post = "/:year/:month/:slug/"
|
||||
post = "post/:year/:month/:slug/"
|
||||
|
||||
[languages]
|
||||
|
||||
@@ -35,11 +35,17 @@ name = "About"
|
||||
url = "/about/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "series"
|
||||
name = "Series"
|
||||
url = "/series/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 3
|
||||
weight = 4
|
||||
|
||||
# [[menu.main]]
|
||||
# identifier = "search"
|
||||
|
||||
@@ -1,12 +1,21 @@
|
||||
---
|
||||
title: "Really long title Second Post Copy for layout scaling with flexbox using css."
|
||||
date: "2020-05-05T02:14:50+01:00"
|
||||
images: ["images/banner.svg"]
|
||||
date: "2020-05-06T02:14:51+01:00"
|
||||
images:
|
||||
- "images/banner.svg"
|
||||
draft: true
|
||||
authors:
|
||||
- "Daniel Tomlinson"
|
||||
- "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.
|
||||
|
||||
@@ -1,16 +1,31 @@
|
||||
---
|
||||
title: "Second Post"
|
||||
date: "2020-05-05T02:14:50+01:00"
|
||||
images: ["images/banner.svg"]
|
||||
date: "2020-05-06T02:14:49+01:00"
|
||||
images:
|
||||
- "images/banner.svg"
|
||||
draft: true
|
||||
authors:
|
||||
- "Daniel Tomlinson"
|
||||
- "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.
|
||||
|
||||
{{< notice series >}}
|
||||
Part 1 of the [Test series of articles](/series/test-series-of-articles/) series
|
||||
{{< /notice >}}
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Test code
|
||||
|
||||
```python
|
||||
@@ -87,3 +102,4 @@ Infomation Admonition
|
||||
{{< notice warning >}}
|
||||
This is a warning notice. Be warned! `code`
|
||||
{{< /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