Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexblackie/localyokals
https://github.com/alexblackie/localyokals
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexblackie/localyokals
- Owner: alexblackie
- License: gpl-3.0
- Created: 2015-03-16T19:39:23.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T23:44:56.000Z (11 months ago)
- Last Synced: 2024-12-20T21:13:10.331Z (14 days ago)
- Language: JavaScript
- Homepage: https://www.localyokals.ca
- Size: 40 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Cultivating Local Yokals Website
This is the source code for the website for the [Cultivating Local Yokals
Society][1], a non-profit organization in Victoria, BC, Canada providing
programs for people with disabilities.[1]: http://www.localyokals.ca/
## Development
This website is built using the [Hugo][2] static site generator. Ensure you
have the "extended" version to get SCSS support.With hugo installed, you can build the site:
```
$ hugo
```The built output will be in `./public`.
To start a local development server, use:
```
$ hugo serve
```[2]: https://gohugo.io/