shithub: hugo

RSS feed

b984ec96 – bep <[email protected]> authored on 2015/01/31 18:45
Optimize for the common case in Blackfriday config

c5078093 – Anthony Fok <[email protected]> authored and bep <[email protected]> committed on 2015/01/30 11:56
Print template parsing errors to aid troubleshooting

d1364ffb – Naoya Inada <[email protected]> authored and bep <[email protected]> committed on 2015/01/31 21:24
Fix defaults for Blackfriday

f264076f – bep <[email protected]> authored on 2015/01/31 16:33
Add doc for Scratch

420c9e4d – bep <[email protected]> authored on 2014/12/26 16:18
Add writable context to Node

47c8f329 – bep <[email protected]> authored on 2015/01/31 14:14
Prevent site config being overwritten

659f71e6 – Anthony Fok <[email protected]> authored on 2015/01/31 02:27
[Docs] Fix more missing `.` in example `partial` calls

20bed49f – Dan Hatch <[email protected]> authored and Anthony Fok <[email protected]> committed on 2015/01/29 09:18
Fixed syntax error in 404.html template code

f4737689 – spf13 <[email protected]> authored on 2015/01/30 20:06
Updating shortcode imports & site test to work with new buffer pool functions

e1e6aaed – spf13 <[email protected]> authored on 2015/01/30 20:04
Merge branch 'master' of github.com:spf13/hugo

4a9436c1 – bep <[email protected]> authored on 2015/01/30 17:05
Some more .Date.IsZero checks in internal templates

230e7c02 – bep <[email protected]> authored on 2015/01/30 16:58
Remove _default prefix from SEO templates

3d60955e – Anthony Fok <[email protected]> authored and bep <[email protected]> committed on 2015/01/30 01:24
Use .Date.IsZero to skip unset date in embedded templates

35684e8f – Jeffrey Tolar <[email protected]> authored and bep <[email protected]> committed on 2015/01/28 16:39
Use strings instead of byte arrays for replaceShortcodeTokens tests

366c5572 – Jeffrey Tolar <[email protected]> authored and bep <[email protected]> committed on 2015/01/28 16:11
Use a regular expression in replaceShortcodeTokens

ba53799f – bep <[email protected]> authored on 2015/01/30 11:21
url_path => urlPath

523f38a9 – Dan Hersam <[email protected]> authored and bep <[email protected]> committed on 2015/01/29 08:30
Fix for issue 839 and 490 on Windows

8db3c0b0 – spf13 <[email protected]> authored on 2015/01/30 07:05
page rendering and writing using BBP

b4c50728 – spf13 <[email protected]> authored on 2015/01/30 06:51
site's XML generation using BBP

77074127 – spf13 <[email protected]> authored on 2015/01/30 06:42
page source creation using BBP

4828fee1 – spf13 <[email protected]> authored on 2015/01/30 06:39
transform chain using BBP

5441fc5d – spf13 <[email protected]> authored on 2015/01/30 06:25
template render with BBP

2f2297bd – spf13 <[email protected]> authored on 2015/01/30 06:19
shortcodes using BBP

66ed5c5e – spf13 <[email protected]> authored on 2015/01/30 06:12
Adding BufferPool. Implementing BP in ReaderTo{Bytes,String}().

d397bc4f – Anthony Fok <[email protected]> authored on 2015/01/29 07:34
[Docs] Complete the transition from "indexes" to "taxonomies" (almost)

ba44e860 – Anthony Fok <[email protected]> authored on 2015/01/27 14:17
[Docs] Copyediting

82d4b8ab – Anthony Fok <[email protected]> authored on 2015/01/26 23:52
[Docs] Use OptiPNG to shrink PNG images losslessly

8e6cbe82 – Anthony Fok <[email protected]> authored on 2015/01/26 22:25
Some housekeeping of the Showcase and Press pages

831fbd5e – bep <[email protected]> authored on 2015/01/28 11:50
Add .mailmap to get a more correct author log

ee1045ad – fundon <[email protected]> authored and bep <[email protected]> committed on 2015/01/28 10:18
ignore root path, no need strip traling slash

2d8e15a5 – Dan Hersam <[email protected]> authored and bep <[email protected]> committed on 2015/01/27 15:09
Version uses binary name instead of hugo

06b1a883 – Dan Hersam <[email protected]> authored and bep <[email protected]> committed on 2015/01/27 12:14
Added three videos to documentation.

e52a76f5 – bep <[email protected]> authored on 2015/01/27 18:01
Use runtime.GOOS to identify Windows specific path tests

0b5f8c8c – bep <[email protected]> authored on 2015/01/27 16:56
[doc] Improve paginator doc

7c74a77d – bep <[email protected]> authored on 2015/01/27 14:47
Replace assert.Equal(true/false) with assert.True/False

251f5e9d – bep <[email protected]> authored on 2015/01/27 11:51
Do not panic on permission denied

8ad4fd05 – bep <[email protected]> authored on 2015/01/27 09:03
Split Windows and Unix specific path tests

b155e8b4 – bep <[email protected]> authored on 2015/01/27 07:12
Temporarily comment out breaking Windows test case

bedc2d84 – bep <[email protected]> authored on 2015/01/27 06:44
Introduce FilepathPathBridge

5f9596e6 – bep <[email protected]> authored on 2015/01/27 05:15
Add more tests to helper

de76d4a8 – bep <[email protected]> authored on 2015/01/26 20:27
Improve pagination testing

0c229707 – bep <[email protected]> authored on 2015/01/26 15:41
Linkify release notes

fb594fc6 – bep <[email protected]> authored on 2015/01/26 10:26
Set detault for Paginate to 10

a6d22bcf – bep <[email protected]> authored on 2015/01/26 09:56
Add documentation for pagination

c0fbe614 – bep <[email protected]> authored on 2015/01/26 08:34
Add Bootstrap-compatible pagination.html

3628d0bb – bep <[email protected]> authored on 2015/01/26 08:06
Add pagination to release notes

37445bc6 – bep <[email protected]> authored on 2014/12/27 09:11
Add pagination support for home page, sections and taxonomies

407e80a9 – Naoya Inada <[email protected]> authored and bep <[email protected]> committed on 2015/01/25 15:08
Add site-wide/per-page [blackfriday] `extensions` option

39b2cdec – Wade Wegner <[email protected]> authored and Anthony Fok <[email protected]> committed on 2015/01/25 09:53
Wrong URL for Github Pages

e72ce89a – Jonathan Anderson <[email protected]> authored and bep <[email protected]> committed on 2015/01/25 03:09
Move s.prepUrl() before prepending BaseUrl.

ea72f15f – Kartik Singhal <[email protected]> authored and Anthony Fok <[email protected]> committed on 2015/01/25 15:38
Correct wercker URL

57b4f331 – Naoya Inada <[email protected]> authored and Anthony Fok <[email protected]> committed on 2015/01/25 10:38
Fix inverse notation

f6c0b472 – Anthony Fok <[email protected]> authored and bep <[email protected]> committed on 2015/01/24 08:49
Make Blackfriday smart fractions to really default to `true`

eb686352 – Anthony Fok <[email protected]> authored and bep <[email protected]> committed on 2015/01/24 07:37
Add site-wide/per-page [blackfriday] `fractions` option

803865f8 – Anthony Fok <[email protected]> authored and bep <[email protected]> committed on 2015/01/23 23:44
Fix for page.GetParam() for JSON and TOML maps

a0c6dba3 – Anthony Fok <[email protected]> authored on 2015/01/23 23:30
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2

bd1b019f – Jonathan Anderson <[email protected]> authored and bep <[email protected]> committed on 2015/01/23 16:56
Handle empty front matter in archetype.

b345ca26 – Anthony Fok <[email protected]> authored on 2015/01/23 06:46
[Docs]: Add new press/blog coverage about Hugo

1b42dc57 – bep <[email protected]> authored on 2014/12/12 15:28
Fix RelPermalink() and Urls in menus vs canonifyUrls

74399830 – Anthony Fok <[email protected]> authored on 2015/01/22 13:04
[Docs] Document the new (temp?) default of `canonifyurls = false`

60c6faa3 – Anthony Fok <[email protected]> authored on 2015/01/22 12:46
Revert "Try to fix mysterious test failures on Travis"

71fe85df – bep <[email protected]> authored on 2015/01/22 19:36
Try to fix mysterious test failures on Travis

01ec44a6 – bep <[email protected]> authored on 2015/01/22 12:23
Add menu tests for pages with both Yaml and Toml front matter

020c0b86 – bep <[email protected]> authored on 2015/01/22 06:14
Revert "Quick-and-dirty way to print details of template errors"

6db6d33b – bep <[email protected]> authored on 2015/01/21 20:19
Add dateFormat to release notes

37490ee2 – Tatsushi Demachi <[email protected]> authored and bep <[email protected]> committed on 2015/01/21 17:52
Add dateFormat template function

878754c2 – bep <[email protected]> authored on 2015/01/21 14:13
Protect the innerShortCodeCache by a RW lock

c8f8f48e – bep <[email protected]> authored on 2015/01/21 10:28
Cache the page's rendering context flags

19c52ab0 – Anthony Fok <[email protected]> authored on 2015/01/21 01:05
Register rstHandler to restore experimental reST support

1cc63869 – bep <[email protected]> authored on 2015/01/21 09:35
Make ref and relref respect plainIdAnchors

e5be592e – Peter Krautzberger <[email protected]> authored and Anthony Fok <[email protected]> committed on 2015/01/21 05:42
fix outdated MathJax CDN URL

173aa53b – Anthony Fok <[email protected]> authored on 2015/01/20 19:35
[Docs] Use of `$.` to access global context from anywhere

f015e9b8 – Anthony Fok <[email protected]> authored on 2015/01/20 18:45
[Docs] Recommend the use of backticks for IE conditionals

02da4959 – Anthony Fok <[email protected]> authored on 2015/01/20 10:50
Fix string comparison for .Truncated page variable

a17c290a – Anthony Fok <[email protected]> authored on 2015/01/20 10:45
[Docs] Correct description of "Read More" links in Summaries

edcdb6f4 – Anthony Fok <[email protected]> authored on 2015/01/19 21:43
Fix two errors in two internal templates

d897b1e8 – bep <[email protected]> authored on 2015/01/20 17:30
Add missing assertion to trim-test

932214d7 – Nikolay Kirsh <[email protected]> authored and Anthony Fok <[email protected]> committed on 2015/01/20 19:40
fix --uglyUrls params

2ec046af – bep <[email protected]> authored on 2015/01/20 15:45
Minor polish in path/url

9e688507 – bep <[email protected]> authored on 2015/01/20 12:44
Add more tests to general helper

1b91fec0 – bep <[email protected]> authored on 2015/01/20 12:15
Add tests for IsSet

ee34a840 – bep <[email protected]> authored on 2015/01/20 11:47
Add test binaries to .gitignore

f77f2a9b – bep <[email protected]> authored on 2015/01/20 11:38
Refactor TestGt to also include Lt, Ge, Le, Eq and Ne

1348caa6 – Anthony Fok <[email protected]> authored on 2014/12/26 03:28
[Docs] Add a note about the plan to switch to Apache License

f470cf95 – bep <[email protected]> authored on 2015/01/20 09:24
Add tests for Apply

3f0f186b – bep <[email protected]> authored on 2015/01/20 08:31
Add inline doc for Apply

eabe8e1a – bep <[email protected]> authored on 2015/01/20 08:21
Rename ignoreDotFile to isDotFile (which is what it is)

077d726b – bep <[email protected]> authored on 2015/01/20 07:41
Replace regexp based Chomp with builtin TrimRight

99aee304 – bep <[email protected]> authored on 2015/01/20 07:30
Add tests for Replace

26856c3b – bep <[email protected]> authored on 2015/01/20 07:23
Add tests for Trim

4b1780bf – bep <[email protected]> authored on 2015/01/20 07:09
Add test coverage files to .gitignore

a6bf6f52 – bep <[email protected]> authored on 2015/01/20 07:07
Add tests for Chomp

42b33102 – Anthony Fok <[email protected]> authored on 2015/01/19 21:23
Quick-and-dirty way to print details of template errors

2342655f – Anthony Fok <[email protected]> authored on 2015/01/19 19:24
[Docs] Incorporate some great ideas by @mohae into the `safeUrl` docs

724cc0dd – Anthony Fok <[email protected]> authored on 2015/01/19 18:41
Add `safeUrl`; disable `safeHtmlAttr`; rename `safeCSS` to `safeCss`

f5946ea3 – Tatsushi Demachi <[email protected]> authored and Anthony Fok <[email protected]> committed on 2015/01/20 03:55
Add SafeHtmlAttr, SafeCSS template function

53b4ab4c – Anthony Fok <[email protected]> authored on 2015/01/19 06:44
Revert "[Docs] Use <dl> for definition lists of variables"

4609f77a – Anthony Fok <[email protected]> authored on 2015/01/18 23:16
[Docs] New testimonials and press coverage

0e60c513 – Anthony Fok <[email protected]> authored on 2015/01/18 21:46
[Docs] Limit `.fa { display: inline }` within #main-content

b56c9db6 – Anthony Fok <[email protected]> authored on 2015/01/18 20:49
[Docs] Add FreeBSD logo beside the FreeBSD name

Next