shithub: hugo

RSS feed

a7dae30a – spf13 <[email protected]> authored on 2013/10/31 05:49
More work on indexes

bc7c9221 – spf13 <[email protected]> authored on 2013/10/25 22:28
Better mobile support on docs site

90355eec – spf13 <[email protected]> authored on 2013/10/25 22:18
Big visual overhaul of the docs. Docs now using indexes for all menu generation.

df0523ff – spf13 <[email protected]> authored on 2013/10/25 20:20
Flipping around weight order. higher weight at the bottom. use negative to pin to top.

5003f7f7 – spf13 <[email protected]> authored on 2013/10/25 14:42
Docs menu now powered by indexes.. converting some of the content to use this.

d20b41a2 – spf13 <[email protected]> authored on 2013/10/25 14:40
Big index overhaul. Now supporting ordering tokens by count or alphabetically. Also made full indexes available to the Site variable.

9388f236 – spf13 <[email protected]> authored on 2013/10/25 14:37
Adding support for linkTitles

b580a25d – spf13 <[email protected]> authored on 2013/10/25 14:03
Better error handling when rendering error found when in watch mode

764abd20 – spf13 <[email protected]> authored on 2013/10/24 12:49
Update homepage

dde965a5 – spf13 <[email protected]> authored on 2013/10/24 12:49
Migrate docs to Bootstrap 3.0

cd71eb73 – spf13 <[email protected]> authored on 2013/10/24 12:45
Watching doesn't built site 2x on write (ignores rename events). Also ignores temporary files written by editors.

a5606b06 – spf13 <[email protected]> authored on 2013/10/24 11:24
Adding support for ordering content in indexes by other than date (weighted indexes)

471fb1ff – spf13 <[email protected]> authored on 2013/10/24 11:18
Adding support for date field in front matter as date (as TOML provides)

f3c816ea – spf13 <[email protected]> authored on 2013/10/24 10:31
Adding support for more front matter types (int, float & date)

3558e3d6 – spf13 <[email protected]> authored on 2013/10/18 07:01
Add support for weighted pages

90090175 – spf13 <[email protected]> authored on 2013/10/17 19:57
Adding preliminary support for weighted indexes (for ordering by other than date)

678ddef4 – spf13 <[email protected]> authored on 2013/10/17 18:53
Adding a quick start guide to hugo docs

4d333e81 – spf13 <[email protected]> authored on 2013/10/17 18:52
New Homepage for Hugo

4263094d – spf13 <[email protected]> authored on 2013/10/15 05:32
Adding support for MinRead. Closed #106

be5ace15 – spf13 <[email protected]> authored on 2013/10/15 05:15
Wordcount restored. fixed #92

e58d8fe7 – spf13 <[email protected]> authored on 2013/10/09 19:38
fixed #95, fixed #93

f5fda804 – spf13 <[email protected]> authored on 2013/10/09 15:06
simplified buildSite & better error handling around it

0318f7c1 – spf13 <[email protected]> authored on 2013/10/09 14:52
Clean up server & build site logic. Fixed #94

e6ace71f – spf13 <[email protected]> authored on 2013/10/09 14:24
server command now builds prior to serving

4993152d – Noah Campbell <[email protected]> authored on 2013/10/08 14:33
Permalink to include multiple directories levels

6e1268f4 – Noah Campbell <[email protected]> authored on 2013/10/07 04:53
Test case for permalink functionality

89563843 – Noah Campbell <[email protected]> authored on 2013/10/07 04:52
Adding back the hugo homepage.

9500ec1b – Noah Campbell <[email protected]> authored on 2013/10/07 03:57
Refactor layout selection code

197aacb6 – Noah Campbell <[email protected]> authored on 2013/10/02 16:00
Add support for Relative Permalinks

06da6091 – Noah Campbell <[email protected]> authored on 2013/10/02 15:33
Refactor Permalink to private function

6fa6f69a – Noah Campbell <[email protected]> authored on 2013/10/02 15:07
Change transformer order

d712d6f3 – Noah Campbell <[email protected]> authored on 2013/10/02 13:25
Moving transformation on a per-page level

9032a228 – Noah Campbell <[email protected]> authored on 2013/10/02 07:05
Better handle missing layouts

54a2790f – Noah Campbell <[email protected]> authored on 2013/10/02 05:34
Use io.Pipe for chaning render tasks.

689cda17 – Noah Campbell <[email protected]> authored on 2013/10/01 15:59
Code cleanup

19cb6c78 – Noah Campbell <[email protected]> authored on 2013/10/01 15:58
Move writing next to rendering

2176d2c1 – Noah Campbell <[email protected]> authored on 2013/10/01 11:19
Reducing scope of RenderThing*

ff8b5275 – Noah Campbell <[email protected]> authored on 2013/10/01 10:56
Move in memory target into target module.

80009b42 – Noah Campbell <[email protected]> authored on 2013/10/01 10:42
Change the order of Apply to be more Unixy

94a3184a – Noah Campbell <[email protected]> authored on 2013/10/01 10:27
Fixing up source code formatting.

5a66fa39 – Noah Campbell <[email protected]> authored on 2013/10/01 10:26
Chain transformers and test cases

eb117eb9 – Noah Campbell <[email protected]> authored on 2013/10/01 08:59
Move AbsURL into seperate file

f0211b84 – Noah Campbell <[email protected]> authored on 2013/10/01 08:56
Rename Transform to AbsURL

03d1a57f – Noah Campbell <[email protected]> authored on 2013/10/01 08:51
Set the name of the Nav attribute to select

5e14af95 – spf13 <[email protected]> authored on 2013/10/07 05:24
Proper handling of 404 page return value

7468292c – spf13 <[email protected]> authored on 2013/10/07 05:23
Fixing bug where RSS for site was rendered in wrong location

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

Next