hugo site

This commit is contained in:
ProgramSnail 2025-11-29 19:19:07 +03:00
parent f702907713
commit 011be2d3d2
6 changed files with 8 additions and 4 deletions

5
archetypes/default.md Normal file
View file

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

3
hugo.toml Normal file
View file

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

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@
## Hello!

View file

@ -1 +0,0 @@
hello world

View file

@ -1 +0,0 @@
test2