mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
32 lines
620 B
Markdown
32 lines
620 B
Markdown
---
|
|
layout: layout.njk
|
|
title: </> kutty - high power tools for html
|
|
---
|
|
|
|
## Kutty Talk
|
|
|
|
Right now the best place to talk about kutty is the [intercooler gitter room](https://gitter.im/intercooler-js/Lobby)
|
|
|
|
I'll be setting up a forum and chat room at some point.
|
|
|
|
## Features & Bug Reports
|
|
|
|
[https://github.com/bigskysoftware/kutty/issues](https://github.com/bigskysoftware/kutty/issues)
|
|
|
|
## Twitter
|
|
|
|
[@kutty_org](https://twitter.com/kutty_org)
|
|
|
|
## Blog & Announcements
|
|
|
|
<div>
|
|
<ul>
|
|
{%- for post in collections.post -%}
|
|
<li><a href="{{ post.url }}">{{ post.data.title }}</a>🔥🔥</li>
|
|
{%- endfor -%}
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|