From e7a91af6b5fffe7c9d845123c6c2fcfd73d9b02f Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 25 Nov 2021 11:54:39 +0100 Subject: [PATCH] Update theme to show post list on top level again --- config.toml | 4 ++-- content/{about.rst => about/index.rst} | 0 content/{imprint.rst => imprint/index.rst} | 0 themes/{hugo-classic => blog.jaseg.de}/LICENSE.md | 0 themes/{hugo-classic => blog.jaseg.de}/README.md | 0 .../archetypes/default.md | 0 .../exampleSite/config.toml | 0 .../exampleSite/content/_index.md | 0 .../content/post/2012-01-23-juicy-code.md | 0 .../content/post/2012-04-23-hacker-with-horn.md | 0 .../post/2015-07-23-command-line-awesomeness.md | 0 .../content/post/2016-02-14-markdown-guide.md | 0 .../exampleSite/static/css/theme-override.css | 0 .../images/partywizard.gif | Bin .../images/screenshot.png | Bin .../{hugo-classic => blog.jaseg.de}/images/tn.png | Bin .../layouts/404.html | 0 .../layouts/_default/list.html | 0 .../layouts/_default/single.html | 0 .../layouts/_default/terms.html | 0 themes/blog.jaseg.de/layouts/index.html | 14 ++++++++++++++ .../layouts/partials/foot_custom.html | 0 .../layouts/partials/footer.html | 3 ++- .../layouts/partials/head_custom.html | 0 .../layouts/partials/header.html | 0 .../static/css/fonts.css | 0 .../static/css/style.css | 0 themes/{hugo-classic => blog.jaseg.de}/theme.toml | 10 +++++----- 28 files changed, 23 insertions(+), 8 deletions(-) rename content/{about.rst => about/index.rst} (100%) rename content/{imprint.rst => imprint/index.rst} (100%) rename themes/{hugo-classic => blog.jaseg.de}/LICENSE.md (100%) rename themes/{hugo-classic => blog.jaseg.de}/README.md (100%) rename themes/{hugo-classic => blog.jaseg.de}/archetypes/default.md (100%) rename themes/{hugo-classic => blog.jaseg.de}/exampleSite/config.toml (100%) rename themes/{hugo-classic => blog.jaseg.de}/exampleSite/content/_index.md (100%) rename themes/{hugo-classic => blog.jaseg.de}/exampleSite/content/post/2012-01-23-juicy-code.md (100%) rename themes/{hugo-classic => blog.jaseg.de}/exampleSite/content/post/2012-04-23-hacker-with-horn.md (100%) rename themes/{hugo-classic => blog.jaseg.de}/exampleSite/content/post/2015-07-23-command-line-awesomeness.md (100%) rename themes/{hugo-classic => blog.jaseg.de}/exampleSite/content/post/2016-02-14-markdown-guide.md (100%) rename themes/{hugo-classic => blog.jaseg.de}/exampleSite/static/css/theme-override.css (100%) rename themes/{hugo-classic => blog.jaseg.de}/images/partywizard.gif (100%) rename themes/{hugo-classic => blog.jaseg.de}/images/screenshot.png (100%) rename themes/{hugo-classic => blog.jaseg.de}/images/tn.png (100%) rename themes/{hugo-classic => blog.jaseg.de}/layouts/404.html (100%) rename themes/{hugo-classic => blog.jaseg.de}/layouts/_default/list.html (100%) rename themes/{hugo-classic => blog.jaseg.de}/layouts/_default/single.html (100%) rename themes/{hugo-classic => blog.jaseg.de}/layouts/_default/terms.html (100%) create mode 100644 themes/blog.jaseg.de/layouts/index.html rename themes/{hugo-classic => blog.jaseg.de}/layouts/partials/foot_custom.html (100%) rename themes/{hugo-classic => blog.jaseg.de}/layouts/partials/footer.html (74%) rename themes/{hugo-classic => blog.jaseg.de}/layouts/partials/head_custom.html (100%) rename themes/{hugo-classic => blog.jaseg.de}/layouts/partials/header.html (100%) rename themes/{hugo-classic => blog.jaseg.de}/static/css/fonts.css (100%) rename themes/{hugo-classic => blog.jaseg.de}/static/css/style.css (100%) rename themes/{hugo-classic => blog.jaseg.de}/theme.toml (51%) 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"