File: data_type.md

package info (click to toggle)
staticsite 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 14,648 kB
  • sloc: javascript: 33,722; python: 9,851; makefile: 46; sh: 4
file content (12 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# data_type: Type of data for this file.

Identifies the data type. Internally, the data feature groups data pages by
type, so further features can efficiently access thematic datasets.

This is used to group data of the same type together, and to choose a
`data-[data_type].html` rendering template.

The `page.meta.template` metadata for data pages, when not specified, defaults
to `dir-[type].html`, or if that is missing, to `data.html`.

[Back to reference index](../README.md)