rochacbruno / marmite

Markdown makes sites - A Static Site Generator for Blogs
https://rochacbruno.github.io/marmite/
GNU Affero General Public License v3.0
340 stars 19 forks source link

Render page 404 #71

Closed zokaibr closed 1 week ago

zokaibr commented 1 week ago

Add new rendering process to consider page 404 generation.

This generation is following a process to ignore slug frontmatter for this page and use the proper md name file to generate the html.

It also considers that page 404.md can be deleted and if it happen a default 404.html will be generated.

Closes #9