Skip to content

file patterns

Alexander Söderberg edited this page Nov 10, 2017 · 2 revisions

File Patterns

Kvantum uses file patterns to find the files requested by the standard views. These patterns use the variables from view patterns.

Variables

The file patterns can access variables from the view pattern. This is done as such: ${key}.

Example

This is an example for a view using `filter: '[file].html'.

views:
  std:
    filter: '[file].html'
    options:
      filePattern: ${file}.html
      folder: ./public

This will search for .html files in $SERVER_ROOT/public

Navigation

Templates

Configuration

Files can be found in .kvantum/config

Views

/commands

Development

Clone this wiki locally