diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-15 01:30:37 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-15 01:30:37 -0400 |
commit | b2d2bcec831172c237481fee25abf071c5c1a3c6 (patch) | |
tree | 28f0a6eeacc5402197db72cb93b4ca61d1baebb4 | |
parent | e91c1bdbd77630c4d12e47ff8cca3874deb2eff5 (diff) | |
download | pablotron.org-b2d2bcec831172c237481fee25abf071c5c1a3c6.tar.bz2 pablotron.org-b2d2bcec831172c237481fee25abf071c5c1a3c6.zip |
add themes/hugo-pt2021/archetypes/projects.md
-rw-r--r-- | themes/hugo-pt2021/archetypes/projects.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/archetypes/projects.md b/themes/hugo-pt2021/archetypes/projects.md new file mode 100644 index 0000000..4e81c4b --- /dev/null +++ b/themes/hugo-pt2021/archetypes/projects.md @@ -0,0 +1,15 @@ +--- +slug: {{.Name}} +title: "{{ replace .Name "-" " " | title }}" +text: "Brief description of {{.Name}}" + +# draft projects are not visible on live site +draft: true + +# show on projects page +show: true + +# is this project still active? +active: true +--- +Longer description of {{.Name}} |