1.2.2 • Published 8 months ago

nanoblog v1.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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.2.0

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago