Norna is not tied to one particular type of website.
The common factor is that the site is relatively small, mostly static and fits well within a defined model of content, presentation, configuration, routes and assets.
Norna is not tied to one particular type of website.
The common factor is that the site is relatively small, mostly static and fits well within a defined model of content, presentation, configuration, routes and assets.
A project website can use:
content.md for the overviewtheme.md for a consistent presentationpublic/ for project-specific static assetsThe Norna website itself is an example.
A portfolio can use:
theme.md for visual presentationImage-heavy presentation is one use of Norna, not the definition of the product.
A small guide can use the homepage as an introduction and routes for individual topics.
Because the documentation is stored as files, it can live in the same repository as the project it describes.
A small information site can combine:
No CMS or database is required.
Norna includes image processing and gallery-oriented presentation features for sites where images matter.
Those features can be combined with ordinary text sections and routes.
A Norna site does not have to be a gallery.
All examples use the same underlying model:
content
presentation
configuration
routes
assets
↓
Norna
↓
static website
The important part is not the type of website.
The important part is that Norna provides the website implementation while the project supplies the site description through a defined set of files.