reconstrue / cuboids

Cloud-native neuroscientific volumetric cuboids processed over HTTP
http://reconstrue.com
Apache License 2.0
0 stars 0 forks source link

Apply corp styling to html exported from *.org files #35

Open JohnTigue opened 3 years ago

JohnTigue commented 3 years ago

OrgCSS is the CSS being applied to Cuboids Manifesto. Currently a single built org.css file has been added to the repo. But to tweak the styling will need to build from OrgCSS's source. So, time for a docs build process, which might as well CICD publish as well.

JohnTigue commented 3 years ago

Looks like it's Gulp based:

https://github.com/gongzhitaao/orgcss/blob/master/gulpfile.js#L54

JohnTigue commented 3 years ago

Decided to come up with a standard CSS for all Reconstrue docs produced from *.org files, not simply this repo (where the Cuboids Manifesto is to be the first published file exported from an org file. So, instead of bringing OrgCSS production into this repo, forked the OrgCSS repo to https://github.com/reconstrue/orgcss.

So, tweak and build in that repo and just import the generated *.css into this repo.

Moving forward, the tweaking is being tracked in the presentations repo. This issue will just be a TODO reminder to fold in the built *.css file.