项目作者: ernesto-jimenez

项目描述 :
A collection of gopher drawings
高级语言: CSS
项目地址: git://github.com/ernesto-jimenez/gopherdex.git
创建时间: 2017-01-26T15:23:07Z
项目社区:https://github.com/ernesto-jimenez/gopherdex

开源协议:

下载


Source for gopher.gallery

A gallery of cute gophers from the Go programming language.

Netlify
Build Status

Contributing a gopher to Gopherdex

  1. Fork the repository
  2. Copy the png of the gopher to static/images/gophers
  3. Create the .md file at content/gophers with the same name as your image
  4. Create a pull request to this repo

An example:

  1. $ ls static/images/gophers/run.png
  2. static/images/gophers/run.png
  3. $ cat content/gophers/run.md
  4. +++
  5. date = "2017-01-26T15:50:35Z"
  6. title = "The original gopher"
  7. author = "Renee French"
  8. credit = "http://reneefrench.blogspot.com/"
  9. license = "Creative Commons Attributions 3.0"
  10. +++
  11. Some history about this actual gopher.

Make sure you specify the current date, the name of the author, and the
license

Contributing to the design

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.