shithub: hugo

RSS feed

fa29e94e – spf13 <steve.francia@gmail.com> authored on 2013/12/05 04:42
Adding Pygments helper

44d57fdc – spf13 <steve.francia@gmail.com> authored on 2013/12/05 04:29
Reorganize helpers

10c7cf29 – David Arroyo <darroyo@constantcontact.com> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/12/01 15:33
Create directories in publishdir with mode 0777.

ba5dadff – David Gay <oddshocks@riseup.net> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/11/23 09:51
Typo fix in docs.

32d9345b – Valeri Karpov <valkar207@gmail.com> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/11/22 12:59
Fix a minor typo in types.md

b351731f – Javed Khan <javed@agiliq.com> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/11/23 16:06
quickstart docs - fix flag needs arg error

860f982c – Tim Esselens <tim.esselens@gmail.com> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/11/19 09:10
fixed trailing dir slash when using slug

e425226a – Phil Pennock <pdp@spodhuis.org> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/11/18 13:31
Documentation updates, mostly for my bits

07978e4a – Phil Pennock <pdp@spodhuis.org> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/11/17 23:35
configurable permalinks support

4f335f0c – spf13 <steve.francia@gmail.com> authored on 2013/11/15 18:47
Updated release notes.

445b7d23 – spf13 <steve.francia@gmail.com> authored on 2013/11/15 16:45
Updating docs to include ‘first’ functionality for the homepage

aedfa6a2 – spf13 <steve.francia@gmail.com> authored on 2013/11/15 16:43
Version bump 0.9

ad2c0b56 – spf13 <steve.francia@gmail.com> authored on 2013/11/14 04:37
Homepage now has all content available, use sorting and first to control rendering

13fa7cb7 – spf13 <steve.francia@gmail.com> authored on 2013/11/14 04:32
lowercase template function first to be consistent with all other template functions

50d9046b – Michael D. Johas Teener <m@j0t.us> authored on 2013/11/12 12:36
remove initialization loop error from compile

40d05f12 – Phil Pennock <pdp@spodhuis.org> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/11/10 07:04
Truncated; .Site.Params; First function

6017599a – spf13 <steve.francia@gmail.com> authored on 2013/11/12 04:38
restored behavior of respecting config values unless set by command flags. fixed #116

ef595aed – Noah Campbell <noahcampbell@gmail.com> authored on 2013/11/09 09:35
Handle schema-less urls when apply absurl

90a902c8 – spf13 <steve.francia@gmail.com> authored on 2013/11/08 20:33
fixing double slash during absurlify

b69694a3 – spf13 <steve.francia@gmail.com> authored on 2013/11/08 20:17
Merge branch 'master' of github.com:spf13/hugo

532e2e7b – spf13 <steve.francia@gmail.com> authored on 2013/11/08 20:16
Some mobile and other fixes for docs

0b6a11c9 – Steve Francia <steve.francia@gmail.com> authored on 2013/11/07 11:33
Merge pull request #113 from oyvindsk/master

adc559b0 – Øyvind Skaar <os@odots.org> authored on 2013/11/07 14:47
minor documentation fix

ad04f6c8 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/11/05 17:51
Adding baseline

86233c00 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/11/05 17:28
Remove the hugo-nav function

1cebce12 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/11/05 00:29
Adding RSS test case.

b2236457 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/11/04 23:32
Fix Test Name

1fbcaf92 – spf13 <steve.francia@gmail.com> authored on 2013/11/04 19:28
Buffers instead of pipes

226bc8f5 – spf13 <steve.francia@gmail.com> authored on 2013/11/04 19:24
Updated release notes

23a5711d – Noah Campbell <noahcampbell@gmail.com> authored on 2013/11/01 16:36
Fix benchmark panic

23a711a2 – spf13 <steve.francia@gmail.com> authored on 2013/11/01 14:43
Hugo updated to work with latest cobra

9af47f07 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/31 18:14
Improve rendering time

f4cb8e16 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/29 16:24
Adding benchmark for transformation module.

789aa6ad – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/31 11:46
Removing check for directory: static, layouts

861472be – spf13 <steve.francia@gmail.com> authored on 2013/10/31 05:51
Small tweaks to Homepage and CSS

1d0d280e – spf13 <steve.francia@gmail.com> authored on 2013/10/31 05:51
Addition of an indexes section to the docs. Updated most of the existing index content.

a7dae30a – spf13 <steve.francia@gmail.com> authored on 2013/10/31 05:49
More work on indexes

bc7c9221 – spf13 <steve.francia@gmail.com> authored on 2013/10/25 22:28
Better mobile support on docs site

90355eec – spf13 <steve.francia@gmail.com> authored on 2013/10/25 22:18
Big visual overhaul of the docs. Docs now using indexes for all menu generation.

df0523ff – spf13 <steve.francia@gmail.com> authored on 2013/10/25 20:20
Flipping around weight order. higher weight at the bottom. use negative to pin to top.

5003f7f7 – spf13 <steve.francia@gmail.com> authored on 2013/10/25 14:42
Docs menu now powered by indexes.. converting some of the content to use this.

d20b41a2 – spf13 <steve.francia@gmail.com> authored on 2013/10/25 14:40
Big index overhaul. Now supporting ordering tokens by count or alphabetically. Also made full indexes available to the Site variable.

9388f236 – spf13 <steve.francia@gmail.com> authored on 2013/10/25 14:37
Adding support for linkTitles

b580a25d – spf13 <steve.francia@gmail.com> authored on 2013/10/25 14:03
Better error handling when rendering error found when in watch mode

764abd20 – spf13 <steve.francia@gmail.com> authored on 2013/10/24 12:49
Update homepage

dde965a5 – spf13 <steve.francia@gmail.com> authored on 2013/10/24 12:49
Migrate docs to Bootstrap 3.0

cd71eb73 – spf13 <steve.francia@gmail.com> authored on 2013/10/24 12:45
Watching doesn't built site 2x on write (ignores rename events). Also ignores temporary files written by editors.

a5606b06 – spf13 <steve.francia@gmail.com> authored on 2013/10/24 11:24
Adding support for ordering content in indexes by other than date (weighted indexes)

471fb1ff – spf13 <steve.francia@gmail.com> authored on 2013/10/24 11:18
Adding support for date field in front matter as date (as TOML provides)

f3c816ea – spf13 <steve.francia@gmail.com> authored on 2013/10/24 10:31
Adding support for more front matter types (int, float & date)

3558e3d6 – spf13 <steve.francia@gmail.com> authored on 2013/10/18 07:01
Add support for weighted pages