0.5.0 • Published 5 months ago

nail-clipper-screwdriver v0.5.0

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
5 months ago

nail-clipper-screwdriver

A vite plugin pretending to be a static site generator.

Note: This repo contains the original POC code and isn't usuable yet.

Project Structure

Nail Clipper Screwdriver expects the following project layout

File or DirectoryComment
./src/layouts/Holds HTML5 + Mustache templates.
./index.mdThe home page.
./public/Optional folder of static resources.
./vite.config.jsVite's config.

Layouts

Layouts should be complete HTML 5 templates with mustache tags for the title and body. Usually you'll want to wrap title in two sets of braces and the body in three.

Content

Content in Nail Clipper Screwdriver is stored in *.md files. Besides all the markdown features the top of the file contains a frontmatter section. This section contains key value pairs that include the title and which layout to use.

0.5.0

5 months ago

0.4.0

5 months ago

0.3.0

5 months ago

0.2.0

5 months ago

0.1.0

5 months ago