Skip to content

Commit c7cc31e

Browse files
鞠璇鞠璇
authored andcommitted
add static
1 parent 1394b40 commit c7cc31e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

website-demo/archetypes/default.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
date = '{{ .Date }}'
3+
draft = true
4+
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
5+
+++

website-demo/hugo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
baseURL = 'https://example.org/'
2+
languageCode = 'en-us'
3+
title = 'My New Hugo Site'

0 commit comments

Comments
 (0)