View Source Fermo (Fermo v0.18.1)
Fermo provides the main entry points for configuring a project
Summary
Functions
Add a page to the configuration
Functions
Add a page to the configuration
pages are the main way to add dynamic pages to Fermo.
Examples
page(
config,
"/templates/home.html.slim",
"/index.html",
%{id: "home", path: "/"}
)
Link to this function