Skip to content

Commit

Permalink
Initiation du dépôt
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaud Bussieres committed Dec 29, 2024
0 parents commit 17dfc44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
3 changes: 3 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'

0 comments on commit 17dfc44

Please sign in to comment.