diff --git a/config.toml b/config.toml index 89d02a1..26696a9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ baseURL = "https://blog.jaseg.de/" languageCode = "en-us" -title = "jaseg.de" -theme = "hugo-classic" +title = "blog.jaseg.de" +theme = "blog.jaseg.de" diff --git a/content/about.rst b/content/about/index.rst similarity index 100% rename from content/about.rst rename to content/about/index.rst diff --git a/content/imprint.rst b/content/imprint/index.rst similarity index 100% rename from content/imprint.rst rename to content/imprint/index.rst diff --git a/themes/hugo-classic/LICENSE.md b/themes/blog.jaseg.de/LICENSE.md similarity index 100% rename from themes/hugo-classic/LICENSE.md rename to themes/blog.jaseg.de/LICENSE.md diff --git a/themes/hugo-classic/README.md b/themes/blog.jaseg.de/README.md similarity index 100% rename from themes/hugo-classic/README.md rename to themes/blog.jaseg.de/README.md diff --git a/themes/hugo-classic/archetypes/default.md b/themes/blog.jaseg.de/archetypes/default.md similarity index 100% rename from themes/hugo-classic/archetypes/default.md rename to themes/blog.jaseg.de/archetypes/default.md diff --git a/themes/hugo-classic/exampleSite/config.toml b/themes/blog.jaseg.de/exampleSite/config.toml similarity index 100% rename from themes/hugo-classic/exampleSite/config.toml rename to themes/blog.jaseg.de/exampleSite/config.toml diff --git a/themes/hugo-classic/exampleSite/content/_index.md b/themes/blog.jaseg.de/exampleSite/content/_index.md similarity index 100% rename from themes/hugo-classic/exampleSite/content/_index.md rename to themes/blog.jaseg.de/exampleSite/content/_index.md diff --git a/themes/hugo-classic/exampleSite/content/post/2012-01-23-juicy-code.md b/themes/blog.jaseg.de/exampleSite/content/post/2012-01-23-juicy-code.md similarity index 100% rename from themes/hugo-classic/exampleSite/content/post/2012-01-23-juicy-code.md rename to themes/blog.jaseg.de/exampleSite/content/post/2012-01-23-juicy-code.md diff --git a/themes/hugo-classic/exampleSite/content/post/2012-04-23-hacker-with-horn.md b/themes/blog.jaseg.de/exampleSite/content/post/2012-04-23-hacker-with-horn.md similarity index 100% rename from themes/hugo-classic/exampleSite/content/post/2012-04-23-hacker-with-horn.md rename to themes/blog.jaseg.de/exampleSite/content/post/2012-04-23-hacker-with-horn.md diff --git a/themes/hugo-classic/exampleSite/content/post/2015-07-23-command-line-awesomeness.md b/themes/blog.jaseg.de/exampleSite/content/post/2015-07-23-command-line-awesomeness.md similarity index 100% rename from themes/hugo-classic/exampleSite/content/post/2015-07-23-command-line-awesomeness.md rename to themes/blog.jaseg.de/exampleSite/content/post/2015-07-23-command-line-awesomeness.md diff --git a/themes/hugo-classic/exampleSite/content/post/2016-02-14-markdown-guide.md b/themes/blog.jaseg.de/exampleSite/content/post/2016-02-14-markdown-guide.md similarity index 100% rename from themes/hugo-classic/exampleSite/content/post/2016-02-14-markdown-guide.md rename to themes/blog.jaseg.de/exampleSite/content/post/2016-02-14-markdown-guide.md diff --git a/themes/hugo-classic/exampleSite/static/css/theme-override.css b/themes/blog.jaseg.de/exampleSite/static/css/theme-override.css similarity index 100% rename from themes/hugo-classic/exampleSite/static/css/theme-override.css rename to themes/blog.jaseg.de/exampleSite/static/css/theme-override.css diff --git a/themes/hugo-classic/images/partywizard.gif b/themes/blog.jaseg.de/images/partywizard.gif similarity index 100% rename from themes/hugo-classic/images/partywizard.gif rename to themes/blog.jaseg.de/images/partywizard.gif diff --git a/themes/hugo-classic/images/screenshot.png b/themes/blog.jaseg.de/images/screenshot.png similarity index 100% rename from themes/hugo-classic/images/screenshot.png rename to themes/blog.jaseg.de/images/screenshot.png diff --git a/themes/hugo-classic/images/tn.png b/themes/blog.jaseg.de/images/tn.png similarity index 100% rename from themes/hugo-classic/images/tn.png rename to themes/blog.jaseg.de/images/tn.png diff --git a/themes/hugo-classic/layouts/404.html b/themes/blog.jaseg.de/layouts/404.html similarity index 100% rename from themes/hugo-classic/layouts/404.html rename to themes/blog.jaseg.de/layouts/404.html diff --git a/themes/hugo-classic/layouts/_default/list.html b/themes/blog.jaseg.de/layouts/_default/list.html similarity index 100% rename from themes/hugo-classic/layouts/_default/list.html rename to themes/blog.jaseg.de/layouts/_default/list.html diff --git a/themes/hugo-classic/layouts/_default/single.html b/themes/blog.jaseg.de/layouts/_default/single.html similarity index 100% rename from themes/hugo-classic/layouts/_default/single.html rename to themes/blog.jaseg.de/layouts/_default/single.html diff --git a/themes/hugo-classic/layouts/_default/terms.html b/themes/blog.jaseg.de/layouts/_default/terms.html similarity index 100% rename from themes/hugo-classic/layouts/_default/terms.html rename to themes/blog.jaseg.de/layouts/_default/terms.html diff --git a/themes/blog.jaseg.de/layouts/index.html b/themes/blog.jaseg.de/layouts/index.html new file mode 100644 index 0000000..0c885ce --- /dev/null +++ b/themes/blog.jaseg.de/layouts/index.html @@ -0,0 +1,14 @@ +{{ partial "header.html" . }} + +