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!

-