update
This commit is contained in:
commit
5bfd09be37
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/paper"]
|
||||
path = themes/paper
|
||||
url = https://github.com/nanxiaobei/hugo-paper.git
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
baseURL = 'http://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
theme = "paper"
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Hello World"
|
||||
date: 2023-09-05T15:53:37+08:00
|
||||
draft: true
|
||||
---
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3d9563e3cfa64372fa1e87bba97494251bf0eb52
|
Loading…
Reference in New Issue