Initialisation du projet avec init de hugo.

Choix du theme nojs.
This commit is contained in:
mathieu
2026-07-19 23:47:59 +02:00
parent 760ac81368
commit 8971d04c88
13 changed files with 292 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+5
View File
@@ -0,0 +1,5 @@
module sillycone-village
go 1.26.4
require gitlab.com/andy.sb/nojs v0.0.0-20260712183347-4a21ba88ad44 // indirect
+2
View File
@@ -0,0 +1,2 @@
gitlab.com/andy.sb/nojs v0.0.0-20260712183347-4a21ba88ad44 h1:QILe9itqfDvqwZeTc70xOXTI1cAYv+JJbIuXUJGowW0=
gitlab.com/andy.sb/nojs v0.0.0-20260712183347-4a21ba88ad44/go.mod h1:M+cVZFMEQeYMhDvd3Mn/ZGVFuMX7py9P4re4a76xwYs=
+4
View File
@@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
locale = 'en-us'
title = "sillycone-village"
theme = "gitlab.com/andy.sb/nojs"
+5
View File
@@ -0,0 +1,5 @@
{
"workspaces": [
"packages/hugoautogen"
]
}