jandecaluwe / urubu

A micro CMS for static websites, with a focus on good navigation practices.
urubu.jandecaluwe.com
GNU Affero General Public License v3.0
180 stars 36 forks source link

How to add media? #11

Closed minthemiddle closed 9 years ago

minthemiddle commented 10 years ago

I browsed the whole documentation but could not find any reference or example for how to work with media files, especially images. Should I just put them in the same folder as text and embed them with ![Alt text](/path/to/img.jpg)?

jandecaluwe commented 10 years ago

The source structure is preserved in the build, and all non-markdown content files are copied. See Processing rules.

Therefore, you can put media files at any convenient place in the source, and refer to them using Markdown image syntax, with a relative or root-relative path to the source file.

jandecaluwe commented 9 years ago

I have turned this into a faq on the website.