Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tummychow/lanyon-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Jung <tummychow511@gmail.com>2018-05-25 05:58:25 +0300
committerGitHub <noreply@github.com>2018-05-25 05:58:25 +0300
commite117979fe62d901aa830886d5ff8daec8d2c0a9d (patch)
treeacdb79f1bfd6e2d24c1507e9dd71088f773ed2e6
parent8f5fca78a3c94690bd808053a1aaf69cf4dc168c (diff)
parentf2dee5584fb3a753112eb8f0f02cea79ab4a7e58 (diff)
Merge pull request #23 from nonumeros/master
Adding archetypes default file
-rw-r--r--archetypes/default.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..351a260
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,5 @@
++++
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
++++