no more external theme. It's all me, baby

This commit is contained in:
Greg Gauthier 2021-12-02 19:30:05 +00:00
parent e46580f42a
commit 99de4b9dbd
6 changed files with 2 additions and 30 deletions

View File

@ -3,7 +3,6 @@ title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
tags: []
topics: []
image: ""
description: ""
image: /img/
draft: true
---

View File

@ -1,7 +1,7 @@
baseURL = "https://gmgauthier.com/"
languageCode = "en-us"
theme = "blackburn"
# theme = "blackburn"
title = "Greg Gauthier"
author = "Greg Gauthier"

View File

@ -1,9 +0,0 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
draft = true
tags = []
topics = []
image = ""
description = ""
+++

View File

@ -1,18 +0,0 @@
name = "Blackburn"
license = "MIT"
licenselink = "https://github.com/yoshiharuyamashita/blackburn/blob/master/LICENSE.md"
description = "A clear, responsive theme constructed using Pure CSS from Yahoo"
homepage = "https://github.com/yoshiharuyamashita/blackburn"
tags = ["blog", "personal", "purecss", "responsive"]
features = ["blog", "personal", "purecss", "responsive"]
min_version = 0.15
[author]
name = "Yoshiharu Yamashita"
homepage = "http://yoshiharuyamashita.com"
# If porting an existing theme
[original]
name = "Responsive side menu"
homepage = "http://purecss.io/layouts/"
repo = "https://github.com/yahoo/pure"