init: add style

This commit is contained in:
Nemo D'ACREMONT 2025-05-29 19:28:54 +02:00
parent 0195dc6fec
commit 88eaacebce
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022
4 changed files with 13 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/nostyleplease"]
path = themes/nostyleplease
url = git@github.com:hanwenguo/hugo-theme-nostyleplease.git

5
archetypes/default.md Normal file
View File

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

4
hugo.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'nostyleplease'

1
themes/nostyleplease Submodule

@ -0,0 +1 @@
Subproject commit cfbfe4e8ed13ba6256c9ea076690dba30dd8765b