{% extends 'main/layout.html' %}
{% load static %}
{% block title %}Assets Guide{% endblock %}
{% block content %}
<main>
<h1>Assets Guide</h1>
<p>
Even though we are very text focused, we do support asset uploading and hosting.
The limits are:
</p>
<ul>
<li>Max file size is 5MB</li>
<li>Total hosting up to 100MB</li>
<li>Total asset count up to 1000</li>
<li>Bandwidth 100GB per year</li>
</ul>
<h2>Upload</h2>
<p>
There are two ways to upload an asset. Either via the
<a href="{% url 'image_list' %}">assets workshop</a>, or via any post or page editing page.
</p>
<p><b>Assets workshop</b>: To upload, use the file selector at the <a href="{% url 'image_list' %}">top</a>.</p>
<p>
<b>Post/page edit</b>: To upload, just drag and drop onto the text area of the new post or page.
</p>
<h2>Show assets</h2>
<p>
To show the uploaded assets on a BōcPress blog post or page, one can write the following:
<br><code></code>
</p>
<p>
This, of course, works with any image on the web:
<br><code></code>
</p>
</main>
{% include 'partials/footer.html' %}
{% endblock content %}