minidocs icon indicating copy to clipboard operation
minidocs copied to clipboard

local images referenced by markdown should be copied

Open clkao opened this issue 9 years ago • 1 comments
trafficstars

clkao avatar Jun 19 '16 09:06 clkao

Just added an --assets option so that we can copy a directory of images or other files into the built site.

example:

minidocs docs/ -c contents.json -o site/ --assets images/

You'll then have a site/images directory and can reference the files in the markdown files as /images/whatever.jpg

sethvincent avatar Sep 24 '16 21:09 sethvincent