Compare commits
2 Commits
46f75ae037
...
0957f4772c
Author | SHA1 | Date | |
---|---|---|---|
0957f4772c | |||
7cdf8ac7ab |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
public/
|
||||||
|
.hugo_build.lock
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/sr"]
|
||||||
|
path = themes/sr
|
||||||
|
url = https://gitmoss.fyi/hugo_serialReader/hugo_serialReader.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 }}'
|
||||||
|
+++
|
Reference in New Issue
Block a user