Skip to content

Commit b8e70c8

Browse files
committed
Add Travis build badge.
1 parent 1f1d88f commit b8e70c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pith
1+
Pith [![Build Status](https://secure.travis-ci.org/mdub/pith.png?branch=master)](http://travis-ci.org/mdub/pith)
22
====
33

44
Pith is a static website generator, written in Ruby.
@@ -159,7 +159,7 @@ Any path beginning with a slash ("/") is resolved relative to the root of the si
159159
There's also a "`link`" function, for even easier hyper-linking:
160160

161161
link("other.html", "Other page")
162-
162+
163163
Configuring Pith
164164
----------------
165165

@@ -221,20 +221,20 @@ Pith includes a couple of optional "plugins". Actually, "plugin" is a bit stron
221221

222222
### Publication plugin
223223

224-
The 'publication' plugin makes it easier to build a weblog using Pith.
224+
The 'publication' plugin makes it easier to build a weblog using Pith.
225225

226226
Enable it by requiring it in your "`config.rb`", like so:
227227

228228
require "pith/plugins/publication"
229229

230230
Now you can specify a "published" date/time in the metadata of any pages you consider to be "articles", e.g.
231231

232-
---
232+
---
233233
title: Introducing ShamRack
234234
published: 3-July-2009, 15:50
235235
...
236236

237-
This exposes "`page.published_at`" for use in your templates.
237+
This exposes "`page.published_at`" for use in your templates.
238238

239239
In addition, "`project.published_inputs`" lists all the pages that have such a timestamp, in order of publication, making it easy to build index pages and XML feeds. Here's a example, used to build the article index for [dogbiscuit.org](http://dogbiscuit.org/mdub/weblog):
240240

@@ -255,7 +255,7 @@ The Compass plugin gives you the full power of [Compass][compass] in your Sass s
255255
require "pith/plugins/compass"
256256

257257
Note that if you're using Bundler, you'll also need to include the Compass gem in your `Gemfile`.
258-
258+
259259
gem "compass"
260260

261261
[tilt]: http://github.com/rtomayko/tilt/

0 commit comments

Comments
 (0)