Added website & update .gitignore

This commit is contained in:
2026-01-10 20:40:59 +00:00
parent 22a6d6156c
commit 01246cb920
3 changed files with 15 additions and 1 deletions

8
.gitignore vendored
View File

@@ -1,2 +1,8 @@
.DS_Store
.obsidian/workspace.json
.obsidian/workspace.json
website/public/
website/resources/_gen/
website/.hugo_build.lock
.env

View File

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

3
website/hugo.toml Normal file
View File

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