rastislavs / submariner-website

This is the submariner website source code (hugo based).

Home Page:https://submariner-io.github.io/contributing/website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title date weight
Contributing to the Website
2020-02-19 22:03:26 +0100
5

The Submariner documentation website is based on hugo, grav, and the hugo-learn-theme, and is written in Markdown format.

If you want to contribute, we recommend reading the hugo-learn-theme documentation.

You can always click the Edit this page link at the top right of each page, but if you want to test your changes locally before submitting you can:

  1. Fork the submariner-io/submariner-website on GitHub.

  2. Checkout your copy locally:

    git clone ssh://git@github.com/<your-user>/submariner-website.git
    cd submariner-website
    make server
  3. An instance of the website is now running locally on your machine and is accessible at http://localhost:1313

  4. Edit files in src. The browser should automatically reload so you can test your changes.

  5. Eventually commit, push, and pull-request your changes. You can find a good guide about the GitHub workflow here.

About

This is the submariner website source code (hugo based).

https://submariner-io.github.io/contributing/website/

License:Apache License 2.0


Languages

Language:CSS 49.6%Language:HTML 28.7%Language:JavaScript 21.1%Language:Makefile 0.3%Language:Shell 0.3%