https://github.com/scratchaddons/website-v2
The website for Scratch Addons. (version 2)
https://github.com/scratchaddons/website-v2
blog bootstrap4 docs documentation giscus hacktoberfest hugo scratch scss static-site website
Last synced: 6 months ago
JSON representation
The website for Scratch Addons. (version 2)
- Host: GitHub
- URL: https://github.com/scratchaddons/website-v2
- Owner: ScratchAddons
- License: gpl-3.0
- Created: 2021-05-09T14:24:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T02:55:17.000Z (6 months ago)
- Last Synced: 2025-04-06T06:12:39.791Z (6 months ago)
- Topics: blog, bootstrap4, docs, documentation, giscus, hacktoberfest, hugo, scratch, scss, static-site, website
- Language: HTML
- Homepage: https://scratchaddons.com
- Size: 25.2 MB
- Stars: 50
- Watchers: 8
- Forks: 38
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Scratch Addons website
[](https://github.com/ScratchAddons/website-v2/actions/workflows/deploy-test.yml)
[](https://scratchaddons.com)
[](https://github.com/ScratchAddons/website-v2/blob/master/LICENSE)These are the files behind the Scratch Addons website. It is built with Hugo as the static site generator, Bootstrap 4 as the CSS framework, and GitHub Pages as the hosting provider. The website is built with accessibility and readability in mind, and is mobile-compatible.
Check out [the repo wiki](https://github.com/ScratchAddons/website-v2/wiki) for documentation related to the website.
## Building
1. You will need [Hugo](https://gohugo.io) (extended version). Read [Install Hugo](https://gohugo.io/getting-started/installing/) if you haven't got Hugo installed.
2. Serve the website for development (`localhost:1313` by default):
```batch
hugo -D serve
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the terms of GNU General Public License v3.