soupault
lambdasoup
soupault | lambdasoup | |
---|---|---|
16 | 3 | |
374 | 381 | |
1.6% | - | |
7.1 | 5.3 | |
about 1 month ago | about 1 month ago | |
OCaml | OCaml | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
soupault
-
WordPress Alternatives
I think yours is the candidate for Pandoc[1] or something like Soupault[2]. But you will be doing the HTML/CSS writing yourself.
1. https://pandoc.org
2. https://soupault.app
- Soupault: A static website management tool
-
LuaX: A Lua Dialect with JSX
I think this is a solid choice if you want both template engine and plugin system. I wish someday https://soupault.app adopt this.
-
Is Highlight.js Harmful for Your Site?
Personally I favor Soupault <http://soupault.app/> where I can choose whatever or as many syntax highlighters as I wish. I hope to get a tree-sitter based option up soon enough, but Prism covers a lot of obscure languages (and without the parse errors Pygments has for Nix).
- Soupault – static website generator that works with HTML element trees
-
Maybe is a silly question. People often use libraries like React to build their pages in neocities?
I use Soupault myself, just because it's the first Static Site Generator I stumbled upon.
- Ask HN: Any blog platforms with support for Org files?
-
Rewriting my blog in Rust for fun and profit
Have you come across Soupault yet?
I'm considering using Pandoc with Soupault to my website markup agnostic by being dependent on Pandoc. Soupault can act as a HTML processor although I'm not sure if that's enough to not need a template langauge. Or maybe I'm mistaken about Soupault.
https://soupault.app/
-
Ask HN: What are you using for static site management these days?
This was on HN awhile back. It sounds like what you are looking for: https://soupault.app
lambdasoup
-
Soupault: A static website management tool
I'm using soupault right now to make a simple company wiki (under a dozen pages). I like how it's HTML-first and easily customizable, compared to other static site generators that come with too many bells and whistles. Although now I have to make my own image compression script...
Also, fun fact: soupault is written in OCaml, which apparently has a really nice library for HTML manipulation: https://github.com/aantron/lambdasoup
-
The State of Web Scraping in 2021
OCaml’s Lambda Soup (https://aantron.github.io/lambdasoup/) is a amazing library/, especially for those that prefer functional programming
-
Soupault (soup-oh) is a tool that helps you create and manage static websites
It's used for sorting "widgets" (page processing steps) according to dependency lists that users can specify in the config (like `after = ["foo", "bar"]`).
Other than that, one thing I really like about OCaml is that the compiler team and most library maintainers are considerate towards downstream users with respect to compatibility.
The Lua interpreter [3] that soupault uses for its plugin API is a revived 20 year old research project. It only needed minor modifications to build with recent compiler versions.
[1] https://github.com/aantron/lambdasoup
What are some alternatives?
otoml - TOML parsing, manipulation, and pretty-printing library for OCaml (fully 1.0.0-compliant)
moonsmith - A random generator of Lua programs
ocaml-tsort - Easy to use and user-friendly topological sort module for OCaml
lua-ml - An embeddable Lua 2.5 interpreter implemented in OCaml
soupault.app - The source code of the soupault.app website
ocaml-webmachine - A REST toolkit for OCaml
pyppeteer - Headless chrome/chromium automation library (unofficial port of puppeteer)
lexbor - Lexbor is development of an open source HTML Renderer library. https://lexbor.com
yocaml - YOCaml is a static site generator, mostly written in OCaml
utls - Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.