diff --git a/README.md b/README.md index 513355e..31dd87b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # bUwUma +**Bu**ild **W**ebsites **U**sing **Ma**ke + +## Overview `bUwUma` is a build system that uses **GNU make** and a **preprocessor** written in python to build **static**, **multilingual** websites. This readme only documents the preprocessor. diff --git a/html_preprocessor.py b/html-preprocessor similarity index 99% rename from html_preprocessor.py rename to html-preprocessor index f66cf83..8ea1a05 100755 --- a/html_preprocessor.py +++ b/html-preprocessor @@ -6,8 +6,7 @@ from collections.abc import Callable """ TODO: -- testing -- generate sidenav during parse_file for increased speed and to allow sidenav commands in multiline comments +- more testing - reintroduce the nav_selected class on nav feature """ """