Commit graph

  • 90a902c843 fixing double slash during absurlify spf13 2013-11-09 01:33:00 -05:00
  • b69694a3ae Merge branch 'master' of github.com:spf13/hugo spf13 2013-11-09 01:17:40 -05:00
  • 532e2e7b93 Some mobile and other fixes for docs spf13 2013-11-09 01:16:34 -05:00
  • 0b6a11c9e3 Merge pull request #113 from oyvindsk/master Steve Francia 2013-11-07 16:33:06 -08:00
  • adc559b09f minor documentation fix #113 Øyvind Skaar 2013-11-07 19:47:42 +01:00
  • ad04f6c899 Adding baseline Noah Campbell 2013-11-05 22:51:40 +00:00
  • 86233c00a0 Remove the hugo-nav function Noah Campbell 2013-11-05 22:28:06 +00:00
  • 1cebce12ad Adding RSS test case. Noah Campbell 2013-11-05 05:29:37 +00:00
  • b22364570b Fix Test Name Noah Campbell 2013-11-05 04:32:13 +00:00
  • 1fbcaf9279 Buffers instead of pipes spf13 2013-11-05 00:28:08 -05:00
  • 226bc8f59f Updated release notes spf13 2013-11-05 00:24:04 -05:00
  • 23a5711d26 Fix benchmark panic Noah Campbell 2013-11-01 20:36:11 -07:00
  • 23a711a29a Hugo updated to work with latest cobra spf13 2013-11-01 18:43:41 -04:00
  • 9af47f07d3 Improve rendering time Noah Campbell 2013-10-31 22:14:11 -07:00
  • f4cb8e1688 Adding benchmark for transformation module. Noah Campbell 2013-10-29 20:24:29 -07:00
  • 789aa6ad76 Removing check for directory: static, layouts Noah Campbell 2013-10-31 15:46:55 -07:00
  • 861472bea5 Small tweaks to Homepage and CSS spf13 2013-10-31 09:51:42 -04:00
  • 1d0d280e20 Addition of an indexes section to the docs. Updated most of the existing index content. spf13 2013-10-31 09:51:13 -04:00
  • a7dae30a8f More work on indexes spf13 2013-10-31 09:49:29 -04:00
  • bc7c9221f3 Better mobile support on docs site spf13 2013-10-26 02:28:25 -04:00
  • 90355eec79 Big visual overhaul of the docs. Docs now using indexes for all menu generation. spf13 2013-10-26 02:18:14 -04:00
  • df0523ff7f Flipping around weight order. higher weight at the bottom. use negative to pin to top. spf13 2013-10-26 00:20:48 -04:00
  • 5003f7f7af Docs menu now powered by indexes.. converting some of the content to use this. spf13 2013-10-25 18:42:46 -04:00
  • d20b41a2cf Big index overhaul. Now supporting ordering tokens by count or alphabetically. Also made full indexes available to the Site variable. spf13 2013-10-25 18:40:55 -04:00
  • 9388f23606 Adding support for linkTitles spf13 2013-10-25 18:37:53 -04:00
  • b580a25d1f 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 spf13 2013-10-25 18:03:14 -04:00
  • 764abd2067 Update homepage spf13 2013-10-24 16:49:17 -07:00
  • dde965a5cd Migrate docs to Bootstrap 3.0 spf13 2013-10-24 16:49:01 -07:00
  • cd71eb7389 Watching doesn't built site 2x on write (ignores rename events). Also ignores temporary files written by editors. spf13 2013-10-24 16:45:24 -07:00
  • a5606b06ca Adding support for ordering content in indexes by other than date (weighted indexes) spf13 2013-10-24 15:24:47 -07:00
  • 471fb1ff69 Adding support for date field in front matter as date (as TOML provides) spf13 2013-10-24 15:18:57 -07:00
  • f3c816eabd Adding support for more front matter types (int, float & date) spf13 2013-10-24 14:31:04 -07:00
  • 3558e3d6f0 Add support for weighted pages Now pages can be sorted by other than date spf13 2013-10-18 11:01:31 -04:00
  • 90090175f8 Adding preliminary support for weighted indexes (for ordering by other than date) spf13 2013-10-17 23:57:25 -04:00
  • 678ddef46a Adding a quick start guide to hugo docs spf13 2013-10-17 22:53:04 -04:00
  • 4d333e81ee New Homepage for Hugo spf13 2013-10-17 22:52:28 -04:00
  • 4263094d75 Adding support for MinRead. Closed #106 spf13 2013-10-15 09:32:21 -04:00
  • be5ace1588 Wordcount restored. fixed #92 spf13 2013-10-15 09:15:52 -04:00
  • e58d8fe791 fixed #95, fixed #93 spf13 2013-10-09 23:38:51 -04:00
  • f5fda80486 simplified buildSite & better error handling around it spf13 2013-10-09 19:06:47 -04:00
  • 0318f7c149 Clean up server & build site logic. Fixed #94 spf13 2013-10-09 18:52:29 -04:00
  • e6ace71fec server command now builds prior to serving spf13 2013-10-09 18:24:40 -04:00
  • 4993152dda Permalink to include multiple directories levels Noah Campbell 2013-10-08 18:33:57 +02:00
  • 6e1268f45b Test case for permalink functionality Noah Campbell 2013-10-07 08:53:18 +03:00
  • 895638433e Adding back the hugo homepage. Noah Campbell 2013-10-07 08:52:47 +03:00
  • 9500ec1b6b Refactor layout selection code Noah Campbell 2013-10-07 07:57:45 +03:00
  • 197aacb647 Add support for Relative Permalinks Noah Campbell 2013-10-02 20:00:21 -04:00
  • 06da609138 Refactor Permalink to private function Noah Campbell 2013-10-02 19:33:51 -04:00
  • 6fa6f69a4a Change transformer order Noah Campbell 2013-10-02 19:07:25 -04:00
  • d712d6f331 Moving transformation on a per-page level Noah Campbell 2013-10-02 17:25:16 -04:00
  • 9032a228b0 Better handle missing layouts Noah Campbell 2013-10-02 11:05:57 -04:00
  • 54a2790fce Use io.Pipe for chaning render tasks. Noah Campbell 2013-10-02 09:34:41 -04:00
  • 689cda1740 Code cleanup Noah Campbell 2013-10-01 19:59:35 -07:00
  • 19cb6c7819 Move writing next to rendering Noah Campbell 2013-10-01 19:58:15 -07:00
  • 2176d2c197 Reducing scope of RenderThing* Noah Campbell 2013-10-01 15:19:16 -07:00
  • ff8b52758d Move in memory target into target module. Noah Campbell 2013-10-01 14:56:14 -07:00
  • 80009b427f Change the order of Apply to be more Unixy Noah Campbell 2013-10-01 14:42:08 -07:00
  • 94a3184ad0 Fixing up source code formatting. Noah Campbell 2013-10-01 14:27:09 -07:00
  • 5a66fa3954 Chain transformers and test cases Noah Campbell 2013-10-01 14:26:21 -07:00
  • eb117eb904 Move AbsURL into seperate file Noah Campbell 2013-10-01 12:59:29 -07:00
  • f0211b84a1 Rename Transform to AbsURL Noah Campbell 2013-10-01 12:56:27 -07:00
  • 03d1a57fea Set the name of the Nav attribute to select Noah Campbell 2013-10-01 12:51:00 -07:00
  • 5e14af957a Proper handling of 404 page return value spf13 2013-10-07 09:24:13 -04:00
  • 7468292c4e Fixing bug where RSS for site was rendered in wrong location spf13 2013-10-07 09:23:42 -04:00
  • d829e05036 Fixing bug where only the first index list was created. spf13 2013-10-07 09:07:14 -04:00
  • 2aaf92b515 Summary can now contain short codes when using <!--more--> to define end of summary. spf13 2013-10-04 16:07:24 -04:00
  • be7ba0e98f server defaults to localhost unless overridden by command line flags spf13 2013-10-04 16:03:13 -04:00
  • 266f583a8c Restoring former snippet behavior & adding test to ensure future behavior spf13 2013-10-04 12:28:28 -04:00
  • dcfcbac589 Enabling Nitro ('--stepAnalysis') again. Fix #58 spf13 2013-10-03 09:44:45 -04:00
  • 18f2b82658 Switching to the rjson library which is more friendly to human generated json. spf13 2013-10-01 22:45:24 -04:00
  • 48e1068e3e fixed #85 spf13 2013-09-30 22:40:15 -04:00
  • 8efb90ebd5 Updating usage documentation to new interface spf13 2013-09-30 22:39:06 -04:00
  • 3ae8dda203 Restoring build and watch functionality spf13 2013-09-30 22:38:32 -04:00
  • 69827333bc Merge 8f49a4ed00 into aa9b9d596e #84 kylewm 2013-09-29 19:50:48 -07:00
  • aa9b9d596e minor documentation cleanup. - changed it's -> its where appropriate. - added post/ parent directory above happy/ to the organization examples Kyle Mahan 2013-09-29 19:37:29 -07:00
  • ee8d0aa6dc Merge 9d0af53667 into 8ce4bc7ab8 #83 windch 2013-09-29 19:49:13 -07:00
  • 8ce4bc7ab8 Update filesystem.go windch 2013-09-30 14:05:19 +13:00
  • 8f49a4ed00 minor documentation cleanup. - changed it's -> its where appropriate. - added post/ parent directory above happy/ to the organization examples #84 Kyle Mahan 2013-09-29 19:37:29 -07:00
  • 9d0af53667 Update filesystem.go #83 windch 2013-09-30 14:05:19 +13:00
  • 94d7fe52f8 Change the interface to use commands and flags instead of just flags. Better organization of main (controller style) code. spf13 2013-09-29 02:09:03 -04:00
  • 92cff05582 go fmt so code spf13 2013-09-29 02:07:41 -04:00
  • ff2b98c9dd Better error message when no source content is found. spf13 2013-09-29 02:07:05 -04:00
  • f34ea6108d Add the ability to set navbar li class to active Noah Campbell 2013-09-28 23:05:16 -07:00
  • db50154e75 Support index.html indexes in content directory Noah Campbell 2013-09-24 21:24:49 -07:00
  • 4250bf8e30 Fixes #80 - Homepage now renders correctly Noah Campbell 2013-09-24 14:41:21 -07:00
  • c9223cfd7b source: Fix failing build on windows Noah Campbell 2013-09-24 14:36:22 -07:00
  • 8df88496e2 Fix breaking test cases on unix platform Noah Campbell 2013-09-20 20:05:20 -07:00
  • bffe4baf42 Create a TargetPath() method that provides OutFile Noah Campbell 2013-09-20 17:24:25 -07:00
  • 52e8c7a0ac Section is determined by the source, not the url Noah Campbell 2013-09-20 17:03:43 -07:00
  • 784077da4d Fix fragments being AbsUrlified in final html Noah Campbell 2013-09-18 15:48:36 -07:00
  • 311e102223 Allow non-markdown content in content directory Noah Campbell 2013-09-18 14:21:27 -07:00
  • 5374242ff7 More expressive --check output Noah Campbell 2013-09-18 11:52:30 -07:00
  • c510140c0c Add renderer information to --check Noah Campbell 2013-09-18 10:27:56 -07:00
  • 67b2abaf09 Add IsRenderable to Page Noah Campbell 2013-09-18 10:17:43 -07:00
  • d8e1834910 Fix parsing edge case of frontmatter Noah Campbell 2013-09-18 09:15:46 -07:00
  • a82efe5bb1 Merge remote-tracking branch 'origin/parser' into mrg_praser Noah Campbell 2013-09-17 15:52:40 -07:00
  • 6b0752e8c0 Move AbUrlify to post content transformation Noah Campbell 2013-09-17 14:16:06 -07:00
  • c6fe87b14e Add a transform step Noah Campbell 2013-09-17 13:04:28 -07:00
  • c75da346e1 Fix alias documentation. Noah Campbell 2013-09-13 16:06:39 -07:00
  • 172ff5ea7a Initialize HTMLRedirectAlias before ShowPlan() Noah Campbell 2013-09-13 15:06:37 -07:00