shithub: hugo

RSS feed

0bfe9276 – Ask Bjørn Hansen <[email protected]> authored and spf13 <[email protected]> committed on 2014/02/15 20:21
Make the invalid date/time format error message more helpful

1dbed5ee – Ask Bjørn Hansen <[email protected]> authored and spf13 <[email protected]> committed on 2014/02/15 20:20
Call the json delimiter 'json_lead' instead of 'java_lead'

8ebb85f1 – mattn <[email protected]> authored and spf13 <[email protected]> committed on 2014/02/17 14:54
Fix build

1bead0ed – spf13 <[email protected]> authored on 2014/02/18 13:35
Adding Documentation on using Syntax Highlighting

56dfdfe8 – spf13 <[email protected]> authored on 2014/02/18 13:35
Adding Documentation on Hugo Template Functions

bf640775 – spf13 <[email protected]> authored on 2014/02/18 13:35
Minor Docs Tweaks

80086759 – spf13 <[email protected]> authored on 2014/02/18 13:34
Adding Go Template Tutorial

dca7a901 – spf13 <[email protected]> authored on 2014/02/18 13:34
Updating Release Notes and Roadmap

75c260fa – spf13 <[email protected]> authored on 2014/02/05 19:12
Only change rLimit on OSX (where it is needed). Fixed #194

11ca84f8 – Anton Ageev <[email protected]> authored and spf13 <[email protected]> committed on 2014/02/02 13:18
Add unicode support for aliases, indexes, urlize template filter.

24ffe043 – Ant Zucaro <[email protected]> authored and spf13 <[email protected]> committed on 2014/02/03 15:29
Add Ant Zucaro's showcase.

5cfb690e – Luke Holder <[email protected]> authored and spf13 <[email protected]> committed on 2014/02/03 14:55
Fix docs error with json comma

72ba6d63 – Anton Ageev <[email protected]> authored and spf13 <[email protected]> committed on 2014/02/01 23:58
Fix permalink bug in uglyurls mode (refs #187).

3e87d7a8 – spf13 <[email protected]> authored on 2014/02/01 07:51
Automatically increase the process ulimit to maximum available. fixes #168.

ae9cc09b – spf13 <[email protected]> authored on 2014/02/01 07:50
Adding the ability to check the system limit on open files (important for watching large sites)

c1b9380d – Niels Widger <[email protected]> authored and spf13 <[email protected]> committed on 2014/01/30 12:50
Add back blackfriday extensions during Markdown conversion

6dd2e9a4 – Tibor Vass <[email protected]> authored and spf13 <[email protected]> committed on 2014/01/29 09:50
gofmt all go code

ff9f6e1b – Vincent Batoufflet <[email protected]> authored and spf13 <[email protected]> committed on 2014/01/26 05:48
Fix panic with HTTP serve initialization problems.

0ce6f05f – Vincent Batoufflet <[email protected]> authored and spf13 <[email protected]> committed on 2014/01/26 05:28
Add text transformation template functions.

18b9948f – spf13 <[email protected]> authored on 2014/01/28 18:29
Using table of contents within the documentation.

1882ffab – spf13 <[email protected]> authored on 2014/01/28 18:24
Adding support for boolean params

1da3fd03 – spf13 <[email protected]> authored on 2014/01/28 18:11
Continue with TOC integration and page refactor. Updated a few tests to match new generated output.

f45c6bc3 – spf13 <[email protected]> authored on 2014/01/28 18:09
Moved TOC test into page_test. Some general page_test cleanup.

9666f33e – spf13 <[email protected]> authored on 2014/01/27 12:32
Don’t render short codes on summary twice

f82c645b – spf13 <[email protected]> authored on 2014/01/27 05:07
fixing 178.

d0825a21 – spf13 <[email protected]> authored on 2014/01/27 12:16
Big refactor of pages code. Changed TOC code to only parse when actually used

f62e3e99 – Niels Widger <[email protected]> authored and spf13 <[email protected]> committed on 2014/01/18 06:42
Add new TableOfContents Page variable (Markdown only)

4f1807c7 – spf13 <[email protected]> authored on 2014/01/22 12:16
Replacing hall of fame with showcase. (new type, content driven, thumbnails, etc)

9564e6e9 – spf13 <[email protected]> authored on 2014/01/22 12:06
Adding support for some primitive template math functions

0e013b52 – Andrew Codispoti <[email protected]> authored and spf13 <[email protected]> committed on 2014/01/20 11:24
add andrewcodispoti.com to hall-of-fame

3851117c – spf13 <[email protected]> authored on 2014/01/21 12:12
renaming MinRead to ReadingTime and adding to documentation.

50a7f97a – spf13 <[email protected]> authored on 2014/01/21 15:05
Updating page variable documentation (for templates).

f0634ec0 – spf13 <[email protected]> authored on 2014/01/18 17:16
fixed #171. RSSlink is now RSSLink (and matches existing docs).

ae15ff09 – spf13 <[email protected]> authored on 2014/01/18 16:26
Fixing test which erroneously checked values and order, rather than just values.

44186c6a – spf13 <[email protected]> authored on 2014/01/18 16:18
Extending rss item limit to 50… can reduce further in template with ‘first N’ functionality.

fa2e58fd – spf13 <[email protected]> authored on 2014/01/18 06:02
Have travis build with latest go.

cb040533 – spf13 <[email protected]> authored on 2014/01/18 06:02
RSS improvements, now limit to 15 items and provide accurate date. fixed #172

303be735 – spf13 <[email protected]> authored on 2014/01/18 05:58
Adding github button to docs homepage

c51d040e – Steve Francia <[email protected]> authored on 2014/01/15 06:06
Adding Werker status to readme

845d0976 – Steve Francia <[email protected]> authored on 2014/01/15 06:02
Create wercker.yml

f8243624 – Brandon Philips <[email protected]> authored and spf13 <[email protected]> committed on 2014/01/12 14:38
feat(docs/hall-of-fame): add ifup

438c2198 – Phil Pennock <[email protected]> authored and spf13 <[email protected]> committed on 2014/01/03 13:36
Add `canonifyurls` config option.

2ff108fc – spf13 <[email protected]> authored on 2014/01/10 16:19
Add highlighting of code in documentation and clean up a bunch of the docs.

13b5c10d – spf13 <[email protected]> authored on 2014/01/10 07:52
Rewriting some homepage text

74d7ae1f – spf13 <[email protected]> authored on 2014/01/10 07:48
A bunch of style updates. Switching to bootstrap carousel.

01da9a40 – spf13 <[email protected]> authored on 2014/01/10 07:50
Report error, but don’t fatally stop if pygments has error. Return original string. (+1 squashed commit)

3fd6c1a2 – spf13 <[email protected]> authored on 2014/01/09 12:33
Adding some embedded short codes (including code highlighting)

13b067b5 – spf13 <[email protected]> authored on 2014/01/09 12:27
Adding support for embedded templates

f78e2cb8 – spf13 <[email protected]> authored on 2014/01/08 04:19
Removing Twitter js

a70acd11 – spf13 <[email protected]> authored on 2014/01/08 04:18
New Icon Font for Hugo

247db151 – Steve Francia <[email protected]> authored on 2014/01/03 07:58
Adding some analytics

b82baa28 – Dana Woodman <[email protected]> authored and spf13 <[email protected]> committed on 2013/12/31 09:00
Adding chimeraarts.org to hall-of-fame

5550c414 – Krisztián Szabó <[email protected]> authored and spf13 <[email protected]> committed on 2013/12/28 15:37
Added append-port flag

e5aa08ff – William King <[email protected]> authored and spf13 <[email protected]> committed on 2013/12/15 19:37
If baseurl is set then print that on the command line, else leave as default of localhost

8b84156f – Egon Elbre <[email protected]> authored and spf13 <[email protected]> committed on 2013/11/23 16:16
Example of a multilingual site.

8055838c – spf13 <[email protected]> authored on 2013/12/28 08:44
Allowing empty files (ignored) so you can touch a new file while watching

1c60d5bf – Egon Elbre <[email protected]> authored and spf13 <[email protected]> committed on 2013/12/16 05:34
Don't shutdown hugo on an empty file.

8d80f9b3 – Egon Elbre <[email protected]> authored and spf13 <[email protected]> committed on 2013/12/15 12:19
Added batching behavior for page building.

1979f7d9 – Egon Elbre <[email protected]> authored and spf13 <[email protected]> committed on 2013/12/15 11:49
Avoid locking the files for an extended amount of time. Sublime Text

e46148f9 – Egon Elbre <[email protected]> authored and spf13 <[email protected]> committed on 2013/12/15 11:31
Fix static file change detection on Windows.

065928fc – spf13 <[email protected]> authored on 2013/12/28 07:56
Adding page sorting by weight function (the default)

34ac562c – spf13 <[email protected]> authored on 2013/12/20 13:11
Added documentation on ordering indexes, content and content within indexes

70745e8c – spf13 <[email protected]> authored on 2013/12/20 04:10
Complete refactor of indexes, move (and rewrite) page sorting to page.go, add tests

6aa3e512 – Henry <[email protected]> authored and spf13 <[email protected]> committed on 2013/11/24 17:10
Added PageSorter and PagesByDate

c7083a5d – Ruben <[email protected]> authored and spf13 <[email protected]> committed on 2013/11/29 10:12
Section in example was wrong for happiness.md

950d9f55 – Ruben <[email protected]> authored and spf13 <[email protected]> committed on 2013/11/29 03:22
Testcases for multilevel structure were wrong

de670ced – Ruben <[email protected]> authored and spf13 <[email protected]> committed on 2013/11/28 10:27
Fixes #141: Wrong section in multi level structure

6da23f74 – Caleb Spare <[email protected]> authored and spf13 <[email protected]> committed on 2013/11/24 08:48
Gofmt

1abc2f0b – Matt Way <[email protected]> authored and spf13 <[email protected]> committed on 2013/11/21 19:28
properly use non-localhost BaseUrl in server command

a1051964 – spf13 <[email protected]> authored on 2013/12/10 17:23
Adding better contribution guidelines from the read me to the contribution page.

dd574628 – spf13 <[email protected]> authored on 2013/12/10 14:38
Adding community section to the documentation

ceb70805 – spf13 <[email protected]> authored on 2013/12/10 14:38
Adding selected tweets to the homepage

f09505a6 – spf13 <[email protected]> authored on 2013/12/10 14:36
Adding example short codes to the documentation

6410965b – Noah Campbell <[email protected]> authored on 2013/12/07 15:51
Add go fmt to contribution guidelines

357ab956 – Noah Campbell <[email protected]> authored on 2013/12/07 15:48
Add Contribution Guidelines

0e04b9a0 – spf13 <[email protected]> authored on 2013/12/06 18:57
Moving processing short codes to the page

d0ef3d43 – spf13 <[email protected]> authored on 2013/12/06 18:56
better handling of detecting markup format

f432b187 – spf13 <[email protected]> authored on 2013/12/06 18:32
render shortcodes prior to converting to html

a45de56d – spf13 <[email protected]> authored on 2013/12/06 18:14
adding support for shortcodes with opening and closing tags

db29f57c – spf13 <[email protected]> authored on 2013/12/05 04:43
Adding (source code) Highlight template helper

fa29e94e – spf13 <[email protected]> authored on 2013/12/05 04:42
Adding Pygments helper

44d57fdc – spf13 <[email protected]> authored on 2013/12/05 04:29
Reorganize helpers

10c7cf29 – David Arroyo <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/12/01 15:33
Create directories in publishdir with mode 0777.

ba5dadff – David Gay <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/11/23 09:51
Typo fix in docs.

32d9345b – Valeri Karpov <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/11/22 12:59
Fix a minor typo in types.md

b351731f – Javed Khan <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/11/23 16:06
quickstart docs - fix flag needs arg error

860f982c – Tim Esselens <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/11/19 09:10
fixed trailing dir slash when using slug

e425226a – Phil Pennock <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/11/18 13:31
Documentation updates, mostly for my bits

07978e4a – Phil Pennock <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/11/17 23:35
configurable permalinks support

4f335f0c – spf13 <[email protected]> authored on 2013/11/15 18:47
Updated release notes.

445b7d23 – spf13 <[email protected]> authored on 2013/11/15 16:45
Updating docs to include ‘first’ functionality for the homepage

aedfa6a2 – spf13 <[email protected]> authored on 2013/11/15 16:43
Version bump 0.9

ad2c0b56 – spf13 <[email protected]> authored on 2013/11/14 04:37
Homepage now has all content available, use sorting and first to control rendering

13fa7cb7 – spf13 <[email protected]> authored on 2013/11/14 04:32
lowercase template function first to be consistent with all other template functions

50d9046b – Michael D. Johas Teener <[email protected]> authored on 2013/11/12 12:36
remove initialization loop error from compile

40d05f12 – Phil Pennock <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/11/10 07:04
Truncated; .Site.Params; First function

6017599a – spf13 <[email protected]> authored on 2013/11/12 04:38
restored behavior of respecting config values unless set by command flags. fixed #116

ef595aed – Noah Campbell <[email protected]> authored on 2013/11/09 09:35
Handle schema-less urls when apply absurl

90a902c8 – spf13 <[email protected]> authored on 2013/11/08 20:33
fixing double slash during absurlify

b69694a3 – spf13 <[email protected]> authored on 2013/11/08 20:17
Merge branch 'master' of github.com:spf13/hugo

Next