update readme
This commit is contained in:
parent
72b227694f
commit
d5490fb52b
@ -1,6 +1,6 @@
|
|||||||
## Go by Example
|
## Go by Example
|
||||||
|
|
||||||
Content and toolchain for [Go by Example](https://gobyexample.com).
|
Content, toolchain, and web server for [Go by Example](https://gobyexample.com).
|
||||||
|
|
||||||
|
|
||||||
### Overview
|
### Overview
|
||||||
@ -10,10 +10,9 @@ comments from source files in `examples` and rendering
|
|||||||
that data via the site `templates`. The programs
|
that data via the site `templates`. The programs
|
||||||
implementing this build process are in `tools`.
|
implementing this build process are in `tools`.
|
||||||
|
|
||||||
The build process produces a directory of static files
|
The build process produces a directory of static files -
|
||||||
suitable for serving by any modern HTTP server. The
|
`public` - suitable for serving by any modern HTTP server.
|
||||||
Go by Example site is served by a
|
We include a lightweight Go server in `server.go`.
|
||||||
[lightweight Go server](https://github.com/mmcgrana/gobyexample-server).
|
|
||||||
|
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
Loading…
x
Reference in New Issue
Block a user