roxy-docs/in/index.md

9 lines
364 B
Markdown
Raw Normal View History

2024-02-20 11:42:49 +00:00
{% extends "../layouts/index.tera" %}
{% block main %}
# Roxy
2024-02-21 14:10:31 +00:00
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.
2024-02-20 11:42:49 +00:00
{% endblock main %}