| layout | default |
|---|---|
| title | NestArray |
| permalink | /nestarray/ |
This section is a main hub for my personal projects and thoughts. My more professional projects can be found on the Home Page, but the work found here is less serious.
-
{% for essay in site.essays %}
- {{ essay.title }}: {{essay.description}} {% endfor %}
-
{% for widget in site.widgets %}
- {{ widget.title }}: {{widget.description}} {% endfor %}
