rootpd / goa.design

Public website for goa

Home Page:http://goa.design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goa.design

This repository contains the source code of https://goa.design. The site is a static website built using hugo.

Contributing

Is that typo bugging you? us too! If you want to do something about it:

  1. Fork and clone the repo
  2. Open a terminal, cd into the cloned repo and run make
  3. Edit the content of the markdown files in the /content directory.
  4. Submit a Pull Request

make starts a server on your box that "live-loads" all changes you make to the content (that is the page should refresh itself each time you save a content page). Once make complete simply open a browser to http://localhost:1313 and browse to the page you are editing.

Translations

Translations are kept under the content directory. Each language has its own top level directory and its own branch both named after the language code.

To contribute to an existing translation:

  1. Fork and Clone the repo.
  2. Checkout the language specific branch.
  3. Make your changes in the branch in content/<code>.
  4. Send Pull Requests to the branch.
  5. When the translation is ready send a PR to the master branch.

To start a new translation:

  1. Open a new issue describing the new language being translated to
  2. Figure out your language code. For example: ja, zh, es, de, ...etc.
  3. A team member will make a new branch. For example fr or ja.
  4. Fork the branch and add the required files, see below.
  5. Send PRs to the branch (this can be work in progress).
  6. When the translation is ready send a PR to the master branch.

The files that support a given language are:

  • layouts/<code>/: contains the layout pages
  • layouts/section/<code>.html: contains the index page
  • layouts/partials/<code>/: contains the partials files

About

Public website for goa

http://goa.design

License:MIT License


Languages

Language:CSS 34.6%Language:JavaScript 29.8%Language:HTML 20.1%Language:Go 15.0%Language:Makefile 0.4%Language:GCC Machine Description 0.0%