shithub: hugo

RSS feed

d829e050 – spf13 <[email protected]> authored on 2013/10/07 05:07
Fixing bug where only the first index list was created.

2aaf92b5 – spf13 <[email protected]> authored on 2013/10/04 12:07
Summary can now contain short codes when using <!--more--> to define end of summary.

be7ba0e9 – spf13 <[email protected]> authored on 2013/10/04 12:03
server defaults to localhost unless overridden by command line flags

266f583a – spf13 <[email protected]> authored on 2013/10/04 08:28
Restoring former snippet behavior & adding test to ensure future behavior

dcfcbac5 – spf13 <[email protected]> authored on 2013/10/03 05:44
Enabling Nitro ('--stepAnalysis') again. Fix #58

18f2b826 – spf13 <[email protected]> authored on 2013/10/01 18:45
Switching to the rjson library which is more friendly to human generated json.

48e1068e – spf13 <[email protected]> authored on 2013/09/30 18:40
fixed #85

8efb90eb – spf13 <[email protected]> authored on 2013/09/30 18:39
Updating usage documentation to new interface

3ae8dda2 – spf13 <[email protected]> authored on 2013/09/30 18:38
Restoring build and watch functionality

aa9b9d59 – Kyle Mahan <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/09/29 15:37
minor documentation cleanup.

8ce4bc7a – windch <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/09/30 10:05
Update filesystem.go

94d7fe52 – spf13 <[email protected]> authored on 2013/09/28 22:09
Change the interface to use commands and flags instead of just flags.

92cff055 – spf13 <[email protected]> authored on 2013/09/28 22:07
go fmt so code

ff2b98c9 – spf13 <[email protected]> authored on 2013/09/28 22:07
Better error message when no source content is found.

f34ea610 – Noah Campbell <[email protected]> authored on 2013/09/28 19:05
Add the ability to set navbar li class to active

db50154e – Noah Campbell <[email protected]> authored on 2013/09/24 17:24
Support index.html indexes in content directory

4250bf8e – Noah Campbell <[email protected]> authored on 2013/09/24 10:41
Fixes #80 - Homepage now renders correctly

c9223cfd – Noah Campbell <[email protected]> authored on 2013/09/24 10:36
source: Fix failing build on windows

8df88496 – Noah Campbell <[email protected]> authored on 2013/09/20 16:05
Fix breaking test cases on unix platform

bffe4baf – Noah Campbell <[email protected]> authored on 2013/09/20 13:24
Create a TargetPath() method that provides OutFile

52e8c7a0 – Noah Campbell <[email protected]> authored on 2013/09/20 13:03
Section is determined by the source, not the url

784077da – Noah Campbell <[email protected]> authored on 2013/09/18 11:48
Fix fragments being AbsUrlified in final html

311e1022 – Noah Campbell <[email protected]> authored on 2013/09/18 10:21
Allow non-markdown content in content directory

5374242f – Noah Campbell <[email protected]> authored on 2013/09/18 07:52
More expressive --check output

c510140c – Noah Campbell <[email protected]> authored on 2013/09/18 06:27
Add renderer information to --check

67b2abaf – Noah Campbell <[email protected]> authored on 2013/09/18 06:17
Add IsRenderable to Page

d8e18349 – Noah Campbell <[email protected]> authored on 2013/09/18 05:15
Fix parsing edge case of frontmatter

a82efe5b – Noah Campbell <[email protected]> authored on 2013/09/17 11:52
Merge remote-tracking branch 'origin/parser' into mrg_praser

6b0752e8 – Noah Campbell <[email protected]> authored on 2013/09/17 10:16
Move AbUrlify to post content transformation

c6fe87b1 – Noah Campbell <[email protected]> authored on 2013/09/17 09:04
Add a transform step

c75da346 – Noah Campbell <[email protected]> authored on 2013/09/13 12:06
Fix alias documentation.

172ff5ea – Noah Campbell <[email protected]> authored on 2013/09/13 11:06
Initialize HTMLRedirectAlias before ShowPlan()

d45fb72f – Noah Campbell <[email protected]> authored on 2013/09/13 10:46
Add /index.html to unadorned alias paths

803a0fce – Noah Campbell <[email protected]> authored on 2013/09/13 06:30
Remove RenderedContent from page.

2ebfb33f – Noah Campbell <[email protected]> authored on 2013/09/12 17:18
Move alias logic to target module

2f10da15 – Noah Campbell <[email protected]> authored on 2013/09/12 12:17
Move alias rendering to target

74b55fc7 – Noah Campbell <[email protected]> authored on 2013/09/12 06:48
Normalize paths within hugo

998b2f73 – Nelson Silva <[email protected]> authored and spf13 <[email protected]> committed on 2013/09/09 08:43
Added safeHtml template function

6274aa0a – Noah Campbell <[email protected]> authored on 2013/09/05 05:57
Homepage "/" respects PublishDir

610c06e6 – Noah Campbell <[email protected]> authored on 2013/09/04 18:28
Introduce source.Filesystem

d4d9da9f – Noah Campbell <[email protected]> authored on 2013/09/04 12:57
Remove page module dependence on opening files

cb00917a – Noah Campbell <[email protected]> authored on 2013/09/03 16:52
Expand the ShowPlan functionality

4004687f – Noah Campbell <[email protected]> authored on 2013/09/01 05:56
Move to target.Filesystem

7919603f – Noah Campbell <[email protected]> authored on 2013/09/01 05:24
Add Translate to target

c6ad532b – Noah Campbell <[email protected]> authored on 2013/09/01 03:43
Add file reporting to planner

13d2c552 – Noah Campbell <[email protected]> authored on 2013/08/31 17:13
Adding Planner

79d9f82e – Noah Campbell <[email protected]> authored on 2013/09/03 11:38
Code reorg, helpers.go has been decomposed.

207d8fb7 – Noah Campbell <[email protected]> authored on 2013/09/03 10:51
Date rendering unit tests in pages

3ecc698f – Noah Campbell <[email protected]> authored on 2013/09/03 08:41
Remove hugolib.HTML and hugolib.URL types

a591a106 – Noah Campbell <[email protected]> authored on 2013/09/01 08:02
Include building hugo docs as part of test.

d841d522 – Noah Campbell <[email protected]> authored on 2013/09/01 08:02
Include building hugo docs as part of test.

ba82a203 – Fabrizio (Misto) Milo <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/31 13:47
Add support for amber files

ee5865f2 – Fabrizio (Misto) Milo <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/31 13:35
Abstract html/template dependency

0a9dc705 – Fabrizio (Misto) Milo <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/31 13:29
Use s everywhere for consistency

b268e639 – Noah Campbell <[email protected]> authored on 2013/09/01 07:39
Return an error (other than 0) when ./hugo fails

6c8e7edb – Mark Sanborn <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/31 17:07
The <!--more--> (summary divider) now works even if it is on the same line as content

4349216d – Noah Campbell <[email protected]> authored on 2013/08/31 16:00
Small code cleanup

0fdea0c2 – Noah Campbell <[email protected]> authored on 2013/08/30 17:24
Return an error with WritePublic

097b782a – Noah Campbell <[email protected]> authored on 2013/08/30 17:13
Removing site.Directories.

b14b61af – Noah Campbell <[email protected]> authored on 2013/08/30 13:18
Externalize the writing of content to a target

bc3c2290 – Noah Campbell <[email protected]> authored on 2013/08/30 13:14
Ensure Section is set before returning Page object.

c32f401b – Noah Campbell <[email protected]> authored on 2013/08/30 16:06
Revert "Return errors when rendering"

a792ec09 – Noah Campbell <[email protected]> authored on 2013/08/30 10:38
Cleanup formatting - go fmt ./...

4ed43e80 – Mark Sanborn <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/29 05:37
Fixed bug where Url specified in front matter as pretty url wouldnt render

71678a71 – Daniel Alan Miller <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/29 17:52
Adding .Summary to page variables

3ab52450 – Fabrizio (Misto) Milo <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/28 05:33
clean up logic

1bb00b8c – Ross Lawley <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/27 06:09
Refactored added RenderThingOrDefault and tests

554375b2 – Noah Campbell <[email protected]> authored on 2013/08/24 17:27
Using new parser.

1de19926 – Hugo Duncan <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/20 05:40
Return any error reported by RenderHomePage

9930011e – Ross Lawley <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/21 06:37
Wordpress summaries

7b1f0960 – Ross Lawley <[email protected]> authored and Noah Campbell <[email protected]> committed on 2013/08/21 13:21
Add 404.html for gh-pages

f28a8fa0 – Noah Campbell <[email protected]> authored on 2013/08/23 10:47
RenderThing test cases

9d15262e – Noah Campbell <[email protected]> authored on 2013/08/23 10:40
Test cases for ignoreDotFile

0fabd51a – Noah Campbell <[email protected]> authored on 2013/08/23 10:44
Update .gitignore to ignore *.swo files

7461ed63 – Noah Campbell <[email protected]> authored on 2013/08/20 12:56
Fix benchmark so the buffer is read each time.

599e6672 – Noah Campbell <[email protected]> authored on 2013/08/14 11:22
Removing GetSection

ae711297 – Noah Campbell <[email protected]> authored on 2013/08/23 09:51
Skip "dot" files in layout

eb4288e3 – Steve Francia <[email protected]> authored on 2013/08/20 16:56
Merge pull request #53 from hugoduncan/feature/print-error-on-invalid-index

00839567 – Steve Francia <[email protected]> authored on 2013/08/20 16:55
Merge pull request #52 from rozza/StaticSync

35b35a70 – Steve Francia <[email protected]> authored on 2013/08/20 16:54
Merge pull request #51 from cabello/patch-3

6f424175 – Steve Francia <[email protected]> authored on 2013/08/20 16:54
Merge pull request #50 from cabello/patch-2

3d0dc1ac – Steve Francia <[email protected]> authored on 2013/08/20 16:54
Merge pull request #49 from cabello/patch-1

5aa47a7b – Ross Lawley <[email protected]> authored on 2013/08/20 16:32
Static changes shouldn't be destructive to existing files

301d2baf – Hugo Duncan <[email protected]> authored on 2013/08/20 12:39
Print error if index value in a page is wrong type

8415c5e6 – Danilo Cabello <[email protected]> authored on 2013/08/20 09:52
Remove extra quotes from meta data

acd5ea0e – Danilo Cabello <[email protected]> authored on 2013/08/20 08:13
Check .Prev and .Next pointers before using it

8058abd7 – Danilo Cabello <[email protected]> authored on 2013/08/20 07:56
Fix broken link to Index page

eff8457a – Steve Francia <[email protected]> authored on 2013/08/19 01:32
Merge pull request #46 from rawfalafel/sync_static

2dcdd673 – rawfalafel <[email protected]> authored on 2013/08/18 21:17
Watch StaticDir and sync to PublishDir on change

c4bcdebc – Steve Francia <[email protected]> authored on 2013/08/17 17:04
Merge pull request #44 from cactus/avoid-redirect-with-slugs

e2744d40 – Steve Francia <[email protected]> authored on 2013/08/17 17:04
Merge pull request #43 from hugoduncan/feature/allow-xhtml-aliases

2542836b – Steve Francia <[email protected]> authored on 2013/08/17 16:59
Merge pull request #41 from rozza/skipStatic

8f330626 – spf13 <[email protected]> authored on 2013/08/17 19:53
Merge branch 'noahcampbell-index_reporting'

c713beba – Noah Campbell <[email protected]> authored and spf13 <[email protected]> committed on 2013/08/13 10:58
Formatting cleanup

ec821739 – Noah Campbell <[email protected]> authored and spf13 <[email protected]> committed on 2013/08/13 10:47
Removing the use of slash

8eca8f8a – Noah Campbell <[email protected]> authored and spf13 <[email protected]> committed on 2013/08/13 06:46
Detect missed index from front matter

e66ba5d2 – Noah Campbell <[email protected]> authored and spf13 <[email protected]> committed on 2013/08/13 06:44
Return errors when rendering

0a79edd4 – spf13 <[email protected]> authored on 2013/08/17 17:49
Removing extra links on homepage

3ae8078d – spf13 <[email protected]> authored on 2013/08/17 04:40
Adding "fork me on github" banner

8c0ab4de – spf13 <[email protected]> authored on 2013/08/17 04:34
Complete overhaul of the docs

Next