From 6dd2e1859b08fd02a1f8d7ae96808207420d7eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andis=20Spri=C5=86=C4=B7is?= Date: Tue, 5 Mar 2024 12:53:23 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f3729e..78944c6 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ or run the `build` script. - Goals 1. Compiles web documents, handling the repetative parts. - 1. Boilerplate for low-maintenance, static websites. + 1. A boilerplate for low-maintenance, statically rendered websites. 1. No external dependencies I need to worry about or maintain. - 1. Works _forever_, as I don't expect GNU AWK to change a lot. + 1. Works _forever_, as I don't expect the GNU AWK to change a lot. 1. Remains as rudamentary and concise as possible. - 1. The example web site project has good accessibility. + 1. The example web site project has good UI accessibility. - Non-goals - 1. Separating content and document markup (e.g. Markdown parser). + 1. Separating the content from the document structure or presentation (e.g. a Markdown parser). 1. Document templating language (something comparable to Pug or Handlebars). ## How does the script work?