Commit graph

  • 26e119479c Reverse order sorting to be desc Vincent Prouillet 2017-06-16 22:07:17 +0900
  • e76ee7ae4a Pass section in context when rendering a page if there is one Vincent Prouillet 2017-06-16 21:53:28 +0900
  • e57fb7d594 Add docs for toc Vincent Prouillet 2017-06-16 14:05:14 +0900
  • c3986b701a Add table of contents support Vincent Prouillet 2017-06-16 13:00:48 +0900
  • 4fa88ebc21 Update deps and only do one cargo test on windows Vincent Prouillet 2017-06-13 20:50:16 +0900
  • 2d949249c3 Add trailing slash to paths and permalinks. Fix #85 Vincent Prouillet 2017-06-11 02:52:39 +0900
  • 0037f743cd Add license of livereload-js in serve.rs Vincent Prouillet 2017-06-07 18:25:36 +0900
  • 4c9d1e3af7 Add shortcode for Streamable videos (Electric Boogaloo) (#80) William Yao 2017-06-05 22:51:20 -0500
  • 5b777cf587 Update syntect Vincent Prouillet 2017-05-31 20:06:04 +0900
  • 9b6948a0ab Add code<future to readme Vincent Prouillet 2017-05-30 19:24:19 +0900
  • ffe8a24333 Sort tag/category page by date Vincent Prouillet 2017-05-30 19:23:07 +0900
  • f3cfca23a5 Update submodule and re-do dumps for syntect 1.4.0 Vincent Prouillet 2017-05-30 18:44:56 +0900
  • 913595ad67 Merge pull request #76 from emosenkis/patch-1 Vincent Prouillet 2017-05-25 08:54:13 +0900
  • 1ec5d56a52 Fix typo. Eitan Mosenkis 2017-05-24 19:50:06 +0300
  • 2c8ff5e08e v0.0.6 v0.0.6 Vincent Prouillet 2017-05-24 21:28:33 +0900
  • ba7be32535 Update dependencies Vincent Prouillet 2017-05-24 20:57:23 +0900
  • 5559dff996 Merge pull request #68 from Keats/moar Vincent Prouillet 2017-05-24 20:29:29 +0900
  • bae3ade471 Add get_section fn and update readme Vincent Prouillet 2017-05-23 20:03:25 +0900
  • 958f1cf88c Update Tera and fix tests Vincent Prouillet 2017-05-23 19:49:10 +0900
  • 3fb06ac791 Clippy Vincent Prouillet 2017-05-22 20:58:28 +0900
  • 92d81509d3 Rebuild pages on changes to insert_anchor Vincent Prouillet 2017-05-22 20:56:37 +0900
  • 916f7407db Rename anchor link class Vincent Prouillet 2017-05-22 20:44:33 +0900
  • efb4d16ede Remove next/previous page when adding a previous/next to avoid chains Vincent Prouillet 2017-05-22 20:38:02 +0900
  • dbe4a1d517 Move insert_anchor to section and allow left/right Vincent Prouillet 2017-05-22 20:28:43 +0900
  • 2a11b9d116 Better error if address in use Vincent Prouillet 2017-05-21 00:00:41 +0900
  • 33faf6fe70 Make number RSS item configurable Vincent Prouillet 2017-05-20 23:45:31 +0900
  • d2b6cbde2f Update jinja2 syntax to include html syntax Vincent Prouillet 2017-05-20 22:53:47 +0900
  • 26159609d2 Add a rendering module Vincent Prouillet 2017-05-17 21:53:26 +0900
  • b2a63e2ada Add a get_url global fn Vincent Prouillet 2017-05-17 19:04:26 +0900
  • 59b4b07cb3 Use Path for fs utils rather than AsRef Vincent Prouillet 2017-05-16 14:54:50 +0900
  • be784bbaa3 Refactor taxonomies Vincent Prouillet 2017-05-16 13:37:00 +0900
  • 056bf55881 Add a FileInfo struct to hold some common data about the files Vincent Prouillet 2017-05-15 19:53:39 +0900
  • d9ed7df118 Minify livereload.js Vincent Prouillet 2017-05-15 17:11:14 +0900
  • b2c3adff37 Move page tests inside content mod Vincent Prouillet 2017-05-15 16:56:16 +0900
  • 4f27dc2f18 Move find_content_components to content mod Vincent Prouillet 2017-05-15 16:26:11 +0900
  • 54fc1055ad v0.0.5 v0.0.5 Vincent Prouillet 2017-05-15 15:57:42 +0900
  • 86b6bd80c3 Fix SectionFrontMatter default Vincent Prouillet 2017-05-15 14:59:14 +0900
  • 1aaf5c1beb Update some deps Vincent Prouillet 2017-05-15 14:44:23 +0900
  • 9a7244b35f Merge pull request #65 from Keats/improvements Vincent Prouillet 2017-05-15 12:56:13 +0900
  • c35b76406e Move stuff around a bit more Vincent Prouillet 2017-05-15 12:23:19 +0900
  • 07f11755d6 Create a content mod Vincent Prouillet 2017-05-14 14:14:58 +0900
  • 09d5e74a65 Smarter rebuild on content change Vincent Prouillet 2017-05-13 22:37:01 +0900
  • 76527801ce Move render_alias to templates mod Vincent Prouillet 2017-05-13 13:05:38 +0900
  • 299c3c8b22 Separate Page and Section front matter into 2 structs Vincent Prouillet 2017-05-13 13:01:38 +0900
  • bb3cba1ad5 Move adding filters to the templates mod Vincent Prouillet 2017-05-13 11:45:29 +0900
  • 72c626ee55 Move all tera stuff into a templates mod Vincent Prouillet 2017-05-12 23:27:22 +0900
  • 2fb4e2b01d Move all printing in cli to the console file Vincent Prouillet 2017-05-12 23:10:21 +0900
  • 2a150299f3 Move cli code to bin directory Vincent Prouillet 2017-05-12 22:59:41 +0900
  • 5ac5625de1 Default to not generating tags and categories page Vincent Prouillet 2017-05-12 22:32:35 +0900
  • ab3e04c9e5 Do not count the index as a section when printing Vincent Prouillet 2017-05-12 21:30:59 +0900
  • c791dffae5 Use livereload properly. Fix #10 Vincent Prouillet 2017-05-12 21:15:50 +0900
  • aee1552619 Add Jinja2 syntax Vincent Prouillet 2017-05-12 20:28:26 +0900
  • 8711c9a3c0 Change Site::section and fix empty paginated sections Vincent Prouillet 2017-05-12 20:24:44 +0900
  • c565f10cb3 Let sections have their own body Vincent Prouillet 2017-05-12 18:05:00 +0900
  • 005990a928 Create a default index section if there is none Vincent Prouillet 2017-05-12 16:30:01 +0900
  • aa7ddef123 Update toml Vincent Prouillet 2017-05-12 14:01:10 +0900
  • c07d875abb Update elm syntax Vincent Prouillet 2017-05-11 16:16:09 +0900
  • 939b699518 Clippy Vincent Prouillet 2017-05-11 15:45:19 +0900
  • 18ccb4b79e Merge pull request #62 from Keats/smarter Vincent Prouillet 2017-05-11 15:43:20 +0900
  • 1e0744601e Slighty smarter rebuild on page content change Vincent Prouillet 2017-05-11 14:33:23 +0900
  • 40b5a0547a Update changelog Vincent Prouillet 2017-05-11 14:12:02 +0900
  • 8821ec17d7 Merge pull request #56 from Keats/get_page Vincent Prouillet 2017-05-10 12:44:08 +0900
  • 6f5e008853 Add global get_page tera fn Vincent Prouillet 2017-05-03 23:16:09 +0900
  • 08bb1c8774 Merge pull request #60 from Keats/sections Vincent Prouillet 2017-05-10 12:05:01 +0900
  • 20989b9f22 Update README Vincent Prouillet 2017-05-09 23:10:27 +0900
  • c989ab607c Add orphan in print notice and fix orphan with assets and url Vincent Prouillet 2017-05-09 21:47:02 +0900
  • f3edef2640 Warn about ignored pages Vincent Prouillet 2017-05-09 21:12:10 +0900
  • 7099fc8ac2 Add frontmatter flag to not render a section Vincent Prouillet 2017-05-09 20:39:40 +0900
  • 4df9752b54 Pass the <directory, section> to the index Vincent Prouillet 2017-05-09 20:24:44 +0900
  • 2d4cba5b2d Make index a section like any other Vincent Prouillet 2017-05-08 19:29:37 +0900
  • 5bfe1c213b Clippy run Vincent Prouillet 2017-05-08 17:39:31 +0900
  • 0dcca4e271 Update changelog Vincent Prouillet 2017-05-03 21:30:17 +0900
  • c9c6b4c808 Merge pull request #55 from Keats/pagination2 Vincent Prouillet 2017-05-03 21:28:19 +0900
  • a3318d4b56 Pagination Vincent Prouillet 2017-05-03 17:52:49 +0900
  • 27287a50c3 Do not unwrap on watchers in serve cmd Vincent Prouillet 2017-05-01 18:11:18 +0900
  • fc960c1771 Do not populate prev/next on section index rendering Vincent Prouillet 2017-05-01 17:31:51 +0900
  • 177826a110 Mention sorting in readme Vincent Prouillet 2017-05-01 17:21:49 +0900
  • 6e9a9eaa1f Fix prev/next Vincent Prouillet 2017-05-01 17:10:22 +0900
  • 566f4e6919 Fix rebuild content logic to include sections Vincent Prouillet 2017-05-01 16:31:23 +0900
  • db84411788 Fix link in md headers Vincent Prouillet 2017-05-01 16:04:41 +0900
  • f322672f08 Merge pull request #47 from Keats/sorting Vincent Prouillet 2017-05-01 15:51:47 +0900
  • b256aaf7d0 Do not append non-sortables pages when not sortable Vincent Prouillet 2017-05-01 15:35:49 +0900
  • 9669c3562c Some fix and use toml master branch for now Vincent Prouillet 2017-05-01 14:55:42 +0900
  • a0b70bfc7e Allow sorting pages by order and date Vincent Prouillet 2017-04-24 18:11:51 +0900
  • 70729c9822 Add GenericConfig and VimL syntaxes Vincent Prouillet 2017-05-01 14:44:02 +0900
  • 968f81be29 Update syntaxes Vincent Prouillet 2017-04-28 17:06:32 +0900
  • 03aa83af6a Make title and description optional in frontmatter Vincent Prouillet 2017-04-28 16:31:11 +0900
  • dd9bab3142 Fix XML template overriding Vincent Prouillet 2017-04-28 16:18:18 +0900
  • 74be6d9c15 Add asset list in file not name index.md error message Vincent Prouillet 2017-04-25 12:00:42 +0900
  • 33951ffe70 Fix relative link in README Vincent Prouillet 2017-04-23 15:39:38 +0900
  • a8c8c5cb07 Update changelog and base64 v0.0.4 Vincent Prouillet 2017-04-23 15:32:08 +0900
  • d6437856a4 Merge pull request #45 from Keats/index Vincent Prouillet 2017-04-23 13:28:27 +0900
  • df51e4d8b6 Add a special section for home page Vincent Prouillet 2017-04-22 13:58:22 +0900
  • 1c9e078154 Clippy run Vincent Prouillet 2017-04-22 12:35:11 +0900
  • fb7b5646ca Only load templates ending by .html Vincent Prouillet 2017-04-22 11:44:56 +0900
  • f35ca24893 Fix titles with markdown chars and anchors Vincent Prouillet 2017-04-22 11:40:11 +0900
  • f3d9bea3df Merge pull request #41 from Keats/syntaxes Vincent Prouillet 2017-04-22 11:11:36 +0900
  • b822fe1d3b Update Assembly and regenerate syntaxes Vincent Prouillet 2017-04-22 10:46:38 +0900
  • 873256ad5f Add TOML and Linker syntax Vincent Prouillet 2017-04-21 20:24:27 +0900
  • c0cb77490a Use https for package submodule Vincent Prouillet 2017-04-21 20:02:36 +0900