about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-01-09 00:04:16 -0600
committerCase Duckworth2023-01-09 00:04:16 -0600
commit816f99bfbdcfb4b74d14f0a2c154011ddae297c4 (patch)
treed45060293a1fa2fa565d0854d47d1d2b170a972b
parentAdd README.md, COPYING (diff)
downloadvienna-816f99bfbdcfb4b74d14f0a2c154011ddae297c4.tar.gz
vienna-816f99bfbdcfb4b74d14f0a2c154011ddae297c4.zip
Typos
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md index 2e53c51..1a1a9b7 100644 --- a/README.md +++ b/README.md
@@ -1,7 +1,7 @@
1# vienna 1# vienna
2## a tiny, tasty ssg 2## a tiny, tasty ssg
3 3
4`Vienna` is my (current) Platonic Ideal of a simple and extensible static site 4`vienna` is my (current) Platonic Ideal of a simple and extensible static site
5generator. I've written a couple of these over the years, and I think I've 5generator. I've written a couple of these over the years, and I think I've
6finally got something that I really like. Anyway, lemme tell you how it works. 6finally got something that I really like. Anyway, lemme tell you how it works.
7 7
@@ -185,7 +185,7 @@ character `<`). Those paragraphs are passed through unprocessed.
185This rule may seem as though it negates the benefits of leaving out `<p>` tags. 185This rule may seem as though it negates the benefits of leaving out `<p>` tags.
186*After all*, you might think, *if I want to add a link or even emphasize text, 186*After all*, you might think, *if I want to add a link or even emphasize text,
187I'll have to escape the tags or wrap the whole thing in html!* While you'd be 187I'll have to escape the tags or wrap the whole thing in html!* While you'd be
188right about that, I use plaintext paragraphs enough that it's worth it.n 188right about that, I use plaintext paragraphs enough that it's worth it.
189 189
190## `expand`: templating with here-docs 190## `expand`: templating with here-docs
191 191
@@ -268,8 +268,9 @@ found useful.
268 268
269## contributing 269## contributing
270 270
271Comments, bug reports, and merge requests are welcome! [Send me an 271Comments, bug reports, and merge requests are welcome!
272email](mailto:vienna@code.acdw.net) or [@ me on Mastodon](https://tilde.zone/@acdw). 272[Send me an email](mailto:vienna@code.acdw.net) or
273[contact me on Mastodon](https://tilde.zone/@acdw).
273 274
274## license 275## license
275 276