Commit graph

  • c2437cc0eb Remove order and add heavier/later Daniel Sockwell 2018-07-27 22:20:20 -0400
  • 9972b72d91 Register get_taxonomy global fn Vincent Prouillet 2018-07-27 18:45:19 +0200
  • e83d76bf8a Clarify taxonomies templates doc Vincent Prouillet 2018-07-27 18:44:10 +0200
  • e63edf80c6
    Merge pull request #351 from humb1t/patch-1 Vincent Prouillet 2018-07-27 18:39:34 +0200
  • dc76e8c9a5
    Fix typo in page.md doc Nikita Puzankov 2018-07-27 19:39:17 +0400
  • 056568dc61
    Merge pull request #349 from codesections/manual_netlify Vincent Prouillet 2018-07-26 17:40:54 +0200
  • ffe6f2b5f0 Expand Netlify doc page Daniel Sockwell 2018-07-25 13:42:46 -0400
  • 6d4bb7140b Reorganise EXAMPLES.md (#347) Daniel Sockwell 2018-07-24 17:11:43 -0400
  • e2dadfc62f
    Merge pull request #346 from codesections/example_addition Vincent Prouillet 2018-07-24 09:53:39 +0200
  • 6905fd03f5 Expand documentation about sorting pages (#343) Daniel Sockwell 2018-07-24 03:44:17 -0400
  • b6aca672f1
    Merge pull request #345 from codesections/netlify Vincent Prouillet 2018-07-24 09:42:13 +0200
  • 4f757e3a12 Add codesections.com to EXAMPLES.md Daniel Sockwell 2018-07-23 17:19:58 -0400
  • 18989747da Revise netlify.toml example Daniel Sockwell 2018-07-23 17:10:50 -0400
  • 601763307d Update deps Vincent Prouillet 2018-07-23 15:44:40 +0200
  • b14f5fad1f Update miminal version of Rust in travis Vincent Prouillet 2018-07-22 16:23:40 +0200
  • a958f96955 Update actix Vincent Prouillet 2018-07-22 12:14:16 +0200
  • c2d4561f05 Edit docs to say that sections require an _index.md file (#341) Daniel Sockwell 2018-07-20 03:16:57 -0400
  • f37b19db6a Add archive docs Vincent Prouillet 2018-07-17 17:58:58 +0200
  • 8a23c539c7 Add build-packages to snapcraft (#322) Vincent Prouillet 2018-07-17 12:41:13 +0200
  • d0066cb497 Update appveyor min version Vincent Prouillet 2018-07-17 12:37:11 +0200
  • ba8b696859
    Merge pull request #337 from Keats/link-checker Vincent Prouillet 2018-07-17 11:49:46 +0200
  • 3e48ff24b5 Add an external link checker Vincent Prouillet 2018-07-16 21:13:00 +0200
  • 18bef00671 Rename taxonomies paginate and error on unknown ones Vincent Prouillet 2018-07-16 18:14:48 +0200
  • 2f100ecd01 Fix path in windows for taxo rss Vincent Prouillet 2018-07-16 12:01:03 +0200
  • 7bf36642d9 Update deps Vincent Prouillet 2018-07-16 11:03:45 +0200
  • 1ae0702494
    Custom taxonomies (#330) Vincent Prouillet 2018-07-16 10:54:05 +0200
  • ada606a4da Update comparison in README for Hugo 0.43 (#334) Daniel Sockwell 2018-07-16 02:54:28 -0400
  • b563142fc0 Add index page section to documentation (#331) Daniel Sockwell 2018-07-16 02:49:26 -0400
  • ae0ade94f6 Render live demo link for themes if there is one Daniel Sockwell 2018-07-16 02:47:04 -0400
  • 9dd206d925 Edit docs to clarify role of static folder (#329) Daniel Sockwell 2018-07-14 03:07:36 -0400
  • f7454708a7 Disable actix-web features for real Vincent Prouillet 2018-07-12 23:23:14 +0200
  • b03b9c1ad4 Use no features of actix-web Vincent Prouillet 2018-07-12 22:49:18 +0200
  • 9e62651777
    Merge pull request #328 from codesections/master Vincent Prouillet 2018-07-09 12:43:23 +0200
  • 1431df623f Edit docs to clarify RSS process Daniel Sockwell 2018-07-08 11:21:24 -0400
  • 735bb38bd7 Update docs for 404 and enable preserve-order of tera Vincent Prouillet 2018-07-05 17:43:30 +0200
  • 734beba0fd
    Merge pull request #323 from onelson/actix-middleware-err-response Vincent Prouillet 2018-07-05 17:22:40 +0200
  • 9e9fe50769 Fix rendering benchmark Vincent Prouillet 2018-07-01 16:14:46 +0200
  • 8f460dc28b Custom 404 page now template driven. Owen Nelson 2018-06-25 23:24:57 -0700
  • 7ab22528a5 WIP Custom 404 page. Owen Nelson 2018-06-24 12:08:33 -0700
  • 17106be497 Send Appropriate Response on Error eir 2018-04-26 14:14:37 -0700
  • fd93b3419f pin actix-web harder Owen Nelson 2018-06-25 21:39:25 -0700
  • d47ba4aff0 Rebasing + tweaks Vincent Prouillet 2018-06-25 19:13:21 +0200
  • 17de3c9a97 imageproc: Rename _resized_images as _processed_images Vojtech Kral 2018-06-24 22:21:33 +0200
  • 3e4aa82ecc imageproc: Use DefaultHasher from stdlib instead of twox-hash Vojtech Kral 2018-06-23 16:48:37 +0200
  • a89768dab0 Remove page.images Vojtech Kral 2018-06-23 16:38:53 +0200
  • 42939b9a66 Fix error and cargo update Vincent Prouillet 2018-06-20 17:43:24 +0200
  • ffcc455ed5 Fix panicking handling file without extension Unreal Hoang 2018-06-03 03:25:28 +0900
  • 0e0cd244f3 Fix error handling put in place to side-step a confusing compiler error. Owen Nelson 2018-05-31 11:39:43 -0700
  • 45156c46c9 map actix_web::error::Error to std::io::Error as string. Owen Nelson 2018-05-29 10:42:53 -0700
  • 908f16855a Fixes #279 switch from iron to actix-web. Owen Nelson 2018-05-26 22:19:01 -0700
  • 8e8cdfeb7f Add year, month and day to page context with a date Vincent Prouillet 2018-05-30 14:08:35 +0200
  • 4a6244adcf imageproc: Cleanup and comments in hash collision resolution Vojtech Kral 2018-05-25 18:37:27 +0200
  • 77bc526008 imageproc: Fix naming, cleanup Vojtech Kral 2018-05-25 18:30:22 +0200
  • 7c8d39fe9c Docs for resize_image() Vojtech Kral 2018-04-08 22:12:39 +0200
  • 6662014e55 Add image resizing support #225 Vojtech Kral 2018-02-02 21:35:04 +0100
  • 3eb571fdbf Trim left every line of a shortcode to avoid the accidental markdown codeblock Vincent Prouillet 2018-05-19 12:12:02 +0200
  • f07bb38c37 Fix image in markdown rendering Vincent Prouillet 2018-05-18 14:51:44 +0200
  • 28641fc223 Add HTML aliases to changelog Vincent Prouillet 2018-05-17 19:08:56 +0200
  • d334b1cf46 More shortcode docs update Vincent Prouillet 2018-05-17 19:04:42 +0200
  • b120754862 Update shortcode parsing and docs Vincent Prouillet 2018-05-17 18:32:46 +0200
  • 860d1f4d1f Indicate which file is failing to render on error Vincent Prouillet 2018-05-17 18:32:31 +0200
  • da3b0fcf0e Use proper Unicode word count; fixes #304 Clar Charr 2018-05-16 17:52:26 -0400
  • 3694c43d3a Update documentation regarding aliases James Munns 2018-05-16 20:30:32 +0200
  • fbb57253a3 Add html-alias test James Munns 2018-05-16 20:25:05 +0200
  • cf1f8317bb Reduce the number of allocations James Munns 2018-04-20 17:54:05 +0200
  • 40ef634439 Allow creation of specific html aliases James Munns 2018-04-20 02:12:02 +0200
  • b060cc1b64 Update syntaxes Vincent Prouillet 2018-05-11 18:16:07 +0200
  • d69ada09d2 Make permalinks out of co-located images Vincent Prouillet 2018-05-07 21:23:27 +0200
  • ef543b3d2b Make co-located asset link permalinks Vincent Prouillet 2018-05-07 21:03:51 +0200
  • d39edd8ecb Allow links in headers Vincent Prouillet 2018-05-07 18:38:04 +0200
  • 85e13483eb Use the new shortcode parser Vincent Prouillet 2018-05-06 22:58:39 +0200
  • 204f514c0e WIP: new markdown rendering Vincent Prouillet 2018-05-03 20:50:30 +0200
  • b892c07ed3 Don't hardcode the ws port Vincent Prouillet 2018-05-11 13:54:16 +0200
  • 50a79c52f3 Fix serve not working with config flag Vincent Prouillet 2018-04-26 10:58:59 +0200
  • a060646b9e Update test alternative config file Vincent Prouillet 2018-04-25 11:03:01 +0200
  • 3e6054a9ac tempdir -> tempfile Vincent Prouillet 2018-04-25 10:28:23 +0200
  • 691ad922a2 cargo update Vincent Prouillet 2018-04-24 19:46:16 +0200
  • a853bef933 v0.3.4 v0.3.4 Vincent Prouillet 2018-06-22 15:14:12 +0200
  • 7d5ffac1d5 Appveyor config fix Vincent Prouillet 2018-06-22 14:29:11 +0200
  • 99657da5e1 Move snapcraft file Vincent Prouillet 2018-06-22 13:40:26 +0200
  • 7f48b9bee8 Update more deps and appveyor config Vincent Prouillet 2018-06-22 13:39:29 +0200
  • 2b75fd180b cargo update for new version Vincent Prouillet 2018-06-22 13:33:17 +0200
  • 31ae316b77
    Merge pull request #299 from musoke/snap Vincent Prouillet 2018-06-05 23:04:32 +0200
  • dca593ce13 Add snacraft config Nathan Musoke 2018-04-28 18:28:33 +1200
  • 4b23759908 Add CMake syntax and update other syntaxes Vincent Prouillet 2018-04-13 15:07:23 +0200
  • 165b06133a
    Merge pull request #281 from maccoda/master Vincent Prouillet 2018-04-10 11:07:32 +0200
  • 3856ead778
    Merge pull request #283 from scvalex/fix-continue-reading-docs Vincent Prouillet 2018-04-10 11:07:02 +0200
  • d5d186b106
    Update README.md Vincent Prouillet 2018-04-10 08:06:49 +0200
  • 042765c129 obfuscate <!-- more --> in docs so that it doesn't get replaced Alexandru Scvortov 2018-04-09 22:20:05 +0100
  • 9d2f6f0b23
    Merge pull request #278 from andradei/master Vincent Prouillet 2018-04-09 12:14:40 +0200
  • a56ab5aa56 Theme deployment Dylan Maccora 2018-04-08 09:04:44 +1000
  • 98fe18ad9c
    Add search to comparison Vincent Prouillet 2018-04-07 09:59:37 +0200
  • f9186118a0 Fix typo. Isaac Andrade 2018-04-03 10:24:53 -0600
  • 050c7f5d3f Merge remote-tracking branch 'upstream/master' Isaac Andrade 2018-04-03 10:23:05 -0600
  • b197f182f9
    Merge pull request #280 from zmitchell/master Vincent Prouillet 2018-04-03 10:41:01 +0200
  • c309ca205c
    Add Tinkering to EXAMPLES.md Zach Mitchell 2018-04-02 11:15:30 -0400
  • 486c979761 Fix documentation typos and minor changes: - Fix some typos - Some small changes to documentation to make it more clear - Change the themes list from text to links Isaac Andrade 2018-04-01 18:33:59 -0600
  • 5dd42c5566 Update gutenberg version on netlify Vincent Prouillet 2018-03-29 20:21:35 +0200
  • 789a6408fb
    Merge pull request #251 from Keats/next v0.3.3 Vincent Prouillet 2018-03-29 18:03:41 +0200
  • d6bb43c0ad Set release date Vincent Prouillet 2018-03-29 15:30:30 +0200