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