Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T11:16:19.000Z (4 months ago)
- Last Synced: 2024-09-07T20:06:10.170Z (4 months ago)
- Topics: chess, chess-engine, hugo, hugo-site, stockfish, website
- Language: SCSS
- Homepage: https://stockfishchess.org/
- Size: 9.99 MB
- Stars: 16
- Watchers: 8
- Forks: 10
- Open Issues: 4
-
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
```