From 94734b077081011aba900164e39d21e79b604caa Mon Sep 17 00:00:00 2001
From: jrg <jrglinuxcn@gmail.com>
Date: Sat, 22 Sep 2018 16:27:31 +0800
Subject: [PATCH] Update 20180326 Start a blog in 30 minutes with Hugo, a
 static site generator written in Go.md

---
 ...th Hugo, a static site generator written in Go.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/translated/tech/20180326 Start a blog in 30 minutes with Hugo, a static site generator written in Go.md b/translated/tech/20180326 Start a blog in 30 minutes with Hugo, a static site generator written in Go.md
index 71528d7848..1b0059adad 100644
--- a/translated/tech/20180326 Start a blog in 30 minutes with Hugo, a static site generator written in Go.md	
+++ b/translated/tech/20180326 Start a blog in 30 minutes with Hugo, a static site generator written in Go.md	
@@ -110,15 +110,17 @@ Hugo,30分钟搭建博客,一个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]
+
+--------------------------------------------------------------------------------
+via: https://opensource.com/article/18/3/start-blog-30-minutes-hugo
+作者:[Marek Czernek][a]
 译者:[jrg](https://github.com/jrglinux)
 校对:[校对者ID](https://github.com/校对者ID)
- 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
- [a]:https://opensource.com/users/mczernek
+本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
+[a]:https://opensource.com/users/mczernek
 [1]:https://gohugo.io/
 [2]:https://github.com/gohugoio/hugo/releases
 [3]:https://gohugo.io/getting-started/installing/