diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-27 10:46:35 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-27 10:46:35 +0700 |
commit | 4533d184963b9601de305d6c0724031d04dd9c31 (patch) | |
tree | 771fd662b17bd0e0e81eec5fa85c13acb3353aa5 /archetypes | |
parent | 8cb4fc119d2bba3fe859de8dcf38956328889c52 (diff) | |
download | blog-4533d184963b9601de305d6c0724031d04dd9c31.tar.gz |
Add project archetype
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/projects.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archetypes/projects.md b/archetypes/projects.md new file mode 100644 index 0000000..9f75bc5 --- /dev/null +++ b/archetypes/projects.md @@ -0,0 +1,17 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +language: en +translationKey: "works-{{ .Name }}" +disable_feed: true +layout: project +name: {{ replace .Name "-" " " | title }} +author: me +authorURL: / +maintainers: + - name: me + URL: / +projectURL: / +projectStatus: active +categories: ["software"] +tags: [] +--- |