New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

hexmachine

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexmachine

A versatile static site generator

latest
Source
npmnpm
Version
5.0.0
Version published
Maintainers
0
Created
Source

:game_die: hexmachine v5.0.0

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.

Keywords

static

FAQs

Package last updated on 15 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts