https://github.com/techforuk/brexchat
TechForUK Brexit conversation tool based on the ‘Radical Conversations’ framework
https://github.com/techforuk/brexchat
Last synced: 3 months ago
JSON representation
TechForUK Brexit conversation tool based on the ‘Radical Conversations’ framework
- Host: GitHub
- URL: https://github.com/techforuk/brexchat
- Owner: TechForUK
- License: apache-2.0
- Created: 2018-12-14T11:57:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T21:16:47.000Z (about 7 years ago)
- Last Synced: 2025-12-13T22:27:42.187Z (6 months ago)
- Language: HTML
- Homepage: https://www.talkaboutbrex.co.uk/
- Size: 25 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Brexchat
TechForUk project to support constructive conversations about Brexit
## Publishing
The site is automatically published to Netlify from the **master** branch however due to a
[limitation](https://github.com/netlify/build-image/issues/182) you _must_ run a local Hugo
build using the the _extended version of Hugo_ and include the contents of the `resources`
directory in commits.
Use the Hugo build command from the [netlify.toml](./netlify.toml) file.
## Development
Site content can be edited in markdown files in the `content` directory. To start a server that builds draft content:
```
hugo server -wDs . -d dev --config local.toml
```
See [Hugo documentation](https://gohugo.io/documentation/) for more information.