roxy-docs/in/index.md
2024-02-21 09:10:31 -05:00

9 lines
364 B
Markdown

{% extends "../layouts/index.tera" %}
{% block main %}
# Roxy
Roxy is a static site generator written with Rust. It's meant to be easy to use and powerful. It isn't meant for large scale projects -- I haven't done any performance testing or even focused on it. Check out the [quick start](/pages/quick-start) for tips on how to get started.
{% endblock main %}