Compare commits
No commits in common. "0fe157f9e2acacac8b54d691f19c604ccdcc377a" and "667db9bb8a5b3119b7f9eaca76e0730f0cd1f661" have entirely different histories.
0fe157f9e2
...
667db9bb8a
@ -1,7 +1,4 @@
|
||||
# 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.
|
||||
@ -139,10 +136,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,7 +6,8 @@ from collections.abc import Callable
|
||||
|
||||
"""
|
||||
TODO:
|
||||
- more testing
|
||||
- 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
|
||||
"""
|
||||
"""
|
Loading…
Reference in New Issue
Block a user