Compare commits
2 Commits
667db9bb8a
...
0fe157f9e2
Author | SHA1 | Date | |
---|---|---|---|
|
0fe157f9e2 | ||
|
73e08ee0d8 |
@ -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.
|
||||
@ -136,10 +139,10 @@ Empty string
|
||||
Use a custom name instead of the heading itself for the link to the next heading.
|
||||
|
||||
**Argument**:
|
||||
| The link-name of the next heading
|
||||
The link-name of the next heading
|
||||
|
||||
**Return Value**:
|
||||
| Empty string
|
||||
Empty string
|
||||
|
||||
#### `custom`
|
||||
Include a custom link in the sidenav.
|
||||
|
@ -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
|
||||
"""
|
||||
"""
|
Loading…
Reference in New Issue
Block a user