Initialisation du projet avec init de hugo.
Choix du theme nojs.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
@@ -0,0 +1,5 @@
|
||||
module sillycone-village
|
||||
|
||||
go 1.26.4
|
||||
|
||||
require gitlab.com/andy.sb/nojs v0.0.0-20260712183347-4a21ba88ad44 // indirect
|
||||
@@ -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=
|
||||
@@ -0,0 +1,4 @@
|
||||
baseURL = 'https://example.org/'
|
||||
locale = 'en-us'
|
||||
title = "sillycone-village"
|
||||
theme = "gitlab.com/andy.sb/nojs"
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"workspaces": [
|
||||
"packages/hugoautogen"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user