No description
static | ||
templates | ||
go.mod | ||
go.sum | ||
main.go | ||
Makefile | ||
README.md | ||
tree.go |
NBR 🧠
nbr
is a simple cli tool to build your digital brain into a static website to be published.
Features
- 🔨 Build markdown files into HTML files
- 🌳 Create a hierarhcical overview filetree
- 🌐 Serve files locally
Installation
Install it via go install
:
git clone https://git.lks.li/1H0/nbr
cd nbr
go install
Usage
Usage of nbr:
-all
weather to build all files, also private ones
-serve
serve the target directory locally
-source string
source directory (default ".")
-target string
target directory (default "./dist")
ToDo
- Add git blame, log and raw view
- Add
serve
command to be able to show the site in realtime - README.md content on home page above index
- Add some config files with links, colors, a title and so on