maj du theme ananke pour maj hugo
This commit is contained in:
parent
742cad1f88
commit
5415ebfc30
23
hugo.toml
23
hugo.toml
|
@ -3,12 +3,16 @@ baseURL = "https://axul.org"
|
|||
languageCode = "fr-FR"
|
||||
theme = "ananke"
|
||||
|
||||
DefaultContentLanguage = "fr"
|
||||
defaultContentLanguage = "fr"
|
||||
# SectionPagesMenu = "main"
|
||||
Paginate = 30 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
googleAnalytics = ""
|
||||
enableRobotsTXT = true
|
||||
|
||||
[services.googleAnalytics]
|
||||
id = ''
|
||||
|
||||
[pagination]
|
||||
pagerSize = 30
|
||||
|
||||
[sitemap]
|
||||
changefreq = "monthly"
|
||||
priority = 0.5
|
||||
|
@ -53,6 +57,13 @@ enableRobotsTXT = true
|
|||
date_format = "Monday 2 January 2006"
|
||||
read_more_copy = "En savoir plus ..."
|
||||
|
||||
[[params.ananke_socials]]
|
||||
name = "rss"
|
||||
url = "/index.xml"
|
||||
[params.ananke.social.follow]
|
||||
networks = [
|
||||
"rss"
|
||||
]
|
||||
|
||||
[params.ananke.social.rss]
|
||||
profilelink = "/index.xml"
|
||||
|
||||
[params.ananke.social.share]
|
||||
disable_share = true
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*/}}
|
||||
{{ .CurrentSection.Title }}
|
||||
</aside>
|
||||
{{ partial "social-share.html" . }}
|
||||
{{- partialCached "social/share.html" . . -}}
|
||||
<h1 class="f1 athelas mt3 mb1">
|
||||
{{- .Title -}}
|
||||
</h1>
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
<div class="flex justify-between">
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" xmlns:cc="http://creativecommons.org/ns#" href="http://creativecommons.org/licenses/by-sa/4.0/deed.fr" target="_blank" rel="license noopener noreferrer" style="display:inline-block;"><span property="cc:attributionName">AXUL</span> CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a>
|
||||
<a class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3" href="https://git.axul.org/">Contribuer au site</a>
|
||||
<div>{{ partial "social-follow.html" . }}</div>
|
||||
<div>{{ partialCached "social/follow.html" . }}</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 986a5c45ce49800c8e99e84b6069b4cec4a81df6
|
||||
Subproject commit 6bc1b2cecf52d9e7c061d3499f7c662b4a4e787c
|
Loading…
Reference in a new issue