initial commit
This commit is contained in:
commit
5b4915b8bf
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
public/
|
||||||
|
resources/
|
||||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
+++
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
date = {{ .Date }}
|
||||||
|
draft = true
|
||||||
|
+++
|
28
hugo.toml
Normal file
28
hugo.toml
Normal 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
1
themes/ananke
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 91df000ca82769a7578df81fa142d1a18e446bc0
|
Loading…
Reference in a new issue