We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69362d9 commit 45d8c86Copy full SHA for 45d8c86
_config.yml
@@ -20,6 +20,7 @@ minima:
20
21
header_pages:
22
- index.md
23
+ - projects.md
24
25
title: azurepolarbear - code artist
26
description: algorithmic artist making beautiful things with code 💙👩🏽💻
projects.md
@@ -0,0 +1,5 @@
1
+# projects
2
+
3
+{% for project in site.projects %}
4
+# [{{ project.project_name }}]({{ project.url }})
5
+{% endfor %}
0 commit comments