initial commit

This commit is contained in:
Olivier ROMAN 2024-03-16 17:21:01 +00:00
commit 5b4915b8bf
5 changed files with 40 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
public/
resources/

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

28
hugo.toml Normal file
View file

@ -0,0 +1,28 @@
title = "AXUL"
baseURL = "https://axul.org"
languageCode = "fr-FR"
theme = "ananke"
SectionPagesMenu = "main"
Paginate = 20 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
text_color = ""
author = ""
favicon = ""
site_logo = ""
description = "Site principal de l'association AXUL, groupe d'utilisateurs de Logiciels Libres"
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
recent_posts_number = 5
[[params.ananke_socials]]
name = "rss"
url = "https://axul.org/rss"

1
themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit 91df000ca82769a7578df81fa142d1a18e446bc0