init
This commit is contained in:
commit
b661997d92
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/spectral"]
|
||||
path = themes/spectral
|
||||
url = https://github.com/sbruder/spectral.git
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
baseURL = 'http://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
theme = "spectral"
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "About"
|
||||
date: 2023-09-05T14:56:14+08:00
|
||||
draft: true
|
||||
---
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Hello World"
|
||||
date: 2023-09-05T14:56:14+08:00
|
||||
draft: true
|
||||
---
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5033989357c5bf4f75e218aea5863db7463f7ee0
|
Loading…
Reference in New Issue