Owen Nelson
fd93b3419f
pin actix-web harder
2018-06-25 21:39:25 -07:00
Vincent Prouillet
d47ba4aff0
Rebasing + tweaks
2018-06-25 19:13:21 +02:00
Vincent Prouillet
42939b9a66
Fix error and cargo update
2018-06-25 18:08:20 +02:00
Owen Nelson
908f16855a
Fixes #279 switch from iron to actix-web.
...
This implementation seems to match the behavior of the previous iron
server.
Static files are rendered as-is, and when a directory is requested, we
attempt to render a `index.html` found inside, or 404 if it's not
present.
The actix docs mention using channels to send a message to the server to
shut it down gracefully while running in another thread (as we're doing
here), but it seems like there would have to be some reorganization in
order to manage this effectively, perhaps holding the channel sender inside
`main.rs` so we can push a message through to the server when the call
to `cmd::serve()` finally returns.
For the time being, I left things without any careful attempts to
cleanup the server thread. This more or less matches the old iron
implementation as far as I can see.
The static file handling in actix is _just_ a little off from what we'd
want.
I left some comments in the source regarding why we can't just use their hook
for directory index redirection.
2018-06-25 18:07:41 +02:00
Vojtech Kral
6662014e55
Add image resizing support #225
2018-06-25 18:05:04 +02:00
Vincent Prouillet
d334b1cf46
More shortcode docs update
2018-06-25 18:03:20 +02:00
Vincent Prouillet
a853bef933
v0.3.4
2018-06-22 15:14:12 +02:00
Vincent Prouillet
ddf8970ad8
[WIP] Search
2018-03-20 18:43:30 +01:00
Vincent Prouillet
2eacb8247b
Fix config CLI option
...
Closes #254
2018-03-16 19:11:12 +01:00
Vincent Prouillet
15dd8e629e
v0.3.2
2018-03-05 19:26:27 +01:00
Vincent Prouillet
45fc1ee761
Release 0.3.1
2018-02-15 10:41:49 +01:00
Vincent Prouillet
16f658c70c
Move test_site and turn rebuild.rs into a component
2018-01-29 18:40:12 +01:00
Vincent Prouillet
fea728d413
Update cargo metadata
2018-01-25 12:18:21 +01:00
Vincent Prouillet
b73ff48482
Fix not compiling on nightly
...
Fix #215
2018-01-24 13:21:48 +01:00
Vincent Prouillet
a44dd5f49a
serve cleans after itself now
...
Closes #199
2018-01-22 18:11:28 +01:00
Vincent Prouillet
bfdc93f948
Cargo update
2017-12-29 19:51:22 +01:00
Vincent Prouillet
11be340a92
v0.2.2
2017-11-01 14:58:03 +01:00
Geoff Shannon
c19e900bec
Extract syntex highlighting module into a new component in workspace
...
This removes the dependency cycle between config and rendering that
causes 4 packages to be recompiled every time a change is made.
I just want to code fast!
2017-10-30 13:55:14 -07:00
Vincent Prouillet
3e421fb951
Releasing 0.2.1
2017-10-17 11:44:06 +02:00
Vincent Prouillet
97d5561569
Next version will be 0.2.0
2017-10-03 20:50:34 +09:00
Vincent Prouillet
20c1947b47
Clippy run
2017-10-02 20:16:56 +09:00
Vincent Prouillet
f5e1b0c170
Get ready for 0.1.3 release
2017-08-31 18:51:18 +09:00
Vincent Prouillet
145829023c
Prepare for 0.1.2 release
2017-08-09 13:42:27 +09:00
Vincent Prouillet
23e4b911e7
Improve gutenberg init
...
Fix #104
2017-07-27 18:28:06 +09:00
Vincent Prouillet
62a24c3700
Forgot to bump Cargo.toml version
2017-07-25 16:57:30 +09:00
Vincent Prouillet
b585239348
Disable build.rs now that completions files are built
2017-07-16 10:19:18 +09:00
Vincent Prouillet
2ea77f3883
Generate completions for all shells
2017-07-15 13:24:31 +09:00
Vincent Prouillet
903b456276
v.0.1.0
2017-07-14 21:53:41 +09:00
Vincent Prouillet
c3b525745e
Convert project to a workspace
2017-07-01 16:47:41 +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
4fa88ebc21
Update deps and only do one cargo test on windows
2017-06-13 20:50:16 +09:00
Vincent Prouillet
2c8ff5e08e
v0.0.6
2017-05-24 21:28:33 +09:00
Vincent Prouillet
54fc1055ad
v0.0.5
2017-05-15 15:57:42 +09:00
Vincent Prouillet
aa7ddef123
Update toml
2017-05-12 14:01:10 +09:00
Vincent Prouillet
9669c3562c
Some fix and use toml master branch for now
2017-05-01 14:55:42 +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
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
a02d50c22a
Add some colours
2017-03-25 15:52:51 +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
81596af366
Update clap
2017-03-20 15:32:43 +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
57fd159025
Copy static directory and live reload changes to it
2017-03-09 16:34:12 +09:00
Vincent Prouillet
d43d738a4f
RSS feed generation
2017-03-07 16:43:27 +09:00