now using shebang

This commit is contained in:
matthias@arch 2022-12-16 05:22:08 +01:00
parent 73e08ee0d8
commit 0fe157f9e2
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# bUwUma # 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. `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. This readme only documents the preprocessor.

View File

@ -6,8 +6,7 @@ from collections.abc import Callable
""" """
TODO: TODO:
- testing - more testing
- generate sidenav during parse_file for increased speed and to allow sidenav commands in multiline comments
- reintroduce the nav_selected class on nav feature - reintroduce the nav_selected class on nav feature
""" """
""" """