Your sites Log in Sign up Menu

HTML

Published as-is. Metadata can be parsed from a comment at the start of a file.

 Your site
Name
Apple.html
Banana.html
Cherry.html
 

Prevent an HTML file becoming a post

You can make Blot ignore a file if you start its name with an underscore..

Setting post metadata

You can use a comment at the start of an HTML file to specify metadata.

1
2
3
4
5
6
7
8
9
10
<!--
Date: April 19th, 2024
Link: /metadata
-->

The comment containing metadata in an HTML file
<b>must</b> start on the file's first line.

Pretty URLs for HTML files in your folder

Blot will serve an HTML file with the following path:

/files/_apple.html

At the following URL

/files/apple