murkel

1.0.1 • Public • Published

murkel

Generate static site from markdown files

Folder Structure

assets
│   main.css
│   main.js
│   
pages
│   404.html
│   index.md
│   
└───menu
    │   about.md
    │   contact.md
    │
    ├───submenu
    │   │   about-submenu.md
    │   │   information.md
    │   │   ...
    │   
│   
scaffolding
│   page.html
│   header.html
│   body.html
│   footer.html

Run the cli.coffee with coffeescript from the root folder. A folder named static_site will be created containing the same structure as pages but compiled by the templates in scaffolding. assets will also be copied over to static_site folder.

Package Sidebar

Install

npm i murkel

Weekly Downloads

2

Version

1.0.1

License

GPL-3.0

Last publish

Collaborators

  • euhiemf