init: add style
This commit is contained in:
parent
0195dc6fec
commit
88eaacebce
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "themes/nostyleplease"]
|
||||
path = themes/nostyleplease
|
||||
url = git@github.com:hanwenguo/hugo-theme-nostyleplease.git
|
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
4
hugo.toml
Normal file
4
hugo.toml
Normal file
@ -0,0 +1,4 @@
|
||||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
theme = 'nostyleplease'
|
1
themes/nostyleplease
Submodule
1
themes/nostyleplease
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit cfbfe4e8ed13ba6256c9ea076690dba30dd8765b
|
Loading…
x
Reference in New Issue
Block a user