This is the repo for https://qri.io, our beloved website. Changes, fixes & Pull requests are welcomed & appreciated.
This site is built with hugo, a static site generator.
- Clone or fork this repository
- Install hugo: https://gohugo.io/getting-started/quick-start/
- Navigate to the site directory & Run
hugo server
- Open a web browser to
https://localhost:1313
- Edit a file in the
content
folder & hit save - Commit your source changes to a new branch
- Submit a Pull request to the
master
branch - :money:
New commits to master
will be deployed to github pages via circleci