docs/archetypes
Johannes Kimmel 28031bd3d7 add infrastructure for hardware database
To keep device information consistent, use a small per device database
embedded in the frontmatter of the device page source.

Device information is extracted from the database and formatted into
tables with the provided shortcodes

The data can then further be used to build comparison tables and filters for
specific usecases.

New devices should make use of the provided archetype, which provides an
example of most used fields:
```
hugo new content/hardware/my-device.md
```

Fixes: #5
2023-03-01 21:57:17 +01:00
..
default.md hugo new site 2022-11-17 22:53:24 +01:00
hardware.md add infrastructure for hardware database 2023-03-01 21:57:17 +01:00