Giter Club home page Giter Club logo

goa.design's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.