Docs review

This commit is contained in:
Juno Takano 2026-06-03 14:36:43 -03:00
commit 1d801dce06
2 changed files with 353 additions and 240 deletions

View file

@ -8,16 +8,16 @@
{% if graph.meta.config.about_text %}
{{ graph.meta.config.about_text | safe }}
{% else %}
<p>en is a program to create a connected collection of texts.</p>
<p>en is a writing instrument to create a connected collection of texts.</p>
<p>You define your graph using a plain-text configuration file, en reads this file and generates a website like the one you are browsing right now.</p>
<p>You define your graph using plain-text files, en reads these files and generates a website like the one you are browsing right now.</p>
<p>If you'd like to learn more:</p>
<ul>
<li><a href="https://en.jutty.dev">Website</a></li>
<li><a href="https://en.jutty.dev/node/en">More about en</a></li>
<li><a href="https://en.jutty.dev/node/Documentation">Documentation</a></li>
<li><a href="https://en.jutty.dev/node/Start">More about en</a></li>
<li><a href="https://en.jutty.dev/node/GetStarted">Get Started</a></li>
<li><a href="https://codeberg.org/jutty/en">Source code repository</a></li>
</ul>
{% endif %}