Skip to content

pdehaan/11ty-mindmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

11ty-mindmap

Markdown flavored mindmaps and Eleventy.

Playing with some Markdown->Mindmap conversions via markmap-lib. Mindmaps are stored in ./src/mindmaps/ as Nunjucks templates and wrapped in a {% mindmap %} paired shortcode (which enables you to add more content before and after the mindmap or include multiple mindmaps on a single page).

USAGE

This is an Eleventy site, so [after cloning this repo locally] you can run npm run build to build the site, or npm run serve to build and serve the site.

npm run serve