aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-15 01:30:37 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-15 01:30:37 -0400
commitb2d2bcec831172c237481fee25abf071c5c1a3c6 (patch)
tree28f0a6eeacc5402197db72cb93b4ca61d1baebb4 /themes
parente91c1bdbd77630c4d12e47ff8cca3874deb2eff5 (diff)
downloadpablotron.org-b2d2bcec831172c237481fee25abf071c5c1a3c6.tar.bz2
pablotron.org-b2d2bcec831172c237481fee25abf071c5c1a3c6.zip
add themes/hugo-pt2021/archetypes/projects.md
Diffstat (limited to 'themes')
-rw-r--r--themes/hugo-pt2021/archetypes/projects.md15
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}}