From a4400e8afee8cc194149177fb0bf70b042ccca47 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Wed, 21 Jun 2017 10:58:27 -0500 Subject: [PATCH] Remove all temp landing page templating and content --- config.toml | 1 + layouts/_default/baseof.html | 47 ------------------------------ layouts/_default/list.html | 3 -- layouts/_default/single.html | 3 -- layouts/_default/taxonomy.html | 3 -- layouts/_default/terms.html | 3 -- layouts/index.html | 2 -- layouts/partials/temp-closing.html | 4 --- 8 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644 layouts/_default/baseof.html delete mode 100644 layouts/_default/list.html delete mode 100644 layouts/_default/single.html delete mode 100644 layouts/_default/taxonomy.html delete mode 100644 layouts/_default/terms.html delete mode 100644 layouts/index.html delete mode 100644 layouts/partials/temp-closing.html diff --git a/config.toml b/config.toml index 249872f50..0e0eedb63 100644 --- a/config.toml +++ b/config.toml @@ -29,6 +29,7 @@ relativeURLs = true stepAnalysis = true # This is the top-level, global site title title = "Hugo" +theme = "gohugoioTheme" # Change this once you've created your theme diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index 42ca8565c..000000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - Hugo Docs is Moving - - - - -
- {{ block "main" . }} - {{ partial "temp-closing.html" . }} - {{ end }} -
- - - diff --git a/layouts/_default/list.html b/layouts/_default/list.html deleted file mode 100644 index 2c447e83c..000000000 --- a/layouts/_default/list.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} -{{ partial "temp-closing.html" . }} -{{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html deleted file mode 100644 index 2c447e83c..000000000 --- a/layouts/_default/single.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} -{{ partial "temp-closing.html" . }} -{{ end }} diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html deleted file mode 100644 index 2c447e83c..000000000 --- a/layouts/_default/taxonomy.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} -{{ partial "temp-closing.html" . }} -{{ end }} diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html deleted file mode 100644 index 2c447e83c..000000000 --- a/layouts/_default/terms.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} -{{ partial "temp-closing.html" . }} -{{ end }} diff --git a/layouts/index.html b/layouts/index.html deleted file mode 100644 index e4e4a83b8..000000000 --- a/layouts/index.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ define "main" }} -{{ end }} diff --git a/layouts/partials/temp-closing.html b/layouts/partials/temp-closing.html deleted file mode 100644 index 5ff91e6e6..000000000 --- a/layouts/partials/temp-closing.html +++ /dev/null @@ -1,4 +0,0 @@ -
-

Hugodocs.info is moving...

-

We appreciate your patience as we migrate the content from hugodocs.info to the new GitHub organization for Hugo. To check the currently published, official documentation, visit https://gohugo.io. Stay tuned for the rollout of the new docs, and thank you for your support of Hugo!

-