
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
= hx
A miniature web site generator; a spiritual successor to Hobix.
== History
== Concepts
=== Filters
=== Require and Autoload
Hx supports a very limited sort of autoload; when a filter class name
is provided in a configuration file, and that class doesn't already
exist, Hx will try to require a corresponding library. The name of that
library will be derived from the class name; for example, if
Hx::Backend::RawFiles is missing, Hx will try to require
hx/backend/rawfiles
.
Beyond this, you can also manually require additional libraries
at load time by listing them in the require
section in
the configuration file.
== Tutorial
=== A Trivial Static Site
options: output_dir: site output:
=== A Site With Entries and Indexes
options: output_dir: site sources: entries: - filter: Hx::Backend::Hobix options: entry_dir: entries - sort_by: updated indices: input: entries filter: Hx::Listing::RecursiveIndex output:
=== A Site with Date-Based Archives and an Atom Feed
options: output_dir: site template_dir: templates sources: entries: - filter: Hx::Backend::Hobix options: entry_dir: entries - sort_by: updated indices: input: entries filter: Hx::Listing::RecursiveIndex archives: input: entries filter: Hx::Listing::DateArchive sort_by: id output:
== Copyright
Copyright (c) 2009-2011 MenTaLguY. See LICENSE for details.
FAQs
Unknown package
We found that hx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.