Commit Graph

  • bd99a4382f Converted all css to stylus Mathieu David 2015-09-18 22:13:55 +0200
  • 5dfe477cd1 Should fix #56 Mathieu David 2015-09-18 16:18:37 +0200
  • c725df3edd Add test and closes #55 Mathieu David 2015-09-18 16:12:43 +0200
  • 0a50d6b33f Fixed the error in copy_files_except_ext #55 Mathieu David 2015-09-18 15:28:58 +0200
  • e377f4702f Preliminary setup for switching from pure css to stylus Mathieu David 2015-09-18 12:05:55 +0200
  • 103048c0d1 Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2015-09-17 19:45:36 +0200
  • b7bcf2e246 Files other than .md are now copied to the output dir Fixes #52 + Added max-width in css for images Mathieu David 2015-09-17 19:45:06 +0200
  • 0eaac792e9 Merge pull request #53 from mdinger/clippy Mathieu David 2015-09-17 11:55:54 +0200
  • b164e0709b Fix many minor warnings found by clippy mdinger 2015-09-16 22:46:23 -0400
  • 5960050676 Added my first test!! :) For copy_files_except_ext function Mathieu David 2015-09-16 23:35:16 +0200
  • 1799ed9ed3 Added utility function to copy all files recursively except files that have an extension present in the ext_blacklist parameter Mathieu David 2015-09-16 19:01:53 +0200
  • f3cf63c4ec (Re)add greyed sidebar elements for links that do not exist for all themes Mathieu David 2015-09-14 19:20:51 +0200
  • 5f125bd30e Improve the color of the spacer for the rust, coal and navy theme Mathieu David 2015-09-14 18:29:03 +0200
  • 54a56a6354 Fix flash when selecting another theme and reloading the page Mathieu David 2015-09-14 18:12:45 +0200
  • 195bfd2f7f Merge pull request #48 from mdinger/dark_theme Mathieu David 2015-09-14 17:49:29 +0200
  • 5a3155aba7 Fix #50 base url sometimes not correct for index.html Mathieu David 2015-09-14 17:45:30 +0200
  • 3dc8ff5e62 Add a rust theme mdinger 2015-09-14 05:25:42 -0400
  • 937cd36b96 Nit: remove duplicate color mdinger 2015-09-14 03:15:23 -0400
  • 734344671f Add navy theme mdinger 2015-09-14 03:15:10 -0400
  • e8f0428b3d Add coal theme mdinger 2015-09-14 02:41:08 -0400
  • a52f5689a6 Add javascript for switching between 3 different themes mdinger 2015-09-14 02:39:53 -0400
  • b7d9cc3d0a Consolidate light theme. Only selected menu item should be highlighted. Mobile chapter switcher should highlight when selected mdinger 2015-09-14 02:38:06 -0400
  • be33f6afad Move light theme into light class mdinger 2015-09-13 23:31:18 -0400
  • 872f9ea5e6 Add tomorrow night as dark code highlighting theme mdinger 2015-09-14 05:08:48 -0400
  • c113c2eb31 Simplify match nesting in theme with if let mdinger 2015-09-12 22:51:28 -0400
  • 37b68c41f7 Theme toggle button Mathieu David 2015-09-11 01:16:29 +0200
  • 13e5e862ce Local fallback for Font Awesome #46 Mathieu David 2015-09-13 20:03:34 +0200
  • 95dfff008c Local fallback for jquery #46 Mathieu David 2015-09-13 19:16:11 +0200
  • 754773f857 Fix doc test II Mathieu David 2015-09-11 21:21:26 +0200
  • a32d170667 fix code in doc Mathieu David 2015-09-11 21:01:34 +0200
  • a050d9c4ad Big refactoring, now using enum for different book items (Chapter, Affix, Spacer, ...) Closes #9 Mathieu David 2015-09-11 20:52:55 +0200
  • 6962731474 Added MathJax support does not work 100% but it's better than nothing #49 Mathieu David 2015-09-10 23:30:29 +0200
  • 82a774c90e prevent page break in code blocks + force wrap in pre tags (because you can't scroll...) Mathieu David 2015-09-05 17:39:00 +0200
  • d03ae79765 Added a page containing the whole book for printing purposes, closes #41 + cleaning root path Mathieu David 2015-09-05 17:26:17 +0200
  • 4789073e6d Added print button + avoid pagebreaks after titles (doesn't work on chrome, should be tested in Firefox) Mathieu David 2015-09-05 11:40:40 +0200
  • 7527975b41 Added basic print support in the stylesheet. Forced background color for code blocks in chrome, has to be tested in firefox and others. #41 Mathieu David 2015-09-05 00:06:14 +0200
  • 9e2a62f371 travis build icon is now a link to travis in README Mathieu David 2015-08-31 17:16:26 +0200
  • 8e9dc3643f Prevent navigation arrows from collapsing with text on smaller screen. Fix #42 Mathieu David 2015-08-31 17:09:18 +0200
  • 5990c80a00 Cursor is now a pointer on menu-bar i elements. Fix #44 Mathieu David 2015-08-31 16:15:17 +0200
  • be7c0bd059 Clean up of the Renderer trait, render now borrows the book instead of the config and the book items... Mathieu David 2015-08-31 15:24:42 +0200
  • 99942cd46d Merge pull request #45 from FuGangqiang/fgq Mathieu David 2015-08-30 08:43:24 +0200
  • 77b9882825 fix #8: Init -> create files in summary.md FuGangqiang 2015-08-30 00:51:23 +0800
  • ed0c292e82 Changed Travis build status to master branch only Mathieu David 2015-08-16 20:12:48 +0200
  • 262aa91948 Added a utility method to remove all content of a dir but not the dir itelf. Fixes #32 Mathieu David 2015-08-16 13:20:10 +0200
  • a5aa357f57 Clean-up: Remove all 'hacky' exist checks and replace by 'exists()' Mathieu David 2015-08-13 10:46:56 +0200
  • abae21527a Copied the PathExt trait from the rust source code as temporary fix. Now I can replace the hacky code I used. When it goes to rust stable I will just have to remove and eventually change some Mathieu David 2015-08-13 10:00:44 +0200
  • 0720061be4 Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2015-08-12 19:23:27 +0200
  • 10d756eff0 Fix #40 where next helper returned a link to the current chapter instead of the next Mathieu David 2015-08-12 19:22:53 +0200
  • 61841c6603 Merge pull request #39 from waynenilsen/patch-1 Mathieu David 2015-08-12 15:09:17 +0200
  • 541f990ae5 added installation information waynenilsen 2015-08-12 09:04:00 -0400
  • 0932bfd576 Big clean-up, reduced the unwrap's to 2 in the library part! Closes #36 The unwraps where replaced with more diverse error messages #14 Mathieu David 2015-08-11 22:55:51 +0200
  • b6034e8fbe Modified the doc for --theme flag. Closes #37 Mathieu David 2015-08-11 17:15:54 +0200
  • 5b487a03fc Added user prompting and a --force argument. Closes #35 Mathieu David 2015-08-11 16:42:19 +0200
  • 835c61c7f3 Some clean-up + initial implementation of '--theme' flag for init. Still needs some work Mathieu David 2015-08-11 16:13:41 +0200
  • 909953d877 Added badges to crates.io and license v0.0.1 Mathieu David 2015-08-08 01:14:23 +0200
  • 812f8d35e8 Update README.md Mathieu David 2015-08-07 12:14:13 +0200
  • 3baa916a28 Added crate metadata Mathieu David 2015-08-06 23:37:44 +0200
  • bf114d7e21 Removed the sub module from utils and put the functions directly in the utils module + docs #30 Mathieu David 2015-08-06 23:04:19 +0200
  • b7214f92a1 Add documentation for MDBook #30 Mathieu David 2015-08-06 21:10:59 +0200
  • c6b6069ed3 Tweaks to the docs + clean-up Mathieu David 2015-08-06 15:24:34 +0200
  • 15a5378b2b Cosmetic fix to docs Mathieu David 2015-08-06 15:09:37 +0200
  • 20bfcd128d Fixed the code examples and added no_run to prevent them from running Mathieu David 2015-08-06 15:04:27 +0200
  • 731149d37a Fix bug where src and output where not in function of MDBook.root but the current working dir when using set_src() and set_dest() Mathieu David 2015-08-06 14:27:07 +0200
  • a0040733e9 Fixed rust example in doc + some tweaks for html validation Mathieu David 2015-08-06 14:09:55 +0200
  • 05ab31d882 Fix #34 Mathieu David 2015-08-06 13:58:27 +0200
  • fd57d03992 Fix colors in deploy script + Fix link to API docs Mathieu David 2015-08-06 13:30:08 +0200
  • 77413e4699 Fix in deploy script? Mathieu David 2015-08-06 13:09:52 +0200
  • e0621ed0c7 Add echo's to deploy script Mathieu David 2015-08-06 13:06:26 +0200
  • 726018307e ignored test, have to fix some bugs before Mathieu David 2015-08-06 12:52:06 +0200
  • e582922b74 Merge branch 'master' of https://github.com/azerupi/mdBook Mathieu David 2015-08-06 12:39:01 +0200
  • e725215103 Add rustdoc generated API doc Mathieu David 2015-08-06 12:38:48 +0200
  • bbb3c6e789 Update README.md Mathieu David 2015-08-06 00:05:52 +0200
  • 01369ea42f Checked the API, moved handlebars theme handling to the theme module to expose it to every renderer. Closes #28 Mathieu David 2015-08-05 22:35:26 +0200
  • f222134ee6 book-example/book is not tracked anymore and the deploy script should build the output before pushing it to gh-pages Mathieu David 2015-08-05 20:47:21 +0200
  • 991ccb5495 Added some chapters for the documentation #30 + tweaked the syntax highlighting theme Mathieu David 2015-08-05 20:36:21 +0200
  • 58d18d467c Fixed a bug where custom theme was appended to default theme + Changed syntax highlighting theme to something lighter, the dark theme did not fit the light style of the page Mathieu David 2015-08-05 19:14:03 +0200
  • 90719f721b Added syntax highlighting with highlight.js Closes #31 + Added a new chapter to the docs #30. Mathieu David 2015-08-05 18:28:59 +0200
  • 191f594e78 Added function to MDBook to swap renderer #10 Mathieu David 2015-08-04 20:51:01 +0200
  • 2c22d11bfd It's now possible to use a custom theme. Add a theme directory in your src and selectively overwrite the files you want to customize. Closes #6 Mathieu David 2015-08-04 17:58:09 +0200
  • 4ead44457a Added a new macro 'output' that can be disabled by a feature Mathieu David 2015-08-04 17:13:24 +0200
  • 1095e7c773 Clean-up handlebars renderer, move some parts to utils module Mathieu David 2015-08-04 16:52:10 +0200
  • bca6a7aa13 [Clean-up] Reorganize structure in handlebars renderer Mathieu David 2015-08-04 15:15:36 +0200
  • 16318273f3 Merge the updated handlebars helpers in master. Closes #26 Mathieu David 2015-08-04 12:58:20 +0200
  • 842196b91c Cleaned up the handlebars helpers, it's a lot more customizable because the user can put whatever template he wants inside and I just expose link and name of previous / next chapter. JavaScript part is removed. #26 Mathieu David 2015-08-04 12:51:07 +0200
  • 4ae77d771a Moved book.json from src to root. Now src can be set to whatever you want. Closes #27 Mathieu David 2015-08-04 01:25:41 +0200
  • a77fe94c02 Started to clean the 'previous' and 'next' handlebars helpers #26 But got stuck, waiting for a response Mathieu David 2015-08-03 22:09:26 +0200
  • 91b0a99d81 Fix bug in menu-bar title, again... Because I didn't solve it previously Mathieu David 2015-08-03 18:17:39 +0200
  • 22280bbb16 Add debug! macro that can be activated using the "debug" feature. #19 Mathieu David 2015-08-03 18:06:01 +0200
  • fd58a4d441 Fix bug where menu-bar title was on top of the menu-bar icons making them unclickable Mathieu David 2015-08-03 14:59:18 +0200
  • c64824a18c Added author and dest field in book.json, fixed bug when output directory did not exist. Closes #7 Mathieu David 2015-08-03 14:23:32 +0200
  • 9b4298c066 Initial implementation for reading the config file: book.json #7 Mathieu David 2015-08-03 01:37:13 +0200
  • ef00851b8e Fixes #24 Mathieu David 2015-08-01 17:21:05 +0200
  • 3baa409c06 Added deploy script for gh-pages, I am not sure if it works. #23 Mathieu David 2015-08-01 15:24:00 +0200
  • 5b11907a56 Added navigation icons + javascript code to hide them when there is no previous or next. Closes #12 Mathieu David 2015-08-01 14:12:55 +0200
  • 9d29fdaf42 Added Travis build status icon [ci skip] Mathieu David 2015-08-01 10:44:58 +0200
  • 954df18ea9 Added travis integration tests Mathieu David 2015-08-01 10:35:09 +0200
  • 598e0b1eef Merge pull request #22 from kbknapp/clap Mathieu David 2015-08-01 10:13:13 +0200
  • c7361704b9 uses clap to simplify CLI Kevin K 2015-08-01 00:59:05 -0400
  • c64f3ac973 Added handlebars helpers for navigation, need to find a place where to put them on the page #12 Mathieu David 2015-07-31 18:34:43 +0200
  • 31f638eae3 Add active class to currently viewed chapter in the sidebar. Closes #20 Mathieu David 2015-07-31 15:06:08 +0200