Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T12:15:24.000Z (about 1 month ago)
- Last Synced: 2024-10-10T01:41:18.870Z (29 days ago)
- Topics: blog, bootstrap4, docs, documentation, giscus, hacktoberfest, hugo, scratch, scss, static-site, website
- Language: HTML
- Homepage: https://scratchaddons.com
- Size: 23.4 MB
- Stars: 50
- Watchers: 10
- Forks: 39
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Scratch Addons website
[![Deployment status (Site Deployment workflow status)](https://img.shields.io/github/actions/workflow/status/ScratchAddons/website-v2/deploy-test.yml?label=deploy&style=flat-square)](https://github.com/ScratchAddons/website-v2/actions/workflows/deploy-test.yml)
[![Website: scratchaddons.com](https://img.shields.io/badge/website-scratchaddons.com-ff7b26.svg?style=flat-square)](https://scratchaddons.com)
[![License](https://img.shields.io/github/license/ScratchAddons/website-v2?style=flat-square)](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.