hexmachine
v5.0.0
Published
A versatile static site generator
Downloads
19
Readme
:game_die: hexmachine v5.0.0
hexmachine is a flexible static site generator.
Site Structure
A typical hexmachine site might look like this:
blog/ # A blog with multiple (hex)markdown posts.
conf.json # The blog's configuration file
post-number-one.md
post-number-two.md
styles/ # Stylesheets (Sass or CSS)
entry.scss # Main style. May be CSS or Sass. Import other styles here
other.scss # This would have to be imported via `entry.scss`
images/ # Any images to be used on the site, other than favicons
favicons/ # Favicons to be linked with `<link rel="icon" ...>`
favicon.ico # Basic `.ico` favicon
conf.json # The main site configuration file
tags.json # Configure your tags here
index.json # Configure the site-wide index here
build.mjs # JS entry point. Will be bundled and included in the site
License
Copyright 2022-2024 0E9B061F Available under the terms of the MIT License.