mpetrovich / stylemark

Generate interactive style guides from Markdown.
MIT License
218 stars 35 forks source link

Provide option to define custom root paths for resources #50

Closed kboom closed 6 years ago

kboom commented 6 years ago

I believe that the current setup makes it unable to publish the styleguide generated by stylemark directly onto GH-Pages. One thing is adding .nojekyll file because _stylemark has an underscore which conflicts with processing. Another (maybe related) is that html pages refer to the CSS file (actual project code) using absolute refs which translates into

github.com/css/bundle.css

rather than

github.com/{project}/docs/css/bundle.css

kboom commented 6 years ago

My bad, just remember to use relative linkes in stylemark.yaml confguration file :-)