This repository contains the source code of http://goa.design. The site is a static website built using hugo and served from Google Cloud Storage.
Is that typo bugging you? us too! If you want to do something about it:
make
starts a server on your box that "liveloads" all changes you make to the content (that is
the page should refresh itself each time you save a content page).
- Edit the content in the
/content
directory. - Submit a Pull Request
After a commit is pushed to the master branch the TravisCI job does the following:
- It clones the goa repository in a temporary directory.
- It runs a modified version of godoc2md to produce Markdown files from the sources. The modified version also adds anchors to each title.
- It runs hugo which produces the HTML from the markdown files (both the static markdown files
and the ones generated by
godoc2md
). - It pushes the results to GCS.