package soupault
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Static website generator based on HTML rewriting
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.11.0.zip
md5=ba68610d90e02fd895e9b100c2011888
sha512=bc820d181eb4579eba259986499a12abdf8cdaa8fbafc2af37b33f001a82f3ebbb1b2679dbd280f5fcdd36a999f62ee932b13019089dae82f5ef29f9f1ac6575
Description
A website generator that works with page element tree rather than text and allows you to manipulate pages and retrieve metadata from existing HTML using arbitrary CSS selectors.
Built-in functionality includes setting page title, generating ToC and footnotes, inserting files/HTML snippets or output of external programs into pages etc.
Metadata extracted from pages can be rendered using Mustache templates or exported to JSON and processed with an external script.
Extensible with Lua (2.5) plugins. Can also be used as an HTML processor for existing pages.
Published: 28 Apr 2020
Dependencies (17)
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page