diff --git a/archetypes/default.md b/archetypes/default.md index 3827280..1f51a82 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -3,7 +3,6 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} tags: [] topics: [] -image: "" -description: "" +image: /img/ draft: true --- diff --git a/config.toml b/config.toml index 28bd30e..ce025c6 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "https://gmgauthier.com/" languageCode = "en-us" -theme = "blackburn" +# theme = "blackburn" title = "Greg Gauthier" author = "Greg Gauthier" diff --git a/themes/blackburn/layouts/taxonomy/tag.html b/layouts/taxonomy/tag.html similarity index 100% rename from themes/blackburn/layouts/taxonomy/tag.html rename to layouts/taxonomy/tag.html diff --git a/themes/blackburn/layouts/taxonomy/topic.html b/layouts/taxonomy/topic.html similarity index 100% rename from themes/blackburn/layouts/taxonomy/topic.html rename to layouts/taxonomy/topic.html diff --git a/themes/blackburn/archetypes/default.md b/themes/blackburn/archetypes/default.md deleted file mode 100644 index f1206c4..0000000 --- a/themes/blackburn/archetypes/default.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -title = "{{ replace .Name "-" " " | title }}" -date = "{{ .Date }}" -draft = true -tags = [] -topics = [] -image = "" -description = "" -+++ diff --git a/themes/blackburn/theme.toml b/themes/blackburn/theme.toml deleted file mode 100644 index 99e4f9a..0000000 --- a/themes/blackburn/theme.toml +++ /dev/null @@ -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"