Compare commits
3 Commits
blog-korre
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c410915a70 | ||
|
|
9c5c578c3b | ||
|
|
d3a64ed9a5 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
/public/
|
||||
/dist/
|
||||
/resources/_gen/
|
||||
.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 }}'
|
||||
date: "{{ .Date }}"
|
||||
authors:
|
||||
tags:
|
||||
draft: true
|
||||
toc: true
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user