Markdown to html, generate page to awesome-go.com (#1127)

* initial version html generate
After being made to change the master generate html based on markdown,
ref #363

* change package name, repo to main

* up port 80 on caddy server

* install mux on travis build

* generate sitemap

* added robots.txt

* set metatags on html page

* update repo via exec
get the most current readme

* remove unnecessary lowdash assign

* fix linter errors, remove unnecessary conversion, add binary to .gitignore

* fix fonts, use domain-level assets
This commit is contained in:
Thiago Avelino
2016-10-10 21:21:46 -03:00
committed by Kirill Danshin
parent ff219e23d9
commit d6a65b74e1
57 changed files with 2014 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package repo
package main
import (
"bytes"