add Portfolio series
This commit is contained in:
parent
42f6138ed5
commit
8e8a1385c7
|
@ -7,7 +7,10 @@ theme = "hugo-coder"
|
||||||
|
|
||||||
publishDir = "blog"
|
publishDir = "blog"
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
category = "categories"
|
||||||
|
series = "series"
|
||||||
|
tag = "tags"
|
||||||
|
|
||||||
|
|
||||||
# hugo-coder config
|
# hugo-coder config
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2020-02-08T12:27:18Z
|
||||||
categories: ["Portfolio"]
|
categories: ["Portfolio"]
|
||||||
tags: ["Vue", "Nuxt"]
|
tags: ["Vue", "Nuxt"]
|
||||||
featured_image: "/images/flowmm/flowmm-home.jpg"
|
featured_image: "/images/flowmm/flowmm-home.jpg"
|
||||||
|
series: ["Portfolio"]
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ tags = ["WordPress", "WooCommerce"]
|
||||||
categories = ["Portfolio"]
|
categories = ["Portfolio"]
|
||||||
featured_image = "/images/giana/large-1.jpg"
|
featured_image = "/images/giana/large-1.jpg"
|
||||||
externalLink = ""
|
externalLink = ""
|
||||||
series = []
|
series = ["Portfolio"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Now, this site, is one of the earliest I ever worked upon.
|
Now, this site, is one of the earliest I ever worked upon.
|
||||||
|
|
|
@ -8,7 +8,7 @@ tags = ["October CMS", "Vue"]
|
||||||
categories = ["Portfolio"]
|
categories = ["Portfolio"]
|
||||||
featured_image = "/images/leopold/large-1.jpg"
|
featured_image = "/images/leopold/large-1.jpg"
|
||||||
externalLink = ""
|
externalLink = ""
|
||||||
series = []
|
series = ["Portfolio"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
**Marc Leopold** is an apocryphal photographer and visual artist based in Chicago, USA.
|
**Marc Leopold** is an apocryphal photographer and visual artist based in Chicago, USA.
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
draft = false
|
draft = false
|
||||||
date = 2020-01-20T18:55:00Z
|
date = 2020-01-20T18:55:00Z
|
||||||
title = "Charles Stantham Legal Services"
|
title = "Charles Stantham Legal Services"
|
||||||
description = ""
|
description = "Developing a website using WordPress, OceanWP and Elementor."
|
||||||
slug = ""
|
slug = ""
|
||||||
tags = ["WordPress", "Elementor"]
|
tags = ["WordPress", "Elementor"]
|
||||||
categories = ["Portfolio"]
|
categories = ["Portfolio"]
|
||||||
featured_image = "/images/stanthams/large-1.jpg"
|
featured_image = "/images/stanthams/large-1.jpg"
|
||||||
externalLink = ""
|
externalLink = ""
|
||||||
series = []
|
series = ["Portfolio"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
**Charles Stantham** are a firm of made up solicitors who decided they wanted me to make up a [website](https://stanthams.rayelliott.dev/) for their firm.
|
**Charles Stantham** are a firm of made up solicitors who decided they wanted me to make up a [website](https://stanthams.rayelliott.dev/) for their firm.
|
||||||
|
|
Reference in New Issue