https://github.com/scratchaddons/danger-test-website-v2
Temporary repository to test Danger implementation on the website
https://github.com/scratchaddons/danger-test-website-v2
Last synced: about 1 month ago
JSON representation
Temporary repository to test Danger implementation on the website
- Host: GitHub
- URL: https://github.com/scratchaddons/danger-test-website-v2
- Owner: ScratchAddons
- License: gpl-3.0
- Created: 2022-08-27T04:42:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T20:09:21.000Z (almost 3 years ago)
- Last Synced: 2025-06-15T09:38:55.191Z (9 months ago)
- Language: HTML
- Size: 3.98 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
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-site.yml) [](https://github.com/ScratchAddons/website-v2/tree/gh-pages) [](https://scratchaddons.com) [](https://github.com/ScratchAddons/website-v2/blob/master/LICENSE)
These are the files behind the Scratch Addons website. It is build with Hugo as the static site generator, Bootstrap 4 as the CSS framework, and GitHub Pages as the hosting provider. The website is built simple 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.