Jake Howard
aad12d829f
Remote data ( #494 )
6 years ago
Vincent Prouillet
db4def63dc
Set date from filename
Fix #396
6 years ago
Vincent Prouillet
f84ae7c93b
Rename all occurrences of gutenberg to zola in code
6 years ago
Vincent Prouillet
a86a6ae8c4
Update changelog
6 years ago
Luke Frisken
1baa7750f3
CSV and TOML loading global functions ( #379 )
Local CSV/TOML/JSON loading Tera function
6 years ago
Vincent Prouillet
652196969c
templates folder is now optional for serve
Fix #445
6 years ago
Vincent Prouillet
9f88b0776a
Cargo update
6 years ago
Vincent Prouillet
0b0b4a86db
Update pest for shortcode parser
6 years ago
Vincent Prouillet
ee3f4dc511
Update to syntect 3
6 years ago
Vincent Prouillet
cdcebaea26
Cleanup of slotmap impl
Fix #205
6 years ago
Vincent Prouillet
396d237673
Use Tera render_with_borrowed
6 years ago
Vincent Prouillet
10aba20fe5
Slotmap refactor
6 years ago
Vincent Prouillet
f5c88540ed
Update reqwest and image
6 years ago
Greizgh
b8233af2c4
Allow to disable colors through env vars
- unless forced, only use colors in tty
- support CLICOLOR and NO_COLOR vars
- switch to termcolor crate to handle output coloring
6 years ago
Vincent Prouillet
9461769bcc
Parse date only once for pages
6 years ago
Vincent Prouillet
5876a67100
Remove useless benches and add more useful ones
6 years ago
Vincent Prouillet
e9d59239d6
Update deps
6 years ago
Vincent Prouillet
38b30eb144
Update deps and fix deprecrations
6 years ago
Vincent Prouillet
a6adbabb3d
Fix benches
6 years ago
Vincent Prouillet
a60075fd54
Update deps
6 years ago
Vincent Prouillet
cc46c81bbd
Prepare 0.4.1
6 years ago
Vincent Prouillet
abd9c26d81
Update deps for notify
6 years ago
Vincent Prouillet
a4e47f9435
Update deps
6 years ago
Vincent Prouillet
d9bc70c6fa
Last minute cargo update
6 years ago
Vincent Prouillet
f2d1e25c3d
cargo update
6 years ago
Vincent Prouillet
648b700667
One more cargo update
6 years ago
Vincent Prouillet
8e3e3a52f1
Updated deps
6 years ago
Vincent Prouillet
60a52fd2cc
Some intellij reformatting
6 years ago
Vincent Prouillet
601763307d
Update deps
6 years ago
Vincent Prouillet
a958f96955
Update actix
6 years ago
Vincent Prouillet
d0066cb497
Update appveyor min version
6 years ago
Vincent Prouillet
3e48ff24b5
Add an external link checker
Close #115
6 years ago
Vincent Prouillet
7bf36642d9
Update deps
6 years ago
Vincent Prouillet
1ae0702494
Custom taxonomies ( #330 )
6 years ago
Vincent Prouillet
f7454708a7
Disable actix-web features for real
6 years ago
Vincent Prouillet
735bb38bd7
Update docs for 404 and enable preserve-order of tera
6 years ago
Vincent Prouillet
d47ba4aff0
Rebasing + tweaks
6 years ago
Vojtech Kral
3e4aa82ecc
imageproc: Use DefaultHasher from stdlib instead of twox-hash
6 years ago
Vojtech Kral
a89768dab0
Remove page.images
6 years ago
Vincent Prouillet
42939b9a66
Fix error and cargo update
6 years ago
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.
6 years ago
Vincent Prouillet
8e8cdfeb7f
Add year, month and day to page context with a date
6 years ago
Vojtech Kral
77bc526008
imageproc: Fix naming, cleanup
6 years ago
Vojtech Kral
6662014e55
Add image resizing support #225
6 years ago
Vincent Prouillet
d334b1cf46
More shortcode docs update
6 years ago
Vincent Prouillet
b120754862
Update shortcode parsing and docs
6 years ago
Vincent Prouillet
85e13483eb
Use the new shortcode parser
6 years ago
Vincent Prouillet
3e6054a9ac
tempdir -> tempfile
6 years ago
Vincent Prouillet
691ad922a2
cargo update
6 years ago
Vincent Prouillet
a853bef933
v0.3.4
6 years ago