1
0
Fork 0
No description
Find a file
2025-03-18 20:42:51 +01:00
static Initial commit 2025-03-18 20:42:51 +01:00
templates Initial commit 2025-03-18 20:42:51 +01:00
go.mod Initial commit 2025-03-18 20:42:51 +01:00
go.sum Initial commit 2025-03-18 20:42:51 +01:00
main.go Initial commit 2025-03-18 20:42:51 +01:00
Makefile Initial commit 2025-03-18 20:42:51 +01:00
README.md Initial commit 2025-03-18 20:42:51 +01:00
tree.go Initial commit 2025-03-18 20:42:51 +01:00

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