Commit graph

  • 4f1807c7a7 Replacing hall of fame with showcase. (new type, content driven, thumbnails, etc) spf13 2014-01-22 17:16:09 -0500
  • 9564e6e9d8 Adding support for some primitive template math functions spf13 2014-01-22 17:06:23 -0500
  • 0e013b5291 add andrewcodispoti.com to hall-of-fame Andrew Codispoti 2014-01-20 16:24:47 -0500
  • 3851117c25 renaming MinRead to ReadingTime and adding to documentation. spf13 2014-01-21 17:12:59 -0500
  • 50a7f97a62 Updating page variable documentation (for templates). spf13 2014-01-21 20:05:26 -0500
  • 7afa29e71d Merge 57c528192d into f0634ec059 acodispo 2014-01-20 13:28:50 -0800
  • 57c528192d add andrewcodispoti.com to hall-of-fame Andrew Codispoti 2014-01-20 16:24:47 -0500
  • f0634ec059 fixed #171. RSSlink is now RSSLink (and matches existing docs). spf13 2014-01-18 22:16:19 -0500
  • ae15ff0968 Fixing test which erroneously checked values and order, rather than just values. spf13 2014-01-18 21:26:34 -0500
  • 44186c6af1 Extending rss item limit to 50… can reduce further in template with ‘first N’ functionality. spf13 2014-01-18 21:18:54 -0500
  • 90e063dcf4 Merge dfca1cf307 into fa2e58fd4a nwidger 2014-01-18 08:45:12 -0800
  • dfca1cf307 Add new TableOfContents Page variable (Markdown only) Niels Widger 2014-01-18 11:42:01 -0500
  • fa2e58fd4a Have travis build with latest go. spf13 2014-01-18 11:02:56 -0500
  • cb04053385 RSS improvements, now limit to 15 items and provide accurate date. fixed #172 spf13 2014-01-18 11:02:27 -0500
  • 303be735fb Adding github button to docs homepage spf13 2014-01-18 10:58:58 -0500
  • c51d040e3d Adding Werker status to readme Steve Francia 2014-01-15 11:06:41 -0500
  • 845d09763a Create wercker.yml Steve Francia 2014-01-15 11:02:24 -0500
  • 03b3898434 Merge 4b4810f33a into f8243624e4 Brandon Philips 2014-01-13 14:44:18 -0800
  • f8243624e4 feat(docs/hall-of-fame): add ifup Brandon Philips 2014-01-12 19:38:48 -0800
  • 438c219892 Add canonifyurls config option. Phil Pennock 2014-01-03 18:36:53 -0500
  • 4b4810f33a feat(docs/hall-of-fame): add ifup Brandon Philips 2014-01-12 19:38:48 -0800
  • 2ff108fcb7 Add highlighting of code in documentation and clean up a bunch of the docs. spf13 2014-01-10 21:19:19 -0500
  • 13b5c10dd7 Rewriting some homepage text spf13 2014-01-10 12:52:43 -0500
  • 74d7ae1f8f A bunch of style updates. Switching to bootstrap carousel. spf13 2014-01-10 12:48:55 -0500
  • 01da9a40e6 Report error, but don’t fatally stop if pygments has error. Return original string. (+1 squashed commit) Squashed commits: [849a7af] if highlighting doesn’t work, just return original string spf13 2014-01-10 12:50:31 -0500
  • 3fd6c1a24e Adding some embedded short codes (including code highlighting) spf13 2014-01-09 17:33:20 -0500
  • 13b067b506 Adding support for embedded templates spf13 2014-01-09 17:27:39 -0500
  • f78e2cb854 Removing Twitter js spf13 2014-01-08 09:19:09 -0500
  • a70acd110e New Icon Font for Hugo spf13 2014-01-08 09:18:42 -0500
  • a020115835 Merge c1bae45dfa into 247db151fa Phil Pennock 2014-01-03 15:44:24 -0800
  • c1bae45dfa Add canonifyurls config option. Phil Pennock 2014-01-03 18:36:53 -0500
  • 247db151fa Adding some analytics Steve Francia 2014-01-03 12:58:09 -0500
  • 199319bb6a Merge b22c98f0e7 into b82baa285b Dana Woodman 2014-01-01 07:03:24 -0800
  • b82baa285b Adding chimeraarts.org to hall-of-fame Dana Woodman 2013-12-31 14:00:19 -0800
  • b22c98f0e7 Adding chimeraarts.org to hall-of-fame Dana Woodman 2013-12-31 14:00:19 -0800
  • 727404294b Merge 69279c5fe0 into 5550c4148e Szabó Krisztián 2013-12-28 19:04:03 -0800
  • 5550c4148e Added append-port flag Krisztián Szabó 2013-12-28 20:37:44 +0100
  • 69279c5fe0 Added append-port flag Krisztián Szabó 2013-12-28 20:37:44 +0100
  • e5aa08ff0c If baseurl is set then print that on the command line, else leave as default of localhost William King 2013-12-16 00:37:09 -0800
  • 232464903e Merge 4e1b482d35 into 8b84156f87 Egon Elbre 2013-12-28 10:49:45 -0800
  • 8b84156f87 Example of a multilingual site. Egon Elbre 2013-11-23 21:16:42 +0200
  • 8055838c70 Allowing empty files (ignored) so you can touch a new file while watching spf13 2013-12-28 13:44:58 -0500
  • 1c60d5bf20 Don't shutdown hugo on an empty file. Egon Elbre 2013-12-16 10:34:26 +0200
  • 8d80f9b39e Added batching behavior for page building. Egon Elbre 2013-12-15 17:19:22 +0200
  • 1979f7d9c7 Avoid locking the files for an extended amount of time. Sublime Text doesn't like this and shows an error when modifying a file in rapid succession. Egon Elbre 2013-12-15 16:49:23 +0200
  • e46148f948 Fix static file change detection on Windows. Fixed windows uses different filepath separator. The filepath.ToSlash shouldn't be used, because it can cause errors in filepath suffix and prefix testing since "c:\a" isn't a prefix of "c:/a/b/c". Egon Elbre 2013-12-15 16:31:29 +0200
  • 065928fcf0 Adding page sorting by weight function (the default) spf13 2013-12-28 12:56:12 -0500
  • 4e1b482d35 Merge remote-tracking branch 'upstream/master' Egon Elbre 2013-12-22 12:18:39 +0200
  • c25cc384fc Merge 456a022be0 into 34ac562ce4 Matt Way 2013-12-20 17:45:39 -0800
  • 2987424455 Merge b19c844b94 into 34ac562ce4 Ruben 2013-12-20 17:43:37 -0800
  • 34ac562ce4 Added documentation on ordering indexes, content and content within indexes spf13 2013-12-20 18:11:49 -0500
  • 70745e8cb5 Complete refactor of indexes, move (and rewrite) page sorting to page.go, add tests spf13 2013-12-20 09:10:05 -0500
  • 6aa3e51228 Added PageSorter and PagesByDate Henry 2013-11-24 22:10:20 +0100
  • c7083a5d36 Section in example was wrong for happiness.md Ruben 2013-11-29 15:12:39 +0100
  • 950d9f55a5 Testcases for multilevel structure were wrong Ruben 2013-11-29 08:22:44 +0100
  • de670ced86 Fixes #141: Wrong section in multi level structure Ruben 2013-11-28 15:27:09 +0100
  • 6da23f7449 Gofmt Caleb Spare 2013-11-24 13:48:57 -0800
  • 1abc2f0b86 properly use non-localhost BaseUrl in server command Matt Way 2013-11-22 00:28:05 -0500
  • e49697b111 Merge 073dd984dc into a10519643d William King 2013-12-16 00:37:58 -0800
  • 073dd984dc If baseurl is set then print that on the command line, else leave as default of localhost William King 2013-12-16 00:37:09 -0800
  • a9f0a73b49 Don't shutdown hugo on an empty file. Egon Elbre 2013-12-16 10:34:26 +0200
  • 8fa85ef14a Added batching behavior for page building. Egon Elbre 2013-12-15 17:19:22 +0200
  • bdee0b9fbb Avoid locking the files for an extended amount of time. Sublime Text doesn't like this and shows an error when modifying a file in rapid succession. Egon Elbre 2013-12-15 16:49:23 +0200
  • 8854da4e6d Fix static file change detection on Windows. Fixed windows uses different filepath separator. The filepath.ToSlash shouldn't be used, because it can cause errors in filepath suffix and prefix testing since "c:\a" isn't a prefix of "c:/a/b/c". Egon Elbre 2013-12-15 16:31:29 +0200
  • ee200b49de Merge remote-tracking branch 'upstream/master' Egon Elbre 2013-12-14 16:05:30 +0200
  • a10519643d Adding better contribution guidelines from the read me to the contribution page. spf13 2013-12-10 22:23:20 -0500
  • dd574628a0 Adding community section to the documentation spf13 2013-12-10 19:38:52 -0500
  • ceb708052a Adding selected tweets to the homepage spf13 2013-12-10 19:38:03 -0500
  • f09505a657 Adding example short codes to the documentation spf13 2013-12-10 19:36:44 -0500
  • 6410965b97 Add go fmt to contribution guidelines Noah Campbell 2013-12-07 20:51:34 -0800
  • 357ab956ea Add Contribution Guidelines Noah Campbell 2013-12-07 20:48:17 -0800
  • 0e04b9a029 Moving processing short codes to the page spf13 2013-12-06 23:57:24 -0500
  • d0ef3d43bd better handling of detecting markup format spf13 2013-12-06 23:56:51 -0500
  • f432b187a0 render shortcodes prior to converting to html spf13 2013-12-06 23:32:00 -0500
  • a45de56db1 adding support for shortcodes with opening and closing tags spf13 2013-12-06 23:14:54 -0500
  • db29f57cc4 Adding (source code) Highlight template helper spf13 2013-12-05 09:43:49 -0500
  • fa29e94edb Adding Pygments helper spf13 2013-12-05 09:42:29 -0500
  • 44d57fdc0c Reorganize helpers spf13 2013-12-05 09:29:41 -0500
  • d5cdce692e Merge dbe8af3f9e into 10c7cf2942 Caleb Spare 2013-12-03 10:52:16 -0800
  • 45375e1b5e Merge 163de814b3 into 10c7cf2942 Henry 2013-12-03 03:41:33 -0800
  • 163de814b3 example of .PagesByDate Henry 2013-12-03 12:39:18 +0100
  • 6be933ada2 Merge 8739d7b873 into 10c7cf2942 David A. Arroyo 2013-12-02 16:07:32 -0800
  • 10c7cf2942 Create directories in publishdir with mode 0777. David Arroyo 2013-12-01 20:33:52 -0500
  • 8739d7b873 Create directories in publishdir with mode 0777. David Arroyo 2013-12-01 20:33:52 -0500
  • b19c844b94 Section in example was wrong for happiness.md Ruben 2013-11-29 15:12:39 +0100
  • 48e6e0d3d9 Testcases for multilevel structure were wrong Ruben 2013-11-29 08:23:20 +0100
  • 6f26ed038c Testcases for multilevel structure were wrong Ruben 2013-11-29 08:22:44 +0100
  • 4a88c4b3ff Fixes #141: Wrong section in multi level structure Ruben 2013-11-28 15:27:09 +0100
  • 4ab92d7237 use _default layouts for pages when rendering lists Jordan Torbiak 2013-11-24 22:45:51 -0700
  • dbe8af3f9e Gofmt Caleb Spare 2013-11-24 13:48:57 -0800
  • 60c50bf641 Added PageSorter and PagesByDate Henry 2013-11-24 22:10:20 +0100
  • d5d9fc671c Merge 053506eadd into ba5dadff79 David Gay 2013-11-23 20:42:15 -0800
  • ba5dadff79 Typo fix in docs. David Gay 2013-11-23 14:51:31 -0500
  • 053506eadd Typo fix in docs. David Gay 2013-11-23 14:51:31 -0500
  • 2cdd861506 Example of a multilingual site. Egon Elbre 2013-11-23 21:16:42 +0200
  • 66cca1a7cf Merge 6542568ad2 into 32d9345bba Caleb Spare 2013-11-23 08:57:15 -0800
  • c970d03be6 Merge a6b1a7c159 into 32d9345bba Valeri Karpov 2013-11-23 08:50:11 -0800
  • 32d9345bba Fix a minor typo in types.md Valeri Karpov 2013-11-22 17:59:47 -0500
  • 8a0aed4c63 Merge db7b7fac07 into b351731f72 Jakh Daven 2013-11-23 08:47:47 -0800
  • b351731f72 quickstart docs - fix flag needs arg error Javed Khan 2013-11-23 21:06:33 +0530