Skip to content

Commit 8029cc8

Browse files
author
Hugues Tennier
authored
Merge pull request #509 from dmbaturin/main
Update the soupault site URL.
2 parents 8f095ac + 811f00a commit 8029cc8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/site/generators/soupault.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: soupault
33
repo: dmbaturin/soupault
4-
homepage: https://soupault.neocities.org
4+
homepage: https://soupault.app
55
language:
66
- OCaml
77
license:
@@ -18,8 +18,8 @@ startertemplaterepo: https://github.com/dmbaturin/soupault-sample-blog
1818
Soupault is an automated HTML _editor_ rather than a just _generator_. It can parse HTML into an element tree,
1919
manipulate it and save to a file. Like DOM manipulation, but without a browser.
2020

21-
You can use it as a website generator (insert different content into a "template"—an empty page), or a postprocessor
22-
for a hand-written website or for output of another HTML generator.
21+
You can use it as a website generator and insert different content into a "template"—an empty page.
22+
However, it can also be a post-processor for a hand-written website or for output of another HTML generator.
2323

2424
## Static binary, extensible with plugins
2525

@@ -34,9 +34,9 @@ you could do with JavaScript and more, but statically.
3434
Soupault can pipe the content of HTML elements through external programs and read the output. You have options
3535
to replace the original element with that output or just add the output to the page.
3636

37-
For example, you can statically render equations with KaTeX, do syntax highligting with any tool of your choice.
37+
For example, you can statically render equations with KaTeX, or do syntax highligting with any tool of your choice.
3838

39-
You can also set preprocessors for certain file extensions. For example, pipe `.md` files through a Markdown
39+
You can also set preprocessors for specific file extensions. For example, pipe `.md` files through a Markdown
4040
to HTML convertor of your choice before parsing and processing.
4141

4242
## No front matter
@@ -52,7 +52,7 @@ or an external script. You can also export the site index to JSON for further pr
5252
Some things soupault can do out of the box:
5353

5454
* Create a (fully static) ToC from the page headings.
55-
* Insert external files or outputs of programs into pages.
55+
* Insert external files or external program outputs into pages.
5656
* Create footnotes, LaTeX style.
5757
* Add breadcrumbs.
5858

@@ -67,4 +67,4 @@ except `404.html` and `splash.html`:
6767
file = "includes/menu.html"
6868
selector = "div#menu"
6969
exclude_page = ["404.html", "splash.html"]
70-
```
70+
```

0 commit comments

Comments
 (0)