There was an error while loading. Please reload this page.
1 parent 1c16fb8 commit 55ddc7fCopy full SHA for 55ddc7f
README.md
@@ -0,0 +1,24 @@
1
+# gopherdata.io
2
+
3
+Hugo source and content for [gopherdata.io](http://gopherdata.io).
4
5
+## Building
6
7
+Ensure you have a recent version of [hugo](http://gohugo.io) installed.
8
9
10
+ git clone --recursive https://github.com/gopherdata/gopherdata-hugo
11
+ cd gopherdata-hugo
12
+ hugo server -w
13
+ # Browse to http://localhost:1313
14
15
16
+## Adding a blog post
17
18
+You can use the `hugo new` command to generate a Markdown template for your content.
19
20
21
22
+ hugo new /post/my_descriptive_blog_post.md
23
+ # Modify the title section and add your content with a text editor
24
+ vim content/post/my_descriptive_blog_post.md
0 commit comments