Skip to content

HTMLView

Alexander Söderberg edited this page Oct 1, 2017 · 1 revision

Description

This view will only serve HTML files

Handle name

html

Options

folder

The folder the server will look for files in.

Default: std

Example:

folder: ./public

Example setup

htmltest:
  type: html
  filter: htmltest/[file][extension]
  options:
    folder: ./htmltest

Will look for files in ./htmltest, extension isn't required (will default to html files).

Example of valid requests: /htmltest/index.html, /htmltest/test

Navigation

Templates

Configuration

Files can be found in .kvantum/config

Views

/commands

Development

Clone this wiki locally