mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 14:31:47 +00:00
31 lines
664 B
Markdown
31 lines
664 B
Markdown
---
|
|
layout: layout.njk
|
|
title: </> htmx - high power tools for html
|
|
---
|
|
|
|
## htmx Talk
|
|
|
|
Right now the best place to talk about htmx 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/htmx/issues](https://github.com/bigskysoftware/htmx/issues)
|
|
|
|
## Twitter
|
|
|
|
[@htmx_org](https://twitter.com/htmx_org)
|
|
|
|
## Blog & Announcements
|
|
<div>
|
|
<ul>
|
|
{%- for post in collections.post reversed -%}
|
|
<li><a href="{{ post.url }}">{{ post.date | date: "%a, %b %d, %y"}} - {{ post.data.title }}</a>🔥🔥</li>
|
|
{%- endfor -%}
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
|