Updating latest

Finishing series page
Finishing tags page
Adding series admonition
This commit is contained in:
2020-06-15 01:34:15 +01:00
parent cb71a953c2
commit 6ec6fd9fef
4 changed files with 45 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
---
Title: "Test series of articles"
Description: "some test descriptions"
---
Some text heres.