Mathieu David
|
b40688c880
|
Merge branch 'master' into watch-command
|
2015-12-29 13:40:13 +01:00 |
Mathieu David
|
4ca6693a48
|
Update handlebars from 0.11.x to 0.12.x
|
2015-12-15 18:58:34 +01:00 |
Mathieu David
|
d376b0663a
|
Bumped version to 0.0.4 (after publishing 0.0.3 to crates.io) + updated README to use cargo install for the installation
|
2015-12-11 22:17:05 +01:00 |
Kevin K
|
274c22c702
|
adds version for deps to make cargo installable
|
2015-11-20 08:41:16 -05:00 |
Mathieu David
|
22b6448381
|
Merge branch 'master' into watch-command
|
2015-11-10 16:33:25 +01:00 |
Mathieu David
|
6dcb411f6a
|
Bumped version that was still set to 0.0.1 + added a bigger top margin for h2 and h3 elements
|
2015-11-10 16:26:39 +01:00 |
Mathieu David
|
cdbb2ee5fd
|
Watch builds are now spawned in new threads (using crossbeam) and there is a timelock, preventing multiple builds being triggered in less than a second
|
2015-11-09 14:31:00 +01:00 |
Mathieu David
|
522eef9296
|
first implementation of the watch sub-command. #61 Needs refining, bug in notify made me use recursion, afraid of hitting the max recursion limit...
|
2015-09-27 14:38:37 +02:00 |
Mathieu David
|
a177a9e10d
|
Only regenerate css when feature regenerate-css is enabled
|
2015-09-24 15:37:20 +02:00 |
Mathieu David
|
e377f4702f
|
Preliminary setup for switching from pure css to stylus
|
2015-09-18 14:46:55 +02:00 |
Mathieu David
|
835c61c7f3
|
Some clean-up + initial implementation of '--theme' flag for init. Still needs some work
|
2015-08-11 16:13:41 +02:00 |
Mathieu David
|
3baa916a28
|
Added crate metadata
|
2015-08-06 23:37:44 +02:00 |
Mathieu David
|
20bfcd128d
|
Fixed the code examples and added no_run to prevent them from running
|
2015-08-06 15:04:27 +02:00 |
Mathieu David
|
e725215103
|
Add rustdoc generated API doc
|
2015-08-06 12:38:48 +02:00 |
Mathieu David
|
4ead44457a
|
Added a new macro 'output' that can be disabled by a feature
|
2015-08-04 17:13:24 +02:00 |
Mathieu David
|
22280bbb16
|
Add debug! macro that can be activated using the "debug" feature. #19
|
2015-08-03 18:06:01 +02:00 |
Kevin K
|
c7361704b9
|
uses clap to simplify CLI
|
2015-08-01 00:59:05 -04:00 |
Mathieu David
|
4203b5b1c4
|
added markdown with 'pulldown-cmark', added basic styling, render of the toc is still not completely done
|
2015-07-28 21:01:13 +02:00 |
Mathieu David
|
4d4f35ecba
|
First big step for the html renderer, it reads an handlebars template and creates the files from SUMMARY.md respecting the source folder structure
|
2015-07-19 00:08:38 +02:00 |
Mathieu David
|
b94304405a
|
Skeleton for main.rs (binary)
|
2015-07-06 21:12:24 +02:00 |
Mathieu David
|
d5a8d7f3a1
|
Initial commit
|
2015-07-06 14:21:59 +02:00 |