☀ Hey, Automad version 2 is now available as an alpha version.
Read more here!
Try a Demo
♡ Sponsor
Index
Show All
Show All ✓
Blocks
Case
Cheat Sheet
Command Line Interface
Composer
Condition
Configuration
Content
Context
Dashboard
Date
Development
Extension
File
Filelist
Filter
Find
HTML
Headless
Image
Inheritance
Installation
Language
Layout
Loop
Math
Method
Navigation
Object
PHP
Package
Pagelist
Pipe
Preview
Recursion
Regex
SEO
Session
Snippet
Sort
Statement
Strip
Theme
URL
Variable
v2
100
pages found
Pipe ⁄
markdown
— Pipe
Parses a Markdown formatted text and returns the generated HTML markup. Note that Automad actually also supports the slightly extended markdown flavor called Markdown Extra.
Pipe ⁄
match
— Pipe
Performs a Regex match and returns 1 if the given pattern matches and 0 if not.
Toolbox ⁄
nav
— Toolbox
Creates a simple HTML list as navigation below a given page. This method basically serves as a shorthand version of a foreach loop iterating over a pagelist of type "children".
Toolbox ⁄
navChildren
— Toolbox
This method is a shorthand version of the nav method, using the current page as the parent context.
Toolbox ⁄
navSiblings
— Toolbox
This method is a shorthand version of the nav method, using the parent page of the current page as the parent context. The included pages are therefore all siblings of the current page.
Toolbox ⁄
navTop
— Toolbox
This method is a shorthand version of the nav method, using the homepage "/" page as the parent context.
Toolbox ⁄
navTree
— Toolbox
Generates the HTML for a full site tree. This method can be used as a shorthand for recursively iterating over pagelists to create nested lists of page links.
Toolbox ⁄
newPagelist
— Toolbox
Creates a new pagelist object. The current pagelist will be replaced. A foreach loop can be used to iterate over the pagelist object. This method does not have any output. To only update the configuration of the current pagelist, without resetting all other parameters, the ...
←
→
Automad
Getting Started
System
User Guide
Developer Guide
Headless Mode
Discuss
Packages
Live Demo
☀ Version 2