Files
Nathanwoodburn.github.io/templates/tools.ascii

480 B

{{header}}
───────────────────────────────────────────────
Tools
────────────
 
Here are some of the tools I use regularly — most of them are open source! 🛠️
 
{% for tool in tools %}
{{tool.name}}
{{tool.description}}
Website: {{tool.url}}
{% if tool.demo_url %}Demo: {{tool.demo_url}}{% endif %}
{% endfor %}