Skip to content

Commit 55ddc7f

Browse files
committed
add readme
1 parent 1c16fb8 commit 55ddc7f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
cd gopherdata-hugo
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

Comments
 (0)