RSS feed
b76b80c5
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/17 02:35
Merge pull request #40 from VonC/clarify_uglyurls_flag
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
02337089
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/10 11:44
Started new release notes, added nitro step for aliases
ac26de20
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/10 11:41
Adding correct canonical link to alias pages
d5518c09
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/10 11:35
Adding support for aliases (redirects)
45ce6e2b
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/10 10:08
Merge branch 'redirect' of https://github.com/rozza/hugo into rozza-redirect
733c0207
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/09 22:07
Merge branch 'master' of github.com:spf13/hugo
e2a28114
– Ross Lawley <ross.lawley@gmail.com>
authored
on 2013/08/09 17:35
Add redirect to page parameters and redirects example
bb273df4
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/09 14:24
Add support for continuous testing.
2bf24877
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/09 14:01
Merge pull request #25 from noahcampbell/master
2bbecc7b
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/07 13:34
Better reporting when the template is missing.
309db474
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/07 13:21
Nitro timer is encapsulated.
e26b43f6
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/06 19:04
Adding more test cases
e67db666
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/06 12:29
Adding benchmark for parsing pages using unicode.
085ce15f
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/05 03:53
Adding ability to read from io.Reader
274d324c
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/04 15:02
Introduce unit testing for page.go
fa55cd98
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/03 06:14
Remove unreachable code path.
0595f27e
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/03 06:52
Using a composite literal to create a page.
19538a1b
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/03 06:51
Support pages without folders
fc5e92cc
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/02 12:48
Provide better error handling
4f17ad69
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/08 22:16
Merge pull request #22 from nsabine/master
7a13434d
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/08 22:15
Merge pull request #21 from duncanbeevers/master
a8b3e153
– Nick Sabine <nick@esabine.net>
authored
on 2013/08/08 20:10
Added examples to indexes.md
04a0dbbf
– Duncan Beevers <duncan@dweebd.com>
authored
on 2013/08/08 12:13
Added .Content variable to docs
6a5e4b36
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/08 11:52
Merge pull request #20 from VonC/version
49b8ac5f
– VonC <vonc@laposte.net>
authored
on 2013/08/08 18:18
Make sure hugo --version prints the version and does *nothing* else.
a870f4d9
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/08 08:30
Fixing missing trailing slash in baseUrl
780e2f31
– Nick Sabine <nick@nicksabine.com>
authored
on 2013/08/07 10:23
Populated page Site metadata. Enables accessing Indexes from Page template.
d89c7ec7
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/07 10:05
Merge pull request #19 from nsabine/master
42de9bd8
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/06 04:05
Merge pull request #15 from hhatto/update-doc
78afe8d3
– Hideo Hattori <hhatto.jp@gmail.com>
authored
on 2013/08/05 23:14
update document for content directory
0e57fcc9
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/05 21:10
Merge branch 'master' of github.com:spf13/hugo
783f0d61
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/05 21:06
fixing badlink on homepage
6789b6c5
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/05 21:05
removing erroneous debugging output
de9f9ae1
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/05 07:12
Fixing getting started link.
c5715e98
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/05 03:13
Merge pull request #12 from imrehg/docfix
f31ec3c2
– Gergely Imreh <imrehg@gmail.com>
authored
on 2013/08/05 17:45
Fix example in docs that wouldn't work in practice
57b206ca
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/03 03:29
Merge pull request #11 from noahcampbell/master
f6e590e5
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/02 23:33
Fixing link to contributor page on github
6a1a038c
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/02 23:31
Shrinking the readme to just the basics to avoid dupe with doc site
6efbd93a
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/02 23:30
Updating a bunch of the docs
def5f101
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/02 23:29
Including documentation on indexes
dff86cb2
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/02 23:29
Renaming indexes template to indexes.html
21a7b725
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/02 23:10
Moved static content to /static
52c089ff
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/02 23:09
Added support for indexes of indexes & ordered indexes
ddad1e04
– spf13 <steve.francia@gmail.com>
authored
on 2013/08/02 12:30
adding previous next capabilities
66610a65
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/02 06:00
Removing OSX files from repo. Updating .gitignore to not track these files.
d36d7fba
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/01 18:04
Merge pull request #8 from SebastianM/doc-json-fix
47783c1f
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/08/01 18:00
Merge pull request #10 from noahcampbell/master
4efdb909
– Sebastian Müller <info@sebastian-mueller.net>
authored
on 2013/08/01 16:52
Fix JSON syntax error in example configuration
3e539c71
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/01 07:55
Adding error message when no content pages exists.
03e804ff
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/07/30 12:27
Updating the .gitignore for windows and vim users.
c9a09418
– Noah Campbell <noahcampbell@gmail.com>
authored
on 2013/08/01 09:27
Fixed section labels causing panic on windows.
61258858
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/29 21:26
copying static content to destination
736677a2
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/26 14:10
Using MkdirAll instead of my own logic
7ab28c56
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/26 14:06
Adding support for destination dir, split out static
92c31bbe
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/26 05:51
permalink now respects pretty urls
d5f55430
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/26 05:28
create content at any level of nesting
e08d14ad
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/26 05:27
fixing issue with some urls missing '/'
b7bbc28c
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/26 05:25
fixing bug with server not finding right path
c560a753
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/26 05:24
adding more verbose output to server functionality
b2385f06
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/26 05:22
create missing directories recurisvely
dd9a7e64
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/24 07:47
Fixing headers in readme
16b1f284
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/24 07:43
Improving installation instructions
f2e4c9d7
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/24 07:27
Merge branch 'master' of github.com:spf13/hugo
3ad3f2f0
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/24 07:27
Merge branch 'doc-fix' of https://github.com/brandonblack/hugo into brandonblack-doc-fix
580bb9bb
– Brandon Black <brandonmblack@gmail.com>
authored
on 2013/07/22 06:32
minor: adding some more instructions for building from source
2dde27f0
– Steve Francia <steve.francia@gmail.com>
authored
on 2013/07/20 20:51
Update README.md
627cf265
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/18 20:38
Adding proper command line option parsing
8fae5f0d
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/18 20:10
Default is now pretty urls (without .html)
dcd8ff71
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/18 18:27
Adding better source build instructions
f1990049
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/15 13:44
GO -> Go
8d50dd91
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/11 19:29
fixing typo in config readme
c24112ce
– spf13 <steve.francia@gmail.com>
authored
on 2013/07/11 19:26
Render shortcodes before index and section rss feeds
Next