Bylines reference
Overview
The author of a HyperTexting website or individual web page is a byline.
Bylines are configured using site.byline and page.byline.
Example
1---
2base_url: https://hypertemplates.net
3title: HyperTemplates
4description: The pure-HTML templating system for the modern web.
5copyright: "2026"
6author: Herd Works, Inc.
7byline:
8 username: '@hypertemplates.net'
9 name: HyperTemplates
10 favicon: /img/favicon-512x512.png
11 href: /
12...: ...
Properties
byline.name- The website display name (e.g.
HyperTemplates). byline.username- The website author root domain name in username format (e.g.
@hypertemplates.net).Defaults to the root domain of
site.base_url. byline.href- The website author href.
Defaults to
/. byline.favicon- The website author favicon URL.
byline.email- The website author contact email address.
Guides
🚧 Coming soon... 🚧