To provide support for static assets if a site contains an `assets` directory its contents will be served under the `/assets/` url.
Note: The server will not create this directory, but will start serving content from it when it becomes available.
example.com/ assets/ david.png home/ index.html pages/ ... lots of json files for the sites content status/ favicon.png persona.identity sitemap.json sitempa.xml theme/ style.css
# Assets Plugin
Here we can use a plugin to upload assets to the assets folder:
# See also
wiki-plugin-assets
upload