* Cleanup CSS file
* Add free text query to Directus client
* Add search form to article list view
* Search titles instead of contents
Will prevent DDOS slighty.
* Exclude not published items in directus client
* Add link view to page controller
* Add page controller links list view to router
* Add links list view CSS
* Add permalink view for link
* Improve page titles
* Let user copy link permalink to clipboard
if alt, shift or ctrl are pressed, fallback to
default behavior.
* Improve Directus client event sorting and filtering
* Add Directus client getters: albums, album
* Rearrange home view
Add brutal legends move some things around.
* Ignore files when creating container image
* Add Containerfile
Generated using mix phx.gen.release --docker.
Updated to use Alpine instead of Debian (-50% disk
usage), and stripped away comments.
* Add Earmark dependency
For markdown to HTML conversion
* Display items by slug: articles, pages
* Handle 401 Forbidden responses in Directus
* Add item controller as pokemon route
* Strip out generated layouts
* Plan future routes
* Look for item in order: article, link, event, album
* Add item templates