Commit Graph

3 Commits

Author SHA1 Message Date
Avelino dd0a486e02 build error github.com/shurcooL/highlight_go on go 1.10 alpine (#2291)
ref #1903

```
github.com/shurcooL/highlight_go (download)
github.com/sourcegraph/annotate (download)
github.com/sourcegraph/syntaxhighlight (download)
github.com/shurcooL/highlight_go/internal/go/token
src/github.com/shurcooL/highlight_go/internal/go/token/token.go:12: syntax error: unexpected = in type declaration
github.com/sourcegraph/annotate
github.com/sourcegraph/syntaxhighlight
ERROR: Service 'webhook' failed to build: The command '/bin/sh -c go get -u -v github.com/shurcooL/highlight_go' returned a non-zero code: 2
```
2018-12-18 16:01:59 -02:00
Avelino 8c487a5d70 fixed install github_flavored_markdown package (#2290) 2018-12-18 17:50:03 +01:00
Thiago Avelino d6a65b74e1 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
2016-10-11 03:21:46 +03:00