Files
athens/docs/content/contributing/new/docs.md
2018-11-02 11:00:57 -04:00

644 B

title, date, weight, LastModifierDisplayName, LastModifierEmail
title date weight LastModifierDisplayName LastModifierEmail
Docs 2018-11-01T13:58:58-07:00 2 Marwan marwan.sameer@gmail.com

Contributing To Docs

Contributing to docs is just as important, if not more important than, writing code. We use GoHugo to run this website. So if you'd like to improve it, here's how you can run it locally:

  1. Install the Hugo binary: https://github.com/gohugoio/hugo#choose-how-to-install
  2. cd ./docs && hugo server

The Hugo server will run on http://localhost:1313 and it will automatically watch your files and update the website every time you make a change.