no more external theme. It's all me, baby
This commit is contained in:
parent
e46580f42a
commit
99de4b9dbd
@ -3,7 +3,6 @@ title: "{{ replace .Name "-" " " | title }}"
|
|||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
tags: []
|
tags: []
|
||||||
topics: []
|
topics: []
|
||||||
image: ""
|
image: /img/
|
||||||
description: ""
|
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
baseURL = "https://gmgauthier.com/"
|
baseURL = "https://gmgauthier.com/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
|
|
||||||
theme = "blackburn"
|
# theme = "blackburn"
|
||||||
|
|
||||||
title = "Greg Gauthier"
|
title = "Greg Gauthier"
|
||||||
author = "Greg Gauthier"
|
author = "Greg Gauthier"
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
+++
|
|
||||||
title = "{{ replace .Name "-" " " | title }}"
|
|
||||||
date = "{{ .Date }}"
|
|
||||||
draft = true
|
|
||||||
tags = []
|
|
||||||
topics = []
|
|
||||||
image = ""
|
|
||||||
description = ""
|
|
||||||
+++
|
|
@ -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"
|
|
Loading…
Reference in New Issue
Block a user