Source for gopher.gallery
A gallery of cute gophers from the Go programming language.
- Fork the repository
- Copy the png of the gopher to
static/images/gophers
- Create the
.md
file atcontent/gophers
with the same name as your image - Create a pull request to this repo
An example:
$ ls static/images/gophers/run.png
static/images/gophers/run.png
$ cat content/gophers/run.md
+++
date = "2017-01-26T15:50:35Z"
title = "The original gopher"
author = "Renee French"
credit = "http://reneefrench.blogspot.com/"
license = "Creative Commons Attributions 3.0"
+++
Some history about this actual gopher.
Make sure you specify the current date, the name of the author, and the license
You will need to install hugo to genereate the website.
After cloning the site, you can make changes and monitor the result with hugo server
.