Update 20180326 Start a blog in 30 minutes with Hugo, a static site generator written in Go.md

This commit is contained in:
jrg 2018-09-22 16:27:31 +08:00 committed by GitHub
parent 12e6e6cc5b
commit 94734b0770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,8 +110,10 @@ Hugo30分钟搭建博客一个Go语言开发的静态站点生成工具
meta = "false" #Do not display tags or categories
+++
> Waves are the practice of the water. Shunryu Suzuki
```
当你启动你的服务器并输入:`http://localhost:1313/`,你将会看到你的博客。(访问我 Gihub 主页上的 [例子][6] )如果你想让文章的菜单栏和 Github 相似,给 `themes/kiera/static/css/styles.css` 打上这个 [补丁][7]。
--------------------------------------------------------------------------------
via: https://opensource.com/article/18/3/start-blog-30-minutes-hugo
作者:[Marek Czernek][a]