new theme

This commit is contained in:
2025-01-13 13:24:27 +01:00
parent a16b74880d
commit 9d88fbbcab
4 changed files with 5 additions and 21 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "content/themes/archie"]
path = content/themes/archie
url = https://github.com/athul/archie.git
[submodule "content/themes/ed"]
path = content/themes/ed
url = https://github.com/sergeyklay/gohugo-theme-ed

View File

@ -1,7 +1,7 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Minimal Setups'
theme = "archie"
theme = "ed"
sectionPagesMenu = "main"
[params]

View File

@ -1,20 +0,0 @@
<footer>
XXX
<div style="display:flex">
{{- range $index, $key := .Site.Params.Social -}}
{{- if hasPrefix $key.icon "simple:" -}}
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}"><i class="si si-{{ substr $key.icon 7 }}"></i></a>
{{- else -}}
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}">{{ template "feathericon" (dict "Icon" $key.icon "UseCDN" .Site.Params.useCDN) }}</a>
{{- end -}}
<a class="border"></a>
{{- end -}}
</div>
<div class="footer-info">
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a
href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</div>
</footer>
{{ if not hugo.IsServer }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}

1
content/themes/ed Submodule

Submodule content/themes/ed added at 93a820852f