Features of feather ssg
- HTML / Nunjucks Templating + Markdown / Front Matter support
- Hot reloading (with QR code for parallel physical mobile development)
- Production build: HTML, CSS, and JS minified
- SCSS => CSS
- Previous / Next posts within Category sorted by created date
- Code snippet formatting with Prism
- Dark Mode
- check with JavaScript (adds
.dark-mode
to body) - or use CSS variables with
:root
- check with JavaScript (adds
- Data hydration from supporting json or Front Matter
This page was created with markdown and has front matter.
layout: page
metaTitle: Features of feather ssg
metaDescription: feather is back to the basics
title: Features of feather ssg
dateCreated: 2022-01-22 14:00:00 EDT
dateUpdated: 2022-04-22 11:00:00 EDT
category: features
tags: javascript code howto
css: extra-style
It also has a custom css file included (css: extra-style)
To edit this post, check out: /src/html/pages/features.md