new theme
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Minimal Setups'
|
||||
theme = "archie"
|
||||
theme = "ed"
|
||||
sectionPagesMenu = "main"
|
||||
|
||||
[params]
|
||||
|
@ -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
1
content/themes/ed
Submodule
Submodule content/themes/ed added at 93a820852f
Reference in New Issue
Block a user