Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexblackie/localyokals


https://github.com/alexblackie/localyokals

Last synced: 11 days ago
JSON representation

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/