Vincent Prouillet
|
903b456276
|
v.0.1.0
|
2017-07-14 21:53:41 +09:00 |
|
Vincent Prouillet
|
ce597c1b43
|
Use released version of sass-rs
|
2017-07-14 16:53:48 +09:00 |
|
Vincent Prouillet
|
e2b09d4d27
|
Sass works on windows; try to use msvc on appveyor
|
2017-07-13 22:45:31 +09:00 |
|
Vincent Prouillet
|
b3d002f54d
|
Clippy run
|
2017-07-11 22:51:02 +09:00 |
|
Vincent Prouillet
|
d78477b619
|
Add Sass support for *nix
|
2017-07-06 22:19:50 +09:00 |
|
Vincent Prouillet
|
998283d17c
|
Faster render_sitemap
|
2017-07-05 08:27:27 +09:00 |
|
Vincent Prouillet
|
c3b525745e
|
Convert project to a workspace
|
2017-07-01 16:47:41 +09:00 |
|
Vincent Prouillet
|
c7bea0bc54
|
Add weight sorting
|
2017-06-29 16:11:15 +09:00 |
|
Vincent Prouillet
|
7768a0cc12
|
Bench + parallelize more things
|
2017-06-27 22:39:04 +09:00 |
|
Vincent Prouillet
|
1811255b92
|
Update deps
|
2017-06-22 16:28:52 +09:00 |
|
William Yao
|
b759cf7681
|
parallelize site rendering with rayon (Keats/gutenberg#70)
|
2017-06-21 04:00:37 -05:00 |
|
Vincent Prouillet
|
549644683b
|
v0.0.7
|
2017-06-19 18:44:31 +09:00 |
|
Vincent Prouillet
|
77ad6547e5
|
Update some dependencies
|
2017-06-18 20:06:18 +09:00 |
|
Vincent Prouillet
|
4fa88ebc21
|
Update deps and only do one cargo test on windows
|
2017-06-13 20:50:16 +09:00 |
|
Vincent Prouillet
|
0037f743cd
|
Add license of livereload-js in serve.rs
|
2017-06-07 18:25:59 +09:00 |
|
Vincent Prouillet
|
5b777cf587
|
Update syntect
|
2017-05-31 20:06:04 +09:00 |
|
Vincent Prouillet
|
f3cfca23a5
|
Update submodule and re-do dumps for syntect 1.4.0
|
2017-05-30 18:44:56 +09:00 |
|
Vincent Prouillet
|
2c8ff5e08e
|
v0.0.6
|
2017-05-24 21:28:33 +09:00 |
|
Vincent Prouillet
|
ba7be32535
|
Update dependencies
|
2017-05-24 20:57:23 +09:00 |
|
Vincent Prouillet
|
958f1cf88c
|
Update Tera and fix tests
|
2017-05-23 19:49:10 +09:00 |
|
Vincent Prouillet
|
dbe4a1d517
|
Move insert_anchor to section and allow left/right
|
2017-05-22 20:28:43 +09:00 |
|
Vincent Prouillet
|
d2b6cbde2f
|
Update jinja2 syntax to include html syntax
|
2017-05-20 22:53:47 +09:00 |
|
Vincent Prouillet
|
b2a63e2ada
|
Add a get_url global fn
Close #67
|
2017-05-17 19:06:11 +09:00 |
|
Vincent Prouillet
|
54fc1055ad
|
v0.0.5
|
2017-05-15 15:57:42 +09:00 |
|
Vincent Prouillet
|
1aaf5c1beb
|
Update some deps
|
2017-05-15 14:44:23 +09:00 |
|
Vincent Prouillet
|
c791dffae5
|
Use livereload properly. Fix #10
|
2017-05-12 21:15:50 +09:00 |
|
Vincent Prouillet
|
aa7ddef123
|
Update toml
|
2017-05-12 14:01:10 +09:00 |
|
Vincent Prouillet
|
40b5a0547a
|
Update changelog
|
2017-05-11 14:12:02 +09:00 |
|
Vincent Prouillet
|
6f5e008853
|
Add global get_page tera fn
|
2017-05-10 12:17:15 +09:00 |
|
Vincent Prouillet
|
7099fc8ac2
|
Add frontmatter flag to not render a section
Useful if you're creating a section only to access it in the index but
do not want a section page for it
|
2017-05-09 20:39:42 +09:00 |
|
Vincent Prouillet
|
4df9752b54
|
Pass the <directory, section> to the index
|
2017-05-09 20:24:44 +09:00 |
|
Vincent Prouillet
|
5bfe1c213b
|
Clippy run
|
2017-05-08 17:39:31 +09:00 |
|
Vincent Prouillet
|
a3318d4b56
|
Pagination
|
2017-05-03 20:00:50 +09:00 |
|
Vincent Prouillet
|
9669c3562c
|
Some fix and use toml master branch for now
|
2017-05-01 14:55:42 +09:00 |
|
Vincent Prouillet
|
968f81be29
|
Update syntaxes
|
2017-04-28 17:06:32 +09:00 |
|
Vincent Prouillet
|
a8c8c5cb07
|
Update changelog and base64
|
2017-04-23 15:32:28 +09:00 |
|
Vincent Prouillet
|
d37ca10905
|
Update serde and tera
|
2017-04-21 14:09:22 +09:00 |
|
Vincent Prouillet
|
73feb41e17
|
Add missing fields to serialization
Also use Option for Page::summary
Close #38
|
2017-04-20 12:12:43 +09:00 |
|
Vincent Prouillet
|
e6b48dff38
|
Release 0.0.3
|
2017-04-05 21:51:18 +09:00 |
|
Vincent Prouillet
|
cf3a8142c2
|
Try to make windows work + remove musl
|
2017-04-05 20:31:10 +09:00 |
|
Vincent Prouillet
|
b86a30fb78
|
Add markdown and base64 filters
|
2017-04-04 16:08:40 +09:00 |
|
Vincent Prouillet
|
a6b8caf6de
|
Add shortcodes
|
2017-03-29 21:45:41 +09:00 |
|
Vincent Prouillet
|
a02d50c22a
|
Add some colours
|
2017-03-25 15:52:51 +09:00 |
|
Vincent Prouillet
|
870fbbcd0f
|
Allow selecting a config file other than config.toml
|
2017-03-25 13:18:15 +09:00 |
|
Vincent Prouillet
|
573ab48eb0
|
serde_json is not used
|
2017-03-25 12:04:58 +09:00 |
|
Vincent Prouillet
|
769878032a
|
Release 0.0.2
|
2017-03-24 16:33:19 +09:00 |
|
Vincent Prouillet
|
d05a1559d9
|
Add prev/next hack
|
2017-03-23 13:10:00 +09:00 |
|
Vincent Prouillet
|
7e496878e5
|
Sections
Parse _index.md files as sections and render them
|
2017-03-19 19:20:24 +09:00 |
|
Vincent Prouillet
|
2d26bf038c
|
Force refresh on content/template change and various fixes
|
2017-03-10 21:36:43 +09:00 |
|
Vincent Prouillet
|
4406b16007
|
Detect whether the page needs highlighting
|
2017-03-10 17:40:42 +09:00 |
|