0.2.4 • Published 2 years ago

rsms-mkweb v0.2.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

mkweb

mkweb is a simple static website generator for NodeJS

Features:

  • Simple and fast
  • Templates (currently hard coded to "template.html")
  • Markdown with code-syntax highlighting
  • Front matter (for both markdown and html pages)
  • Incremental updates ("watch the filesystem" kind of thing)
  • Livereload local webserver

Usage:

  1. make a directory and put some html, css and/or md files in there
  2. install mkweb from NPM: npm i rsms-mkweb
  3. run mkweb in that directory: ./node_modules/.bin/mkweb
  4. your website can be found in _site

See mkweb -h for customization options and extra features

TODO:

  • Some way to configure & customize it
  • Ignoring files (maybe from .gitignore + custom list)
0.1.12

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago