Skip to content

Commit 45d8c86

Browse files
Add projects.md.
1 parent 69362d9 commit 45d8c86

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ minima:
2020

2121
header_pages:
2222
- index.md
23+
- projects.md
2324

2425
title: azurepolarbear - code artist
2526
description: algorithmic artist making beautiful things with code 💙👩🏽‍💻

projects.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# projects
2+
3+
{% for project in site.projects %}
4+
# [{{ project.project_name }}]({{ project.url }})
5+
{% endfor %}

0 commit comments

Comments
 (0)