API Reference Griffin v0.2.0
modules
Modules
Griffin is a Static Site Generator.
<%= @app_module %> Cowboy Plug to serve files from the output directory WARNING: This is a simple webserver written only to serve files from disk. It is meant only for usage in development environments. Please do not use this as a means to serve your generated website.
This is the documentation for the Griffin project.
mix-tasks
Mix Tasks
Generates a Griffin static site from existing template files
Generates a new Markdown page with relevant front matter attributes.
Starts the application by configuring all endpoints servers to run.
Note: to start the endpoint without using this mix task you must set
server: true
in your Phoenix.Endpoint
configuration.