@kev_nz/publisher
v4.0.1
Published
Publish readme.md to gh-pages
Maintainers
Readme
Publisher
Publish your readme to gh-pages.
Usage
npm install @kev_nz/publisher --save-devThen run
npx publisherCustom config
To use custom html create a folder called .assets in the root of your project and
add a head.html file with all the content before the readme contents, and a foot.html
in the .assets folder for all content after the readme contents. The code highlighting uses
Highlightjs for styles.
Additonally, anything else placed in the .assets folder will be copied to the dist folder and published along with readme file.
Setup
The structure
- .assets
-- head.html
-- foot.html
-- extends.css
-- myimage.jpg
- readme.mdThe published dist folder content
- index.html
- styles.css
- extends.css
- myimage.jpg