Added website & update .gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,2 +1,8 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.obsidian/workspace.json
|
.obsidian/workspace.json
|
||||||
|
|
||||||
|
website/public/
|
||||||
|
website/resources/_gen/
|
||||||
|
website/.hugo_build.lock
|
||||||
|
|
||||||
|
.env
|
||||||
|
|||||||
5
website/archetypes/default.md
Normal file
5
website/archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
||||||
3
website/hugo.toml
Normal file
3
website/hugo.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
baseURL = 'https://example.org/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'My New Hugo Site'
|
||||||
Reference in New Issue
Block a user