Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis authored Mar 5, 2024
1 parent efe8050 commit 6dd2e18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 6dd2e18

Please sign in to comment.