1.1.0 • Published 11 months ago

nanoblog v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

nanoblog

nanoblog is a tiny blogging "framework". It's barely a framework, really. It just compiles a folder of markdown files into a folder of HTML files. Anything else inside the folder (e.g., images) will be copied over to the destination folder. It uses a small common header file for everything and assumes you want a link back to your home page at the top of each page. If you want to add css, include a file called style.css in the root of your source directory. Want something else? Too bad. nanoblog does very little and will continue to do very little.

Usage

npx nanoblog compile -i ./path/to/source/directory -o ./path/to/output/directory
1.1.0

11 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago