Compare commits
2 Commits
667db9bb8a
...
0fe157f9e2
Author | SHA1 | Date | |
---|---|---|---|
|
0fe157f9e2 | ||
|
73e08ee0d8 |
@ -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.
|
||||||
|
@ -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