https://github.com/official-stockfish/stockfish-web
Website for stockfishchess.org
https://github.com/official-stockfish/stockfish-web
chess chess-engine hugo hugo-site stockfish website
Last synced: about 1 year ago
JSON representation
Website for stockfishchess.org
- Host: GitHub
- URL: https://github.com/official-stockfish/stockfish-web
- Owner: official-stockfish
- License: mit
- Created: 2021-02-22T10:09:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T12:36:14.000Z (about 1 year ago)
- Last Synced: 2025-03-30T13:30:55.987Z (about 1 year ago)
- Topics: chess, chess-engine, hugo, hugo-site, stockfish, website
- Language: SCSS
- Homepage: https://stockfishchess.org/
- Size: 10.1 MB
- Stars: 19
- Watchers: 7
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stockfish Website
This is the repository for the Stockfish website, hosted at [stockfishchess.org](https://stockfishchess.org).
## Requirements
This project uses [Hugo Pipes](https://gohugo.io/hugo-pipes/scss-sass/) to compile SCSS and minify assets. Please make sure you have the **Hugo Extended** version installed. If you are not using the extended version this theme will not work.
To check your version of Hugo, run:
```
hugo version
```
This will output the currently installed version of Hugo. Make sure you see `/extended` after the version number, for example `Hugo Static Site Generator v0.51/extended darwin/amd64 BuildDate: unknown` You do not need to use version v0.51 specifically, it just needs to have the `/extended` part.
## Development
Build the static site
```
hugo
```
Run the development server
```
hugo server
```