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" . }} + +

{{ site.Title }}

+ + + +{{ partial "footer.html" . }} diff --git a/themes/hugo-classic/layouts/partials/foot_custom.html b/themes/blog.jaseg.de/layouts/partials/foot_custom.html similarity index 100% rename from themes/hugo-classic/layouts/partials/foot_custom.html rename to themes/blog.jaseg.de/layouts/partials/foot_custom.html diff --git a/themes/hugo-classic/layouts/partials/footer.html b/themes/blog.jaseg.de/layouts/partials/footer.html similarity index 74% rename from themes/hugo-classic/layouts/partials/footer.html rename to themes/blog.jaseg.de/layouts/partials/footer.html index 8b721a8..9a6f133 100644 --- a/themes/hugo-classic/layouts/partials/footer.html +++ b/themes/blog.jaseg.de/layouts/partials/footer.html @@ -9,7 +9,8 @@ CC-BY-NC-SA 4.0.
- Impressum und Haftungsausschluss und Datenschutzerklärung. + Impressum und Haftungsausschluss und Datenschutzerklärung.
+ About this blog.
diff --git a/themes/hugo-classic/layouts/partials/head_custom.html b/themes/blog.jaseg.de/layouts/partials/head_custom.html similarity index 100% rename from themes/hugo-classic/layouts/partials/head_custom.html rename to themes/blog.jaseg.de/layouts/partials/head_custom.html diff --git a/themes/hugo-classic/layouts/partials/header.html b/themes/blog.jaseg.de/layouts/partials/header.html similarity index 100% rename from themes/hugo-classic/layouts/partials/header.html rename to themes/blog.jaseg.de/layouts/partials/header.html diff --git a/themes/hugo-classic/static/css/fonts.css b/themes/blog.jaseg.de/static/css/fonts.css similarity index 100% rename from themes/hugo-classic/static/css/fonts.css rename to themes/blog.jaseg.de/static/css/fonts.css diff --git a/themes/hugo-classic/static/css/style.css b/themes/blog.jaseg.de/static/css/style.css similarity index 100% rename from themes/hugo-classic/static/css/style.css rename to themes/blog.jaseg.de/static/css/style.css diff --git a/themes/hugo-classic/theme.toml b/themes/blog.jaseg.de/theme.toml similarity index 51% rename from themes/hugo-classic/theme.toml rename to themes/blog.jaseg.de/theme.toml index 9ca39f4..13deae2 100644 --- a/themes/hugo-classic/theme.toml +++ b/themes/blog.jaseg.de/theme.toml @@ -1,15 +1,15 @@ -name = "Hugo - Classic" +name = "blog.jaseg.de" license = "MIT" licenselink = "https://github.com/goodroot/hugo-classic/blob/master/LICENSE.md" -description = "A minimal blog theme, for those who love text. Based off the eXtremely minimal theme by Yihui Xui." +description = "Custom theme for blog.jaseg.de" homepage = "https://goodroot.ca" -tags = ["minimal", "blog", "personal", "simple", "clean", "starter", "minimalist"] +tags = ["blog", "personal", "simple"] features = ["blog"] min_version = "0.18" [author] - name = "Kellen Evan Person" - homepage = "https://goodroot.ca" + name = "jaseg" + homepage = "https://blog.jaseg.de" [original] author = "Yihui Xui"