From 5b476f8905f411768e23cb01d577a60e5a5fd725 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 12:43:22 +0200 Subject: chore: extract theme into git submodule (danix2-hugo-theme) --- .../danix-xyz-hacker/layouts/_default/baseof.html | 130 --------------------- 1 file changed, 130 deletions(-) delete mode 100644 themes/danix-xyz-hacker/layouts/_default/baseof.html (limited to 'themes/danix-xyz-hacker/layouts/_default/baseof.html') diff --git a/themes/danix-xyz-hacker/layouts/_default/baseof.html b/themes/danix-xyz-hacker/layouts/_default/baseof.html deleted file mode 100644 index 482006e..0000000 --- a/themes/danix-xyz-hacker/layouts/_default/baseof.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - {{ partial "head-meta.html" . }} - {{ .Title }}{{ if ne .Title .Site.Title }} — {{ .Site.Title }}{{ end }} - - - - - - - - - - - - {{ $css := resources.Get "css/main.min.css" }} - - - - {{ $chroma := resources.Get "css/chroma-custom.css" | minify }} - - - - - {{ if eq .Kind "page" }} -
- {{ partial "back-to-top.html" . }} - {{ end }} - - - {{ i18n "skipToContent" }} - - - -
- - - - - - - - - {{ partial "header.html" . }} - - -
- {{ block "main" . }}{{ end }} -
- - - {{ partial "footer.html" . }} - - - {{ partial "search-modal.html" . }} - - - - - - - - - - {{ $themeScript := resources.Get "js/theme-toggle.js" | minify }} - - - - {{ $menuScript := resources.Get "js/menu.js" | minify }} - - - - {{ $contactScript := resources.Get "js/contact-form.js" | minify }} - - - - {{ $notFoundScript := resources.Get "js/not-found-page.js" | minify }} - - - - {{ if eq .Kind "page" }} - {{ $progressScript := resources.Get "js/reading-progress.js" | minify }} - - {{ end }} - - - {{ if eq .Kind "page" }} - {{ $codeScript := resources.Get "js/code-copy.js" | minify }} - - {{ end }} - - - {{ with resources.Get "js/matrix-rain.js" }} - {{ $s := . | minify }} - - {{ end }} - - - {{ $searchScript := resources.Get "js/search.js" | minify }} - - - - {{ if eq .Kind "section" }} - {{ $lazyScript := resources.Get "js/article-lazy.js" | minify }} - - {{ end }} - - - {{ $tagCloudScript := resources.Get "js/tag-cloud-spiral.js" | minify }} - - - -- cgit v1.2.3