stormbreath / Black-Highlighter

New theme for the SCP Wiki utilizing more current CSS styling and improved accessibility.

Home Page:http://scptestwiki.wikidot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Black Highlighter

Travis CI Build Status

[2019-2021 Wikidot Theme]
Designed by Woedenaz, Croquembouche, & djkaktus
Built by Woedenaz, Croquembouche, aismallard & rounderhouse (for some reason)

A WiP new theme for the SCP Wiki utilizing more current CSS styling standards.

See a preview overwriting Sigma-9 here: https://scp-wiki.wikidot.com/scp-4999

See a preview without the Sigma-9 here: https://scptestwiki.wikidot.com/

Build

On a UNIX-like environment with GNU Makefile, you can build Black Highlighter from its source files using the following:

npm install
make

This will perform the combinations, minifications, etc. all automatically. All affected files will appear in /dist.

The Makefile was constructed to be rigorous with requisites and outputs, it should only rebuild what has since been modified. As such, you can run the build in parallel with jobservers, such as make -j 4.

However (for obvious reasons) make cannot determine if node_modules has all the required dependencies, it merely checks if the node_modules/ directory exists. You will need to re-run npm install if you modify npm's local state.

Additionally, you can run make -B to force re-building all targets, or make clean to dispose of the /dist directory.

About

New theme for the SCP Wiki utilizing more current CSS styling and improved accessibility.

http://scptestwiki.wikidot.com/

License:MIT License


Languages

Language:CSS 90.4%Language:HTML 4.8%Language:JavaScript 3.5%Language:Makefile 1.2%Language:Shell 0.2%