Peng Guanwen
|
7130616f63
|
Minor fixes
|
2019-01-06 19:04:53 +08:00 |
|
Peng Guanwen
|
972aab1ac4
|
Add emphasis, strong and code support in header
|
2019-01-05 23:50:30 +08:00 |
|
Peng Guanwen
|
774514f4d4
|
refactor markdown_to_html
this commit contains two refactors:
- extract custom link transformations into a function.
- separate some trivial markup generation.
|
2019-01-05 23:50:30 +08:00 |
|
Vincent Prouillet
|
2e126b3a08
|
Fix race condition with language folder creation
|
2019-01-04 21:57:27 +01:00 |
|
Vincent Prouillet
|
f45293ab25
|
cargo fmt
|
2019-01-04 20:34:28 +01:00 |
|
Vincent Prouillet
|
19075191ff
|
Add translations to page/sections
|
2019-01-04 20:31:31 +01:00 |
|
Vincent Prouillet
|
3d22b4f1f9
|
Generate per language RSS feed
|
2019-01-02 22:11:34 +01:00 |
|
Vincent Prouillet
|
832360f9b1
|
Update deps + rustfmt
|
2019-01-02 20:41:29 +01:00 |
|
Vincent Prouillet
|
fdb6a2864c
|
Merge pull request #566 from vojtechkral/imgproc
Implement suggestions in #546
|
2018-12-30 12:44:48 +01:00 |
|
Vincent Prouillet
|
a12e9512bc
|
fmt/clippy
|
2018-12-29 11:17:43 +01:00 |
|
Vincent Prouillet
|
34708d6592
|
Handle editing language index colocated
|
2018-12-28 18:18:12 +01:00 |
|
Vincent Prouillet
|
7313b41f4d
|
Start adding some tests for building multilingual sites
|
2018-12-28 17:30:47 +01:00 |
|
Vincent Prouillet
|
779511ae43
|
Pass down lang and start docs
|
2018-12-28 13:24:49 +01:00 |
|
Vincent Prouillet
|
1d06324a65
|
Load multi-languages pages/sections
|
2018-12-28 12:15:17 +01:00 |
|
Vincent Prouillet
|
b0f6963e4c
|
Use lang code in permalinks
|
2018-12-28 10:42:26 +01:00 |
|
Vojtech Kral
|
9bd6a559c1
|
imageproc: Use Lanczos3 filter instead of Gaussian
|
2018-12-28 01:41:22 +01:00 |
|
Vojtech Kral
|
6e84eec32b
|
imageproc: Add the format option, support for PNG thumbnails
Fix #546
|
2018-12-28 01:41:22 +01:00 |
|
Vincent Prouillet
|
e50d3daad1
|
Get language from filename
|
2018-12-27 13:26:53 +01:00 |
|
Vincent Prouillet
|
f0cafcd1d6
|
Add languages to config
|
2018-12-27 10:53:17 +01:00 |
|
Vincent Prouillet
|
c0bbe16eac
|
cargo fmt + update
|
2018-12-10 18:21:08 +01:00 |
|
Anton Lazarev
|
885c7ded80
|
inject livereloader for 404 template
|
2018-12-07 20:47:01 -05:00 |
|
Anton Lazarev
|
7cff1d335c
|
add rendering for 404.html when running zola serve
|
2018-12-06 20:07:34 -05:00 |
|
Vincent Prouillet
|
814cec99e2
|
Allow RFC3339 datetimes in filenames
Closes #537
|
2018-11-30 22:21:00 +01:00 |
|
Vincent Prouillet
|
0cf8e8ca1c
|
Fix pagers not being in sitemap
Closes #521
|
2018-11-29 21:48:04 +01:00 |
|
Vincent Prouillet
|
b3004c69ef
|
Fix broken taxonomies pagination
Closes #533
|
2018-11-29 20:24:46 +01:00 |
|
Vincent Prouillet
|
4fa9d89ea8
|
Merge pull request #532 from sinkuu/redundant_clone
Remove redundant clone
|
2018-11-20 11:46:06 +01:00 |
|
Vincent Prouillet
|
9a99b40216
|
Add test for rebuild after deletion
|
2018-11-19 17:25:24 +01:00 |
|
Vincent Prouillet
|
a465d6a61e
|
Fix deleting while zola serve
|
2018-11-19 17:19:05 +01:00 |
|
Shotaro Yamada
|
692103bff4
|
Remove redundant clone
|
2018-11-19 23:08:34 +09:00 |
|
Vincent Prouillet
|
aee41f279c
|
Fix reload with taxonomies
|
2018-11-16 23:51:11 +01:00 |
|
Vincent Prouillet
|
e2c3bb2ce2
|
Fix shortcodes <-> markdown indentation
|
2018-11-16 18:19:38 +01:00 |
|
Vincent Prouillet
|
41a693a528
|
Ignore rename of non md files
|
2018-11-16 16:59:06 +01:00 |
|
Vincent Prouillet
|
7af314c61e
|
Update deps + fmt
|
2018-11-14 17:34:21 +01:00 |
|
Vincent Prouillet
|
20a05da475
|
Fix bug with pages starting with dates
|
2018-11-13 00:08:46 +01:00 |
|
Vincent Prouillet
|
afc30543cc
|
Handle file/dir renaming
Closes #385
|
2018-11-10 22:23:39 +01:00 |
|
Vincent Prouillet
|
59f3e54e4e
|
Add test for nested page_template
|
2018-11-07 20:48:39 +01:00 |
|
Vincent Prouillet
|
2d324b3cee
|
Do not clone tpl name for pages
|
2018-11-07 20:38:07 +01:00 |
|
Vincent Prouillet
|
9c2eeaf1f7
|
Fewer string cloning for tpl names
|
2018-11-07 20:38:07 +01:00 |
|
Vincent Prouillet
|
56af4ca7f9
|
Add page_template to sections
To override all child pages
Closes #397
Tests from PR #434
|
2018-11-07 19:42:23 +01:00 |
|
Vincent Prouillet
|
a3b0f1e103
|
Add transparent sections
Closes #413
Closes #408
|
2018-11-06 00:46:13 +01:00 |
|
Vincent Prouillet
|
3c8505ffb4
|
Fix 1.28 build for real
|
2018-11-05 22:22:15 +01:00 |
|
Vincent Prouillet
|
988811a4bd
|
Fix build for 1.28
|
2018-11-02 08:30:57 +01:00 |
|
Vincent Prouillet
|
cb3c42078a
|
Fix load_toml date handling and fix bug in date conversion
|
2018-11-01 10:36:19 +01:00 |
|
Vincent Prouillet
|
b7ce4e59fb
|
rustfmt
|
2018-10-31 08:18:57 +01:00 |
|
Vincent Prouillet
|
8586bc1838
|
Some clippy fixes
|
2018-10-30 15:47:49 +01:00 |
|
Vincent Prouillet
|
d524482ac1
|
Cargo update & some doc tweak
|
2018-10-30 15:07:23 +01:00 |
|
Jake Howard
|
aad12d829f
|
Remote data (#494)
|
2018-10-29 20:13:09 +01:00 |
|
Vincent Prouillet
|
a0da580f87
|
Do not error on files starting with utf-8 BOM
Close #501
|
2018-10-29 12:43:53 +01:00 |
|
Vincent Prouillet
|
db4def63dc
|
Set date from filename
Fix #396
|
2018-10-25 16:22:02 +02:00 |
|
Vincent Prouillet
|
0f6c0736cb
|
Serialize page/section assets only once
|
2018-10-24 11:49:09 +02:00 |
|