0E9B061F / hexmachine

Versatile static website generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎲 hexmachine v4.5.6

Version License Maintenance
npm

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.

About

Versatile static website generator

License:MIT License


Languages

Language:JavaScript 97.0%Language:Handlebars 3.0%