brevno-suite/hugo
11 years agoBuffers instead of pipes
spf13 [Tue, 5 Nov 2013 05:28:08 +0000 (00:28 -0500)]
Buffers instead of pipes

11 years agoUpdated release notes
spf13 [Tue, 5 Nov 2013 05:24:04 +0000 (00:24 -0500)]
Updated release notes

11 years agoFix benchmark panic
Noah Campbell [Sat, 2 Nov 2013 03:36:11 +0000 (20:36 -0700)]
Fix benchmark panic

Need to initialize the Config with InitializeConfig().

11 years agoHugo updated to work with latest cobra
spf13 [Fri, 1 Nov 2013 22:43:41 +0000 (18:43 -0400)]
Hugo updated to work with latest cobra

11 years agoImprove rendering time
Noah Campbell [Fri, 1 Nov 2013 05:14:11 +0000 (22:14 -0700)]
Improve rendering time

50% speedup.  Fix #91

to run the benchmark:

go test -test.run=NONE -bench=".*" -test.benchmem=true ./transform/ > new.txt

to compare the results:

/usr/local/go/misc/benchcmp baseline.txt new.txt

Speedup and memory improvements

benchmark             old ns/op    new ns/op    delta
BenchmarkChain           101219        50453  -50.15%
BenchmarkTransform        51625        45531  -11.80%

benchmark            old allocs   new allocs    delta
BenchmarkChain              222          103  -53.60%
BenchmarkTransform          135          106  -21.48%

benchmark             old bytes    new bytes    delta
BenchmarkChain            23919        10998  -54.02%
BenchmarkTransform        11858        10665  -10.06%

11 years agoAdding benchmark for transformation module.
Noah Campbell [Wed, 30 Oct 2013 03:24:29 +0000 (20:24 -0700)]
Adding benchmark for transformation module.

11 years agoRemoving check for directory: static, layouts
Noah Campbell [Thu, 31 Oct 2013 22:46:55 +0000 (15:46 -0700)]
Removing check for directory: static, layouts

Removed these checks so a single file in content can generate a site.

For example, given a site with a content directory and an index.html,
running hugo -s dir will generate a project without any more input.

11 years agoSmall tweaks to Homepage and CSS
spf13 [Thu, 31 Oct 2013 13:51:42 +0000 (09:51 -0400)]
Small tweaks to Homepage and CSS

11 years agoAddition of an indexes section to the docs. Updated most of the existing index content.
spf13 [Thu, 31 Oct 2013 13:51:13 +0000 (09:51 -0400)]
Addition of an indexes section to the docs. Updated most of the existing index content.

11 years agoMore work on indexes
spf13 [Thu, 31 Oct 2013 13:49:29 +0000 (09:49 -0400)]
More work on indexes

11 years agoBetter mobile support on docs site
spf13 [Sat, 26 Oct 2013 06:28:25 +0000 (02:28 -0400)]
Better mobile support on docs site

11 years agoBig visual overhaul of the docs. Docs now using indexes for all menu generation.
spf13 [Sat, 26 Oct 2013 06:18:14 +0000 (02:18 -0400)]
Big visual overhaul of the docs. Docs now using indexes for all menu generation.

11 years agoFlipping around weight order. higher weight at the bottom. use negative to pin to...
spf13 [Sat, 26 Oct 2013 04:20:48 +0000 (00:20 -0400)]
Flipping around weight order. higher weight at the bottom. use negative to pin to top.

11 years agoDocs menu now powered by indexes.. converting some of the content to use this.
spf13 [Fri, 25 Oct 2013 22:42:46 +0000 (18:42 -0400)]
Docs menu now powered by indexes.. converting some of the content to use this.

11 years agoBig index overhaul. Now supporting ordering tokens by count or alphabetically. Also...
spf13 [Fri, 25 Oct 2013 22:40:55 +0000 (18:40 -0400)]
Big index overhaul. Now supporting ordering tokens by count or alphabetically. Also made full indexes available to the Site variable.

11 years agoAdding support for linkTitles
spf13 [Fri, 25 Oct 2013 22:37:53 +0000 (18:37 -0400)]
Adding support for linkTitles

11 years agoBetter error handling when rendering error found when in watch mode
spf13 [Fri, 25 Oct 2013 22:03:14 +0000 (18:03 -0400)]
Better error handling when rendering error found when in watch mode
In watch mode it should continue to watch for changes, in any other mode it should exit with a -1 error code so can check for success when scripting

11 years agoUpdate homepage
spf13 [Thu, 24 Oct 2013 23:49:17 +0000 (16:49 -0700)]
Update homepage

11 years agoMigrate docs to Bootstrap 3.0
spf13 [Thu, 24 Oct 2013 23:49:01 +0000 (16:49 -0700)]
Migrate docs to Bootstrap 3.0

11 years agoWatching doesn't built site 2x on write (ignores rename events). Also ignores tempora...
spf13 [Thu, 24 Oct 2013 23:45:24 +0000 (16:45 -0700)]
Watching doesn't built site 2x on write (ignores rename events). Also ignores temporary files written by editors.

11 years agoAdding support for ordering content in indexes by other than date (weighted indexes)
spf13 [Thu, 24 Oct 2013 22:24:47 +0000 (15:24 -0700)]
Adding support for ordering content in indexes by other than date (weighted indexes)

11 years agoAdding support for date field in front matter as date (as TOML provides)
spf13 [Thu, 24 Oct 2013 22:18:57 +0000 (15:18 -0700)]
Adding support for date field in front matter as date (as TOML provides)

11 years agoAdding support for more front matter types (int, float & date)
spf13 [Thu, 24 Oct 2013 21:31:04 +0000 (14:31 -0700)]
Adding support for more front matter types (int, float & date)

11 years agoAdd support for weighted pages
spf13 [Fri, 18 Oct 2013 15:01:31 +0000 (11:01 -0400)]
Add support for weighted pages
Now pages can be sorted by other than date

11 years agoAdding preliminary support for weighted indexes (for ordering by other than date)
spf13 [Fri, 18 Oct 2013 03:57:25 +0000 (23:57 -0400)]
Adding preliminary support for weighted indexes (for ordering by other than date)

11 years agoAdding a quick start guide to hugo docs
spf13 [Fri, 18 Oct 2013 02:53:04 +0000 (22:53 -0400)]
Adding a quick start guide to hugo docs

11 years agoNew Homepage for Hugo
spf13 [Fri, 18 Oct 2013 02:52:28 +0000 (22:52 -0400)]
New Homepage for Hugo

11 years agoAdding support for MinRead. Closed #106
spf13 [Tue, 15 Oct 2013 13:32:21 +0000 (09:32 -0400)]
Adding support for MinRead. Closed #106

11 years agoWordcount restored. fixed #92
spf13 [Tue, 15 Oct 2013 13:15:52 +0000 (09:15 -0400)]
Wordcount restored. fixed #92

11 years agofixed #95, fixed #93
spf13 [Thu, 10 Oct 2013 03:38:51 +0000 (23:38 -0400)]
fixed #95, fixed #93

11 years agosimplified buildSite & better error handling around it
spf13 [Wed, 9 Oct 2013 23:06:47 +0000 (19:06 -0400)]
simplified buildSite & better error handling around it

11 years agoClean up server & build site logic. Fixed #94
spf13 [Wed, 9 Oct 2013 22:52:29 +0000 (18:52 -0400)]
Clean up server & build site logic. Fixed #94

11 years agoserver command now builds prior to serving
spf13 [Wed, 9 Oct 2013 22:24:40 +0000 (18:24 -0400)]
server command now builds prior to serving

11 years agoPermalink to include multiple directories levels
Noah Campbell [Tue, 8 Oct 2013 16:33:57 +0000 (18:33 +0200)]
Permalink to include multiple directories levels

11 years agoTest case for permalink functionality
Noah Campbell [Mon, 7 Oct 2013 05:53:18 +0000 (08:53 +0300)]
Test case for permalink functionality

11 years agoAdding back the hugo homepage.
Noah Campbell [Mon, 7 Oct 2013 05:52:47 +0000 (08:52 +0300)]
Adding back the hugo homepage.

Deleted the page accidentially

11 years agoRefactor layout selection code
Noah Campbell [Mon, 7 Oct 2013 04:57:45 +0000 (07:57 +0300)]
Refactor layout selection code

The render code path would use a fallback if there was an exception.
This change instead relies on explicit declaration of the layout to use
and includes a check to see if the layout indeed exists before
attempting to render it.

11 years agoAdd support for Relative Permalinks
Noah Campbell [Thu, 3 Oct 2013 00:00:21 +0000 (20:00 -0400)]
Add support for Relative Permalinks

11 years agoRefactor Permalink to private function
Noah Campbell [Wed, 2 Oct 2013 23:33:51 +0000 (19:33 -0400)]
Refactor Permalink to private function

This will allow for reuse of this particular function.

11 years agoChange transformer order
Noah Campbell [Wed, 2 Oct 2013 23:07:25 +0000 (19:07 -0400)]
Change transformer order

11 years agoMoving transformation on a per-page level
Noah Campbell [Wed, 2 Oct 2013 21:25:16 +0000 (17:25 -0400)]
Moving transformation on a per-page level

11 years agoBetter handle missing layouts
Noah Campbell [Wed, 2 Oct 2013 15:05:57 +0000 (11:05 -0400)]
Better handle missing layouts

Panic is too extreme.  Instead the library will write out a message in
verbose mode.

11 years agoUse io.Pipe for chaning render tasks.
Noah Campbell [Wed, 2 Oct 2013 13:34:41 +0000 (09:34 -0400)]
Use io.Pipe for chaning render tasks.

Also clean up logic for finding layouts.

11 years agoCode cleanup
Noah Campbell [Wed, 2 Oct 2013 02:59:35 +0000 (19:59 -0700)]
Code cleanup

11 years agoMove writing next to rendering
Noah Campbell [Wed, 2 Oct 2013 02:58:15 +0000 (19:58 -0700)]
Move writing next to rendering

All render(Thing) calls have a WritePublic call directly after it.  This
refactor creates one function that makes the specific call sequence.

11 years agoReducing scope of RenderThing*
Noah Campbell [Tue, 1 Oct 2013 22:19:16 +0000 (15:19 -0700)]
Reducing scope of RenderThing*

11 years agoMove in memory target into target module.
Noah Campbell [Tue, 1 Oct 2013 21:56:14 +0000 (14:56 -0700)]
Move in memory target into target module.

11 years agoChange the order of Apply to be more Unixy
Noah Campbell [Tue, 1 Oct 2013 21:42:08 +0000 (14:42 -0700)]
Change the order of Apply to be more Unixy

Typically the destination is on the left and the src is on the right.

11 years agoFixing up source code formatting.
Noah Campbell [Tue, 1 Oct 2013 21:27:09 +0000 (14:27 -0700)]
Fixing up source code formatting.

11 years agoChain transformers and test cases
Noah Campbell [Tue, 1 Oct 2013 21:26:21 +0000 (14:26 -0700)]
Chain transformers and test cases

Transformers can now be chained together, working on the output of the
previous run.

11 years agoMove AbsURL into seperate file
Noah Campbell [Tue, 1 Oct 2013 19:59:29 +0000 (12:59 -0700)]
Move AbsURL into seperate file

11 years agoRename Transform to AbsURL
Noah Campbell [Tue, 1 Oct 2013 19:56:27 +0000 (12:56 -0700)]
Rename Transform to AbsURL

11 years agoSet the name of the Nav attribute to select
Noah Campbell [Tue, 1 Oct 2013 19:51:00 +0000 (12:51 -0700)]
Set the name of the Nav attribute to select

11 years agoProper handling of 404 page return value
spf13 [Mon, 7 Oct 2013 13:24:13 +0000 (09:24 -0400)]
Proper handling of 404 page return value

11 years agoFixing bug where RSS for site was rendered in wrong location
spf13 [Mon, 7 Oct 2013 13:23:42 +0000 (09:23 -0400)]
Fixing bug where RSS for site was rendered in wrong location

11 years agoFixing bug where only the first index list was created.
spf13 [Mon, 7 Oct 2013 13:07:14 +0000 (09:07 -0400)]
Fixing bug where only the first index list was created.

11 years agoSummary can now contain short codes when using <!--more--> to define end of summary.
spf13 [Fri, 4 Oct 2013 20:07:24 +0000 (16:07 -0400)]
Summary can now contain short codes when using <!--more--> to define end of summary.

11 years agoserver defaults to localhost unless overridden by command line flags
spf13 [Fri, 4 Oct 2013 20:03:13 +0000 (16:03 -0400)]
server defaults to localhost unless overridden by command line flags

11 years agoRestoring former snippet behavior & adding test to ensure future behavior
spf13 [Fri, 4 Oct 2013 16:28:28 +0000 (12:28 -0400)]
Restoring former snippet behavior & adding test to ensure future behavior

11 years agoEnabling Nitro ('--stepAnalysis') again. Fix #58
spf13 [Thu, 3 Oct 2013 13:44:45 +0000 (09:44 -0400)]
Enabling Nitro ('--stepAnalysis') again. Fix #58

11 years agoSwitching to the rjson library which is more friendly to human generated json.
spf13 [Wed, 2 Oct 2013 02:45:24 +0000 (22:45 -0400)]
Switching to the rjson library which is more friendly to human generated json.

11 years agofixed #85
spf13 [Tue, 1 Oct 2013 02:40:15 +0000 (22:40 -0400)]
fixed #85

11 years agoUpdating usage documentation to new interface
spf13 [Tue, 1 Oct 2013 02:39:06 +0000 (22:39 -0400)]
Updating usage documentation to new interface

11 years agoRestoring build and watch functionality
spf13 [Tue, 1 Oct 2013 02:38:32 +0000 (22:38 -0400)]
Restoring build and watch functionality

11 years agominor documentation cleanup.
Kyle Mahan [Mon, 30 Sep 2013 02:37:29 +0000 (19:37 -0700)]
minor documentation cleanup.
- changed it's -> its where appropriate.
- added post/ parent directory above happy/ to the organization examples

Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
11 years agoUpdate filesystem.go
windch [Mon, 30 Sep 2013 01:05:19 +0000 (14:05 +1300)]
Update filesystem.go

bugfix: .Files() called twice in line 253, 256 in site.go. thus source files captured twice.

Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
11 years agoChange the interface to use commands and flags instead of just flags.
spf13 [Sun, 29 Sep 2013 06:09:03 +0000 (02:09 -0400)]
Change the interface to use commands and flags instead of just flags.
Better organization of main (controller style) code.

11 years agogo fmt so code
spf13 [Sun, 29 Sep 2013 06:07:41 +0000 (02:07 -0400)]
go fmt so code

11 years agoBetter error message when no source content is found.
spf13 [Sun, 29 Sep 2013 06:07:05 +0000 (02:07 -0400)]
Better error message when no source content is found.

11 years agoAdd the ability to set navbar li class to active
Noah Campbell [Sun, 29 Sep 2013 06:05:16 +0000 (23:05 -0700)]
Add the ability to set navbar li class to active

First cut at doing post html processing.  This utility can be used to
mark pages as active.

11 years agoSupport index.html indexes in content directory
Noah Campbell [Wed, 25 Sep 2013 04:24:49 +0000 (21:24 -0700)]
Support index.html indexes in content directory

If a file named index.html exists in a directory, or root, it will be
rendered as if ugly urls are turned on.  This allows for top level
content to not need a supporting layout file and content in content.
This change should not affect anyone who is using the perscribed way.

I also cleaned up a bunch of one off functions in site.go.

11 years agoFixes #80 - Homepage now renders correctly
Noah Campbell [Tue, 24 Sep 2013 21:41:21 +0000 (14:41 -0700)]
Fixes #80 - Homepage now renders correctly

I mistakenly make RenderHomePage a NOP.  Bad programmer.

11 years agosource: Fix failing build on windows
Noah Campbell [Tue, 24 Sep 2013 21:36:22 +0000 (14:36 -0700)]
source: Fix failing build on windows

The +build directive was not being picked up.  Apparently needs a space
after the +build line.

11 years agoFix breaking test cases on unix platform
Noah Campbell [Sat, 21 Sep 2013 03:05:20 +0000 (20:05 -0700)]
Fix breaking test cases on unix platform

Rename platform parameter file to agnostic name. Both darwin and linux
can share the same paramters.

11 years agoCreate a TargetPath() method that provides OutFile
Noah Campbell [Sat, 21 Sep 2013 00:24:25 +0000 (17:24 -0700)]
Create a TargetPath() method that provides OutFile

Moved the generation of the target path to the page breaking all
dependecies on Site.

11 years agoSection is determined by the source, not the url
Noah Campbell [Sat, 21 Sep 2013 00:03:43 +0000 (17:03 -0700)]
Section is determined by the source, not the url

This change allows for top level html content to exists.

11 years agoFix fragments being AbsUrlified in final html
Noah Campbell [Wed, 18 Sep 2013 22:48:36 +0000 (15:48 -0700)]
Fix fragments being AbsUrlified in final html

Found that fragments were getting the BaseURL applied creating a proper
anchor url and redirecting off the page.

11 years agoAllow non-markdown content in content directory
Noah Campbell [Wed, 18 Sep 2013 21:21:27 +0000 (14:21 -0700)]
Allow non-markdown content in content directory

Allow content that is not markdown and does not need to be rendered to
exists in the content directory.  Currently any valid html or xml
document can exist.  Templates are applied to these documents as well.
If you need to have content that doesn't have templates or AbsUrlify
like operations, then continue to put this content in static and it will
be copied over.

11 years agoMore expressive --check output
Noah Campbell [Wed, 18 Sep 2013 18:52:30 +0000 (11:52 -0700)]
More expressive --check output

11 years agoAdd renderer information to --check
Noah Campbell [Wed, 18 Sep 2013 17:27:56 +0000 (10:27 -0700)]
Add renderer information to --check

Now reports if the page will be rendered or not and by which render
engine.

11 years agoAdd IsRenderable to Page
Noah Campbell [Wed, 18 Sep 2013 17:17:43 +0000 (10:17 -0700)]
Add IsRenderable to Page

As pages are read from the target, they will be assessed if they should
be rendered or not.  The logic for IsRenderable is in the parser/page.go
and looks for anything exception '<'.

11 years agoFix parsing edge case of frontmatter
Noah Campbell [Wed, 18 Sep 2013 16:15:46 +0000 (09:15 -0700)]
Fix parsing edge case of frontmatter

When the frontmatter contains a - (or other delimiter) close to the
closing frontmatter delimiter, frontmatter detection would fail.

11 years agoMerge remote-tracking branch 'origin/parser' into mrg_praser
Noah Campbell [Tue, 17 Sep 2013 22:52:40 +0000 (15:52 -0700)]
Merge remote-tracking branch 'origin/parser' into mrg_praser

Also brought in parse for github.com/noahcampbell/akebia

Conflicts:
hugolib/page.go
hugolib/page_test.go

11 years agoMove AbUrlify to post content transformation
Noah Campbell [Tue, 17 Sep 2013 21:16:06 +0000 (14:16 -0700)]
Move AbUrlify to post content transformation

Currently the a@href and script@src elements will have BaseUrl applied
to their elements prior to being written to disk.

11 years agoAdd a transform step
Noah Campbell [Tue, 17 Sep 2013 20:04:28 +0000 (13:04 -0700)]
Add a transform step

This allows for the manipulation of the DOM.  This is expected to be
applied after the templates are rendered.

11 years agoFix alias documentation.
Noah Campbell [Fri, 13 Sep 2013 23:06:39 +0000 (16:06 -0700)]
Fix alias documentation.

Fixes #79

11 years agoInitialize HTMLRedirectAlias before ShowPlan()
Noah Campbell [Fri, 13 Sep 2013 22:06:37 +0000 (15:06 -0700)]
Initialize HTMLRedirectAlias before ShowPlan()

Without it, no alias information is generated when running --check

11 years agoAdd /index.html to unadorned alias paths
Noah Campbell [Fri, 13 Sep 2013 21:46:34 +0000 (14:46 -0700)]
Add /index.html to unadorned alias paths

Bring code to be better in line with documentation.

11 years agoRemove RenderedContent from page.
Noah Campbell [Fri, 13 Sep 2013 17:30:27 +0000 (10:30 -0700)]
Remove RenderedContent from page.

The output is written directly to disk after being written.  Not
entirely sure why it was split into two steps.

11 years agoMove alias logic to target module
Noah Campbell [Fri, 13 Sep 2013 04:18:13 +0000 (21:18 -0700)]
Move alias logic to target module

I want to move all logic to writing aliases to target so I can pave the
way for writing aliases specific to other runtimes (like .htaccess for
apache or a script for updating AWS or symlinking on a filesystem).

11 years agoMove alias rendering to target
Noah Campbell [Thu, 12 Sep 2013 23:17:53 +0000 (16:17 -0700)]
Move alias rendering to target

11 years agoNormalize paths within hugo
Noah Campbell [Thu, 12 Sep 2013 17:48:59 +0000 (10:48 -0700)]
Normalize paths within hugo

filepath was used inconsistently throughout the hugolib.  With the
introduction of source and target modules, all path are normalized to
"/".  This simplifies the processing of paths.  It does mean that
contributors need to be aware of using path/filepath in any module other
than source or target is not recommended.  The current exception is
hugolib/config.go

11 years agoAdded safeHtml template function
Nelson Silva [Mon, 9 Sep 2013 11:43:30 +0000 (12:43 +0100)]
Added safeHtml template function

11 years agoHomepage "/" respects PublishDir
Noah Campbell [Thu, 5 Sep 2013 16:57:25 +0000 (09:57 -0700)]
Homepage "/" respects PublishDir

It wasn't taking the value of PublishDir into consideration for the
special case of the homepage "/".

Fixes #75

11 years agoIntroduce source.Filesystem
Noah Campbell [Thu, 5 Sep 2013 05:28:59 +0000 (22:28 -0700)]
Introduce source.Filesystem

This provides an abstraction over how files are processed by Hugo.  This
allows for alternatives like CMS systems or Dropbox, etc.

11 years agoRemove page module dependence on opening files
Noah Campbell [Wed, 4 Sep 2013 23:57:17 +0000 (16:57 -0700)]
Remove page module dependence on opening files

The site is responsible for reading files, page only operates on
buffers.

11 years agoExpand the ShowPlan functionality
Noah Campbell [Wed, 4 Sep 2013 03:52:50 +0000 (20:52 -0700)]
Expand the ShowPlan functionality

11 years agoMove to target.Filesystem
Noah Campbell [Sun, 1 Sep 2013 16:56:58 +0000 (09:56 -0700)]
Move to target.Filesystem

Moving the ugly urls logic to the target.  There is still UglyUrl logic
in page for the permlink but this is dealing with the generate of urls.

11 years agoAdd Translate to target
Noah Campbell [Sun, 1 Sep 2013 16:24:03 +0000 (09:24 -0700)]
Add Translate to target

Translate handles Ugly Urls.

11 years agoAdd file reporting to planner
Noah Campbell [Sun, 1 Sep 2013 14:43:29 +0000 (07:43 -0700)]
Add file reporting to planner