https://github.com/scpwiki/sigma
The Wikidot Sigma-10 theme, which is the default for the EN SCP Wiki.
https://github.com/scpwiki/sigma
css scp-wiki sigma-10 sigma-9 sigma-theme theme wikidot
Last synced: about 1 year ago
JSON representation
The Wikidot Sigma-10 theme, which is the default for the EN SCP Wiki.
- Host: GitHub
- URL: https://github.com/scpwiki/sigma
- Owner: scpwiki
- License: other
- Created: 2018-06-30T00:18:42.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T17:52:43.000Z (over 1 year ago)
- Last Synced: 2025-03-25T21:14:04.579Z (over 1 year ago)
- Topics: css, scp-wiki, sigma-10, sigma-9, sigma-theme, theme, wikidot
- Language: CSS
- Homepage: https://scpwiki.com/theme:site
- Size: 4.01 MB
- Stars: 16
- Watchers: 9
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Sigma-10
[](https://github.com/scpwiki/sigma/actions/workflows/lint.yaml)
This is the repository for the [Sigma-10 theme](https://scpwiki.com/theme:site), the default CSS used to style the [SCP Wiki](https://scpwiki.com). It was originally created by [Aelanna](https://www.wikidot.com/user:info/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)](https://creativecommons.org/licenses/by-sa/3.0/).
Upon merging or pushing to the `main` branch, CSS will be deployed to [GitHub Pages](https://scpwiki.github.io/sigma9/) 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/
```