Compare commits

...

2 Commits

Author SHA1 Message Date
matthias@arch
0fe157f9e2 now using shebang 2022-12-16 05:22:08 +01:00
matthias@arch
73e08ee0d8 updated readme 2022-12-16 05:18:37 +01:00
2 changed files with 6 additions and 4 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.
@ -136,10 +139,10 @@ Empty string
Use a custom name instead of the heading itself for the link to the next heading. Use a custom name instead of the heading itself for the link to the next heading.
**Argument**: **Argument**:
| The link-name of the next heading The link-name of the next heading
**Return Value**: **Return Value**:
| Empty string Empty string
#### `custom` #### `custom`
Include a custom link in the sidenav. Include a custom link in the sidenav.

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
""" """
""" """