now using shebang
This commit is contained in:
parent
73e08ee0d8
commit
0fe157f9e2
@ -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.
|
||||||
|
@ -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
|
||||||
"""
|
"""
|
||||||
"""
|
"""
|
Loading…
Reference in New Issue
Block a user