3. Header Setup

16 June 2025

Your header.md will traditionally serve as the navigation bar for the site. It should contain links to all the pages you'd like people to visit.

This is what this site's header looks like:

<zone>
<rss-title>Zonest</rss-title>
<rss-description>This is where I write about blogging with Zonest!</rss-description>
<rss-link>https://zonest.neocities.org/</rss-link>
</zone>

+ [Home](./index.html)
+ [Archive](./archive.html)
+ [About](./about.html)
+ [RSS](./feed.xml)

Zonest adds the .html at the end of links automatically, so you don't have to worry about them when writing a link. Any other file extensions, like .xml or an image, have to be explicit though.

Known Bug: - Zonest will not! add .html at the end of your links if the post filename contains a dot. For posts where you have a dot in the title, you have to put .html at the end of your links manually! I'm working on a fix for this in Zonest 1.1, but it's something to keep in mind!

A quick Markdown overview:

The <zone> tag is where your metadata will exist for generating an RSS feed and for appending a Disqus to your posts.

The available tags are:

If you wanna output the whole blog content so that people can read your posts straight from their RSS reader (Excellent for any Thunderbird users out there!), you can set this to '-1'.

If you don't want Zonest to autogenerate a description at all, set this to '0', and voilà! No more automatic descriptions for your posts! (unless you explicitly put them with the <rss> </rss> tags)

A <zone> is not necessary if you don't want an RSS or Disqus.