Skip to content

Commit b704918

Browse files
committed
update README
1 parent 7a35561 commit b704918

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![Stories in Ready](https://badge.waffle.io/mattstratton/devopsdays-web.svg?label=ready&title=Ready)](http://waffle.io/mattstratton/devopsdays-web)
1+
[![Stories in Ready](https://badge.waffle.io/devopsdays/devopsdays-web.svg?label=ready&title=Ready)](http://waffle.io/mattstratton/devopsdays-web) [![Stories in Progress](https://badge.waffle.io/devopsdays/devopsdays-web.svg?label=ready&title=In%20Progress)](http://waffle.io/mattstratton/devopsdays-web) [![wercker status](https://app.wercker.com/status/ad55f7c80008c8c2cc98e5f2aff7d7f4/s/master "wercker status")](https://app.wercker.com/project/bykey/ad55f7c80008c8c2cc98e5f2aff7d7f4)
2+
3+
You can see progress on tasks at http://waffle.io/devopsdays/devopsdays-web
24

35
# devopsdays-web
46
This is the website for DevOpsDays.org
@@ -10,5 +12,5 @@ Here are the steps to follow to get going as an DevOpsDays content contributor (
1012
1. Install [Hugo](http://gohugo.io)
1113
2. Clone this repo
1214
3. If you want to fire up a local copy to see your changes as you go, enter this command `hugo server -w --baseUrl="http://localhost:1313"`
13-
4. You probably want to do the previous thing in another pane/window, as it needs to keep running. The -w watches for any changes and rebuilds on the fly. (NOTE: once we move the config to something hosted, you will have to reset the baseUrl or it will try to go to new.arresteddevops.com
14-
6. (TODO)When you push to master on github, wercker will automatically build the site and publish it to <TESTURL>
15+
4. You probably want to do the previous thing in another pane/window, as it needs to keep running. The -w watches for any changes and rebuilds on the fly.
16+
5. When you push to master on github, wercker will automatically build the site and publish it to [http://devopsdays.github.io](http://devopsdays.github.io).

0 commit comments

Comments
 (0)