Files
Nathanwoodburn.github.io/templates/tools.ascii
Nathan Woodburn 2d0310db9f
All checks were successful
Build Docker / BuildImage (push) Successful in 55s
feat: Add tools curl page
2025-10-26 18:28:15 +11:00

14 lines
480 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{{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 %}