Skip to content
/ sigma Public

The Wikidot Sigma-10 theme, which is the default for the EN SCP Wiki.

License

Notifications You must be signed in to change notification settings

scpwiki/sigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

221c37f · Jan 19, 2025
Aug 6, 2024
Aug 5, 2024
Jan 25, 2024
Nov 12, 2020
Jan 27, 2023
Apr 8, 2023
Apr 8, 2023
Jul 27, 2020
Jun 1, 2023
Jun 1, 2024
Sep 18, 2024
Jul 11, 2023
Jan 19, 2025

Repository files navigation

Sigma-10

Lint

This is the repository for the Sigma-10 theme, the default CSS used to style the SCP Wiki. It was originally created by Aelanna under the name Sigma-9 and is presently maintained by the SCP Wiki Technical Team.

This theme is available under the wiki's Creative Commons Attribution-ShareAlike 3.0 license (CC-BY-SA).

Upon merging or pushing to the main branch, CSS will be deployed to GitHub Pages so the artifacts can be used by the theme in production.

Local development

Be sure you have npm installed, and then set up the development dependencies:

$ npm install

Once this is configured, there are a few scripts you can take advantage of:

$ npm run build         # Builds the theme and outputs to dist/
$ npm run clean         # Deletes dist/
$ npm run stylelint     # Runs stylelint, reporting any code issues
$ npm run stylelint:fix # Runs stylelint, automatically fixing issues
$ npm run prettier      # Runs prettier, reporting any formatting issues
$ npm run prettier:fix  # Runs prettier, automatically fixing issues
$ npm run minify        # Minifies sigma.css and places it into dist/