shithub: hugo

RSS feed

0318f7c1 – spf13 <steve.francia@gmail.com> authored on 2013/10/09 14:52
Clean up server & build site logic. Fixed #94

e6ace71f – spf13 <steve.francia@gmail.com> authored on 2013/10/09 14:24
server command now builds prior to serving

4993152d – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/08 14:33
Permalink to include multiple directories levels

6e1268f4 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/07 04:53
Test case for permalink functionality

89563843 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/07 04:52
Adding back the hugo homepage.

9500ec1b – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/07 03:57
Refactor layout selection code

197aacb6 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/02 16:00
Add support for Relative Permalinks

06da6091 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/02 15:33
Refactor Permalink to private function

6fa6f69a – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/02 15:07
Change transformer order

d712d6f3 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/02 13:25
Moving transformation on a per-page level

9032a228 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/02 07:05
Better handle missing layouts

54a2790f – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/02 05:34
Use io.Pipe for chaning render tasks.

689cda17 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 15:59
Code cleanup

19cb6c78 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 15:58
Move writing next to rendering

2176d2c1 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 11:19
Reducing scope of RenderThing*

ff8b5275 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 10:56
Move in memory target into target module.

80009b42 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 10:42
Change the order of Apply to be more Unixy

94a3184a – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 10:27
Fixing up source code formatting.

5a66fa39 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 10:26
Chain transformers and test cases

eb117eb9 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 08:59
Move AbsURL into seperate file

f0211b84 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 08:56
Rename Transform to AbsURL

03d1a57f – Noah Campbell <noahcampbell@gmail.com> authored on 2013/10/01 08:51
Set the name of the Nav attribute to select

5e14af95 – spf13 <steve.francia@gmail.com> authored on 2013/10/07 05:24
Proper handling of 404 page return value

7468292c – spf13 <steve.francia@gmail.com> authored on 2013/10/07 05:23
Fixing bug where RSS for site was rendered in wrong location

d829e050 – spf13 <steve.francia@gmail.com> authored on 2013/10/07 05:07
Fixing bug where only the first index list was created.

2aaf92b5 – spf13 <steve.francia@gmail.com> authored on 2013/10/04 12:07
Summary can now contain short codes when using <!--more--> to define end of summary.

be7ba0e9 – spf13 <steve.francia@gmail.com> authored on 2013/10/04 12:03
server defaults to localhost unless overridden by command line flags

266f583a – spf13 <steve.francia@gmail.com> authored on 2013/10/04 08:28
Restoring former snippet behavior & adding test to ensure future behavior

dcfcbac5 – spf13 <steve.francia@gmail.com> authored on 2013/10/03 05:44
Enabling Nitro ('--stepAnalysis') again. Fix #58

18f2b826 – spf13 <steve.francia@gmail.com> authored on 2013/10/01 18:45
Switching to the rjson library which is more friendly to human generated json.

48e1068e – spf13 <steve.francia@gmail.com> authored on 2013/09/30 18:40
fixed #85

8efb90eb – spf13 <steve.francia@gmail.com> authored on 2013/09/30 18:39
Updating usage documentation to new interface

3ae8dda2 – spf13 <steve.francia@gmail.com> authored on 2013/09/30 18:38
Restoring build and watch functionality

aa9b9d59 – Kyle Mahan <kyle.mahan@gmail.com> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/09/29 15:37
minor documentation cleanup.

8ce4bc7a – windch <windch@users.noreply.github.com> authored and Noah Campbell <noahcampbell@gmail.com> committed on 2013/09/30 10:05
Update filesystem.go

94d7fe52 – spf13 <steve.francia@gmail.com> authored on 2013/09/28 22:09
Change the interface to use commands and flags instead of just flags.

92cff055 – spf13 <steve.francia@gmail.com> authored on 2013/09/28 22:07
go fmt so code

ff2b98c9 – spf13 <steve.francia@gmail.com> authored on 2013/09/28 22:07
Better error message when no source content is found.

f34ea610 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/28 19:05
Add the ability to set navbar li class to active

db50154e – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/24 17:24
Support index.html indexes in content directory

4250bf8e – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/24 10:41
Fixes #80 - Homepage now renders correctly

c9223cfd – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/24 10:36
source: Fix failing build on windows

8df88496 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/20 16:05
Fix breaking test cases on unix platform

bffe4baf – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/20 13:24
Create a TargetPath() method that provides OutFile

52e8c7a0 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/20 13:03
Section is determined by the source, not the url

784077da – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/18 11:48
Fix fragments being AbsUrlified in final html

311e1022 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/18 10:21
Allow non-markdown content in content directory

5374242f – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/18 07:52
More expressive --check output

c510140c – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/18 06:27
Add renderer information to --check

67b2abaf – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/18 06:17
Add IsRenderable to Page

d8e18349 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/18 05:15
Fix parsing edge case of frontmatter

a82efe5b – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/17 11:52
Merge remote-tracking branch 'origin/parser' into mrg_praser

6b0752e8 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/17 10:16
Move AbUrlify to post content transformation

c6fe87b1 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/17 09:04
Add a transform step

c75da346 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/13 12:06
Fix alias documentation.

172ff5ea – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/13 11:06
Initialize HTMLRedirectAlias before ShowPlan()

d45fb72f – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/13 10:46
Add /index.html to unadorned alias paths

803a0fce – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/13 06:30
Remove RenderedContent from page.

2ebfb33f – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/12 17:18
Move alias logic to target module

2f10da15 – Noah Campbell <noahcampbell@gmail.com> authored on 2013/09/12 12:17
Move alias rendering to target