shithub: hugo

RSS feed

e02dc674 – spf13 <steve.francia@gmail.com> authored on 2014/11/03 19:36
Cleanup file conversion handling

3616d167 – spf13 <steve.francia@gmail.com> authored on 2014/11/03 19:32
Better error messages for show_plan_test

07f2ef9c – spf13 <steve.francia@gmail.com> authored on 2014/11/03 19:31
Page Group functions now work even when an uppercase field / method is provided.

4b9ea105 – spf13 <steve.francia@gmail.com> authored on 2014/11/03 19:30
Setting to filesystems to the afero.fs interface so can be easily swapped out.

ad69374f – spf13 <steve.francia@gmail.com> authored on 2014/11/03 19:28
Source files can provide content as String or Bytes or Reader

dcea0fa5 – spf13 <steve.francia@gmail.com> authored on 2014/11/03 19:26
Adding ReaderTo and ToReader helper functions

2cb89a52 – spf13 <steve.francia@gmail.com> authored on 2014/11/03 05:14
Update menu test to work with revised source struct

8cc7684a – Austin Ziegler <austin@zieglers.ca> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/31 19:58
Change the type of .Site.Author from…

f3e9cbc7 – Kartik Singhal <kartiksinghal@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/31 07:43
Fix #593 problem with `hugo -w`

c1942e91 – Austin Ziegler <austin@zieglers.ca> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/28 20:37
Change permalink validation and substitution.

c07b10bb – Austin Ziegler <austin@zieglers.ca> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/27 13:23
Output a timestamp with hugo server --watch

2060031c – Mike Dillon <mike@embody.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/29 17:52
Fix sourceLink for Hugo

d036ddf2 – Michael Henderson <quoha@quoha.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/25 15:23
Create creating-a-new-theme.md

11ddc308 – Justin Calleja <justin.calleja@ricston.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/25 12:54
Fix for issue 583

6c238e14 – Kartik Singhal <kartiksinghal@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/25 15:43
Fix broken link

649a7d2b – Kartik Singhal <kartiksinghal@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/25 14:58
Minor doc corrections

af47e5a2 – Tatsushi Demachi <tdemachi@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/21 20:51
Extend template's mod and modBool functions to accept any int types

d4ed5919 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/19 07:10
added note about pygment example code and markdown processing, updated example

8e368e25 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/19 05:20
540: add support for build information output to version command

8cb435f1 – bep <bjorn.erik.pedersen@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/19 10:41
Fix redirect-loop for Hugo server

5e28606b – Tatsushi Demachi <tdemachi@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/17 20:10
Add sort and grouping functions for publish date and param of Page

d013edb7 – bep <bjorn.erik.pedersen@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/18 16:25
Implement HasMenuCurrent and IsMenuCurrent for Nodes

2b412d4a – Marcelo Glezer <mg@tekii.com.ar> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/17 09:32
fixed server reporting Web Server is available at https://localhost:1313 when server always serve http

73ec0925 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/31 12:25
update summary doc

9e029fe4 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/15 13:59
#463 add summary.md page

c5f1031e – spf13 <steve.francia@gmail.com> authored on 2014/11/01 08:05
Handler WIP

141f3e19 – spf13 <steve.francia@gmail.com> authored on 2014/11/01 07:57
Migrating Hugo to Afero for filesystem calls.

dfb84825 – spf13 <steve.francia@gmail.com> authored on 2014/10/20 16:15
Handlers WIP - Convert now working

30d4a26b – spf13 <steve.francia@gmail.com> authored on 2014/10/20 13:51
Handlers WIP (builds)

93f3d604 – spf13 <steve.francia@gmail.com> authored on 2014/10/20 13:42
Handlers WIP

8bd0ffba – spf13 <steve.francia@gmail.com> authored on 2014/10/17 12:57
Initial Handler Architecture WIP

20467e36 – spf13 <steve.francia@gmail.com> authored on 2014/10/16 16:20
Improved error message when config file not found.

5dfc1ded – spf13 <steve.francia@gmail.com> authored on 2014/10/16 16:20
Big refactor of how source files are used. Also added default destination extension option.

24bbfe7d – bep <bjorn.erik.pedersen@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/15 09:26
Set Content-Type for livereload.js

0167fb48 – bep <bjorn.erik.pedersen@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/12 11:57
Copy content from archetype

da5d98e9 – bep <bjorn.erik.pedersen@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/09 20:57
Make First accept any int

d064139c – Jian Zhou <i@janzhou.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/08 12:02
Fix spf13/hugo#467. RSSLink now point to index.xml

16330cea – bep <bjorn.erik.pedersen@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/08 15:56
Add nil-check to Intersect

1d4dde7a – Will Stevens <wstevens@cloudops.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/08 08:05
added docs for 'intersect' and 'in' template functions

ca7007bf – Anthony Fok <foka@debian.org> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/07 13:52
Minor proofreading corrections to Hugo docs

953cad6c – bep <bjorn.erik.pedersen@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/09 18:41
Document manual breakpoint of .Summary

3da97656 – Raphael Estrada <galaktor@gmx.de> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/08 11:54
add 'width' parameter to 'figure' shortcode

fb82f00f – Mantas <mojavosas@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/06 08:50
handle https prefixes in baseUrl

b98c2088 – Oscar Bolmsten <oscar@bolmsten.se> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/05 05:41
Minor fix to error message when copying static files

4b9e4c90 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/02 13:25
#462 fix, remove leading and trailing dashes from urlized slug. includes test changes

f52e6628 – Joel Scoble <joel.scoble@outlook.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/02 12:28
Feed the titleized taxonomy key through string replace to replace '-' with ' ' for proper display of the taxonmy title

938733f4 – Will Stevens <wstevens@cloudops.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/02 06:15
added In and Intersect template functions

9cdd2e54 – Austin Ziegler <austin@zieglers.ca> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/01 10:26
Use md5 against the file path for uniqueness.

603b24a1 – Austin Ziegler <austin@zieglers.ca> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/29 06:02
Make each generated page’s footnotes unique.

e68e7ef9 – Austin Ziegler <austin@zieglers.ca> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/26 19:44
Configure footnote rendering.

eeaf343a – Jorin Vogel <jorin.vogel@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/10/01 10:51
Mention .Params and .Page variables in shortcode docs. Also `highlight` variables.

1614b824 – Kartik Singhal <kartiksinghal@gmail.com> authored and spf13 <steve.francia@gmail.com> committed on 2014/09/28 06:22
Correct desc for hugo new command