Compare commits

...

2 commits

Author SHA1 Message Date
Olivier ROMAN 03831ae336 ajout des voeux 2025 et annonce d'AG 2024-12-22 18:14:49 +01:00
Olivier ROMAN 5415ebfc30 maj du theme ananke pour maj hugo 2024-12-22 18:13:45 +01:00
6 changed files with 52 additions and 11 deletions

View file

@ -1,7 +1,7 @@
--- ---
title: "Bonne année 2021" title: "Bonne année 2021"
date: 2021-01-12T05:01:00+01:00 date: 2021-01-12T05:01:00+01:00
tags: [] tags: ["Communication", "Vœux"]
summary: "" summary: ""
author: "Président" author: "Président"
--- ---

View file

@ -0,0 +1,30 @@
---
title: "Bonnes fêtes de fin d'année 2024"
date: 2024-12-22T15:50:13+01:00
tags: ["Communication", "Vœux"]
summary: "Joyeux noël 2024, meilleurs vœux pour 2025 et annonce de l'AG 2025"
author: "Olivier"
---
Bonjour à tous,
On arrive à la fin de l'année, j'espère qu'elle a été bénéfique pour vous, et que vous puissiez célébrer sa fin dignement avec les fêtes de Noël et du nouvel an qui arrivent.
À l'axul, nous avons maintenu l'activité pour vous porter assistance du mieux que nous puissions, et nous regardons déjà vers l'année prochaine.
En effet, nous préparons l'**Assemblée Générale** pour le **samedi 11 janvier 2025**, de 10h à 13h. Cette réunion est, comme toutes nos réunions, ouverte au public, cependant vous aurez besoin d'être membre de l'association à jour dans vos cotisations pour participer aux votes et décisions prises ce jour là. Voici le programme à l'ordre du jour :
- 10h00 - 10h15 : Accueil
- 10h15 - 13h00 : *Assemblée Générale*
- Rapport moral du Président
- Rapport financier du Trésorier
- Projets pour 2025
- Élection des nouveaux membres du CA
- Élection par le CA des nouveaux membres du Bureau
- Moyens de communication de l'Axul
- Questions diverses (n'hésitez pas à les proposer par courriel)
- 13h00 - 14h00 : Déjeuner en commun
- 14h00 - 16h00 : Suite éventuelle de l'AG et interventions sur demande
Nous vous présentons tous **nos meilleurs vœux pour 2025** et espérons vous voir nombreux lors de l'assemblée générale.
À bientôt,
Librement vôtre

View file

@ -3,12 +3,16 @@ baseURL = "https://axul.org"
languageCode = "fr-FR" languageCode = "fr-FR"
theme = "ananke" theme = "ananke"
DefaultContentLanguage = "fr" defaultContentLanguage = "fr"
# SectionPagesMenu = "main" # SectionPagesMenu = "main"
Paginate = 30 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true enableRobotsTXT = true
[services.googleAnalytics]
id = ''
[pagination]
pagerSize = 30
[sitemap] [sitemap]
changefreq = "monthly" changefreq = "monthly"
priority = 0.5 priority = 0.5
@ -53,6 +57,13 @@ enableRobotsTXT = true
date_format = "Monday 2 January 2006" date_format = "Monday 2 January 2006"
read_more_copy = "En savoir plus ..." read_more_copy = "En savoir plus ..."
[[params.ananke_socials]] [params.ananke.social.follow]
name = "rss" networks = [
url = "/index.xml" "rss"
]
[params.ananke.social.rss]
profilelink = "/index.xml"
[params.ananke.social.share]
disable_share = true

View file

@ -14,7 +14,7 @@
*/}} */}}
{{ .CurrentSection.Title }} {{ .CurrentSection.Title }}
</aside> </aside>
{{ partial "social-share.html" . }} {{- partialCached "social/share.html" . . -}}
<h1 class="f1 athelas mt3 mb1"> <h1 class="f1 athelas mt3 mb1">
{{- .Title -}} {{- .Title -}}
</h1> </h1>

View file

@ -2,6 +2,6 @@
<div class="flex justify-between"> <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 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> <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> </div>
</footer> </footer>

@ -1 +1 @@
Subproject commit 986a5c45ce49800c8e99e84b6069b4cec4a81df6 Subproject commit 6bc1b2cecf52d9e7c061d3499f7c662b4a4e787c