diff options
author | DSRKafuU | 2020-04-23 23:34:45 +0800 |
---|---|---|
committer | GitHub | 2020-04-23 23:34:45 +0800 |
commit | 50900be20164758f1ae3ef1fb18d65424bc98743 (patch) | |
tree | a01ec7f161f73deac667b4e51be4f374b9ea8f5b /archetypes | |
parent | aaa441e5f2e065ebcf1e645f7924e9ef28b8d242 (diff) | |
parent | 29f2e593583861173b212c0495dec2e26206072b (diff) | |
download | hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.gz hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.bz2 hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.zip |
Merge pull request #5 from amzrk2/dev
Merge v1.2.0 dev branch
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/default.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/archetypes/default.md b/archetypes/default.md index 5f12156..5943c55 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,7 +1,14 @@ +++ title = "{{ replace .Name "-" " " | title }}" date = {{ .Date }} -description = "" -tags = [] -noLicense = false +description = "..." +tags = ["...", "...", "..."] + +# noLicense = true # Do not show license in this post +# playerName = "..." # Audio title or name +# playerArtist = "..." # Audio artist +# playerURL = "..." # Audio URL, support aac, mp3, wav and ogg +# playerCover = "..." # Audio cover +++ + +<!--more--> |