Compare commits
3 Commits
blog-korre
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c410915a70 | ||
|
|
9c5c578c3b | ||
|
|
d3a64ed9a5 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
/public/
|
/public/
|
||||||
/dist/
|
|
||||||
/resources/_gen/
|
/resources/_gen/
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
3
.prettierrc
Normal file
3
.prettierrc
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"useTabs": true
|
||||||
|
}
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
date: "{{ .Date }}"
|
date: "{{ .Date }}"
|
||||||
|
authors:
|
||||||
|
tags:
|
||||||
draft: true
|
draft: true
|
||||||
|
toc: true
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user