RSS feed
3d0dc1ac
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/20 16:54
Merge pull request #49 from cabello/patch-1
8058abd7
– Danilo Cabello <danilo.cabello@gmail.com>
authored
on 2013/08/20 07:56
Fix broken link to Index page
eff8457a
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/19 01:32
Merge pull request #46 from rawfalafel/sync_static
2dcdd673
– rawfalafel <yutaro@turntable.fm>
authored
on 2013/08/18 21:17
Watch StaticDir and sync to PublishDir on change
c4bcdebc
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/17 17:04
Merge pull request #44 from cactus/avoid-redirect-with-slugs
e2744d40
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/17 17:04
Merge pull request #43 from hugoduncan/feature/allow-xhtml-aliases
2542836b
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/17 16:59
Merge pull request #41 from rozza/skipStatic
8f330626
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/17 19:53
Merge branch 'noahcampbell-index_reporting'
c713beba
– Noah Campbell <noahcampbell@gmail.com>
authored
and spf13 <steve.francia@gmail.com>
committed
on 2013/08/13 10:58
Formatting cleanup
ec821739
– Noah Campbell <noahcampbell@gmail.com>
authored
and spf13 <steve.francia@gmail.com>
committed
on 2013/08/13 10:47
Removing the use of slash
8eca8f8a
– Noah Campbell <noahcampbell@gmail.com>
authored
and spf13 <steve.francia@gmail.com>
committed
on 2013/08/13 06:46
Detect missed index from front matter
e66ba5d2
– Noah Campbell <noahcampbell@gmail.com>
authored
and spf13 <steve.francia@gmail.com>
committed
on 2013/08/13 06:44
Return errors when rendering
0a79edd4
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/17 17:49
Removing extra links on homepage
3ae8078d
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/17 04:40
Adding "fork me on github" banner
8c0ab4de
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/17 04:34
Complete overhaul of the docs
b76b80c5
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/17 02:35
Merge pull request #40 from VonC/clarify_uglyurls_flag
b9e835b1
– elij <elij@wundrd.net>
authored
on 2013/08/16 09:14
avoid handling a redirect from slug to slug/
23a98ad0
– Hugo Duncan <hugo@hugoduncan.org>
authored
on 2013/08/15 20:29
Enable aliases from .xhtml paths
0f143dcf
– Ross Lawley <ross.lawley@gmail.com>
authored
on 2013/08/15 15:58
Skip Static directory if its in your content directory
9308cd6a
– VonC <vonc@laposte.net>
authored
on 2013/08/14 06:53
Clarify uglyurls flag.
3c3fc45d
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/14 06:19
Merge branch 'master' of github.com:spf13/hugo
480e01eb
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/14 04:57
Further work on path/section stuff. Tests passing now.
7a51a8a5
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/13 16:03
Merge pull request #38 from noahcampbell/workflow_dotfile
b4bcc591
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/13 15:39
Now support for nested paths. Better section detection.
6e272394
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/13 06:47
Merge branch 'master' of github.com:spf13/hugo
ec02fa4b
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/13 05:23
Adding support for a default content type template
89685249
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/13 04:43
Adding support for recent content.
ca5a94a9
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/13 03:44
Merge pull request #37 from noahcampbell/master
c661d980
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/13 03:44
Merge pull request #31 from cactus/issue-31
97eb9225
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/12 12:10
Ignore dotfiles in content directory
5664780c
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/12 16:38
gofmt pass
2d11d1bd
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/12 13:14
Test GetParam and the various incarnations of frontmatter.
31a1ade1
– elij <elij@wundrd.net>
authored
on 2013/08/12 15:55
move "dot" in regex to avoid it being part of a range
c689d46a
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/12 15:42
Merge pull request #32 from cactus/issue-32
b13afc41
– elij <elij@wundrd.net>
authored
on 2013/08/12 15:02
fix sanitizeRegex to not strip "dots"
023567b0
– elij <elij@wundrd.net>
authored
on 2013/08/12 15:01
fix bad tab/space due to paste
2f9b582d
– elij <elij@wundrd.net>
authored
on 2013/08/12 14:51
fix wrong renderlist feed permalink
cb39f052
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/12 11:36
Merge pull request #36 from noahcampbell/master
8c031413
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/12 09:57
Use / for template names regardless of platform.
ec1a3a8d
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/12 10:43
Merge pull request #35 from noahcampbell/master
3fdcd0ba
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/12 10:13
Support for non-standard formats.
17aafb39
– VonC <vonc@laposte.net>
authored
on 2013/08/12 10:31
Avoid error if no content.
0305c825
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/12 05:41
Move timezone tests to integration test.
f610d45c
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/11 17:03
Add additional details to date test cases.
dd19d0cc
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/11 16:34
Provide better support for various date formats.
5b3b0f95
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/11 03:23
Merge pull request #26 from noahcampbell/master