@@ -15,21 +15,22 @@ go get -u github.com/shurcooL/home
1515Directories
1616-----------
171718-| Path | Synopsis |
19-|---------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
20-| [assets](https://godoc.org/github.com/shurcooL/home/assets) | Package assets contains assets for home. |
21-| [cmd/githook/pre-receive](https://godoc.org/github.com/shurcooL/home/cmd/githook/pre-receive) | pre-receive is a pre-receive git hook for use with home's git server. |
22-| [component](https://godoc.org/github.com/shurcooL/home/component) | Package component contains individual components that can render themselves as HTML. |
23-| [http](https://godoc.org/github.com/shurcooL/home/http) | Package http contains service implementations over HTTP. |
24-| [httphandler](https://godoc.org/github.com/shurcooL/home/httphandler) | Package httphandler contains API handlers used by home. |
25-| [httputil](https://godoc.org/github.com/shurcooL/home/httputil) | Package httputil is a custom HTTP framework created specifically for home. |
26-| [internal/code](https://godoc.org/github.com/shurcooL/home/internal/code) | Package code implements a Go code service backed by a repository store. |
27-| [internal/mod](https://godoc.org/github.com/shurcooL/home/internal/mod) | Package mod exposes select functionality related to module mechanics. |
28-| [internal/page/blog](https://godoc.org/github.com/shurcooL/home/internal/page/blog) | Package blog contains functionality for rendering /blog page. |
29-| [internal/page/idiomaticgo](https://godoc.org/github.com/shurcooL/home/internal/page/idiomaticgo) | Package idiomaticgo contains functionality for rendering /idiomatic-go page. |
30-| [internal/page/resume](https://godoc.org/github.com/shurcooL/home/internal/page/resume) | Package resume contains functionality for rendering /resume page. |
31-| [internal/route](https://godoc.org/github.com/shurcooL/home/internal/route) | Package route specifies some route paths used by home. |
32-| [presentdata](https://godoc.org/github.com/shurcooL/home/presentdata) | Package presentdata contains static data for present format. |
18+| Path | Synopsis |
19+|---------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
20+| [assets](https://godoc.org/github.com/shurcooL/home/assets) | Package assets contains assets for home. |
21+| [cmd/githook/pre-receive](https://godoc.org/github.com/shurcooL/home/cmd/githook/pre-receive) | pre-receive is a pre-receive git hook for use with home's git server. |
22+| [component](https://godoc.org/github.com/shurcooL/home/component) | Package component contains individual components that can render themselves as HTML. |
23+| [http](https://godoc.org/github.com/shurcooL/home/http) | Package http contains service implementations over HTTP. |
24+| [httphandler](https://godoc.org/github.com/shurcooL/home/httphandler) | Package httphandler contains API handlers used by home. |
25+| [httputil](https://godoc.org/github.com/shurcooL/home/httputil) | Package httputil is a custom HTTP framework created specifically for home. |
26+| [indieauth](https://godoc.org/github.com/shurcooL/home/indieauth) | Package indieauth implements building blocks for the IndieAuth specification (https://indieauth.spec.indieweb.org/). |
27+| [internal/code](https://godoc.org/github.com/shurcooL/home/internal/code) | Package code implements a Go code service backed by a repository store. |
28+| [internal/mod](https://godoc.org/github.com/shurcooL/home/internal/mod) | Package mod exposes select functionality related to module mechanics. |
29+| [internal/page/blog](https://godoc.org/github.com/shurcooL/home/internal/page/blog) | Package blog contains functionality for rendering /blog page. |
30+| [internal/page/idiomaticgo](https://godoc.org/github.com/shurcooL/home/internal/page/idiomaticgo) | Package idiomaticgo contains functionality for rendering /idiomatic-go page. |
31+| [internal/page/resume](https://godoc.org/github.com/shurcooL/home/internal/page/resume) | Package resume contains functionality for rendering /resume page. |
32+| [internal/route](https://godoc.org/github.com/shurcooL/home/internal/route) | Package route specifies some route paths used by home. |
33+| [presentdata](https://godoc.org/github.com/shurcooL/home/presentdata) | Package presentdata contains static data for present format. |
33343435License
3536-------