Blake Smith
1815155c1d
Allow default base-path command line option to be set for building and serving
2019-03-23 20:25:56 -05:00
Vincent Prouillet
2a8d0de532
Pass extra for page in sitemap entries
2019-03-19 20:42:16 +01:00
Vincent Prouillet
c63b7fde44
load_data now defaults to plain type + fix bug with get_taxonomy fn
2019-03-16 10:01:11 +01:00
Vincent Prouillet
8a802b1828
Make sitemap entries in a set
...
Close #633
2019-03-14 21:53:29 +01:00
Vincent Prouillet
7baf08cef2
Update docs for sitemap
2019-03-14 21:15:01 +01:00
Sébastien Mariaux
2a0d0b9b77
Split sitemap ( #619 )
...
Split sitemap when it is getting too big
2019-03-14 20:57:22 +01:00
Vincent Prouillet
3b8a95eb8f
Generate assets before rendering templates
2019-03-11 20:25:28 +01:00
Vincent Prouillet
135dc5d5bc
Change default directory for load_data
2019-03-11 20:21:13 +01:00
Vincent Prouillet
eccb1e9986
Strip base_path from page/section paths
...
To ensure we will get the right `content`
directory.
Fix #629
2019-03-08 23:30:43 +01:00
Vincent Prouillet
974492bb7b
Ensure we don't delete root index without
...
adding back default in rebuild
Fix #620
2019-02-22 21:48:31 +01:00
Vincent Prouillet
9bc675f2a7
Fix colocated dates + rustfmt
...
Closes #607
2019-02-09 19:54:47 +01:00
Vincent Prouillet
97d11995c5
Skip render=false sections in sitemap
...
Fix #604
2019-01-31 19:55:36 +01:00
Vincent Prouillet
1c7729cac6
Default lang to config.default_language
2019-01-29 19:20:11 +01:00
Vincent Prouillet
21d67235ae
Arc-ify Library
2019-01-27 18:57:07 +01:00
Vincent Prouillet
1e2dd9ce03
Update tera to v1 alpha
2019-01-23 19:20:43 +01:00
Vincent Prouillet
1b4cfd49d0
More early tera fns and mention limitation of shortcodes in docs
2019-01-17 18:29:18 +01:00
Vincent Prouillet
83472a53d7
Register load_data early
...
Closes #582
2019-01-17 18:18:03 +01:00
Vincent Prouillet
5caf24f06c
Remove error-chain
...
Closes #576
2019-01-17 14:31:47 +01:00
Vincent Prouillet
538866487b
Add multilingual taxonomies
2019-01-07 21:03:34 +01: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
a12e9512bc
fmt/clippy
2018-12-29 11:17:43 +01:00
Vincent Prouillet
7313b41f4d
Start adding some tests for building multilingual sites
2018-12-28 17:30:47 +01:00
Vincent Prouillet
1d06324a65
Load multi-languages pages/sections
2018-12-28 12:15: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
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
Shotaro Yamada
692103bff4
Remove redundant clone
2018-11-19 23:08:34 +09:00
Vincent Prouillet
b7ce4e59fb
rustfmt
2018-10-31 08:18:57 +01:00
Jake Howard
aad12d829f
Remote data ( #494 )
2018-10-29 20:13:09 +01:00
Magnus Hovland Hoff
05b8bb4ac6
Ensure root output directory exists explicitly.
...
Aliases that have no directory nesting sneakily avoid the code path that ensures the directories exist
2018-10-22 22:17:51 +02:00
Vincent Prouillet
4c9fd0d302
Do not panic if something is already bound to 1111 in serve
2018-10-19 16:33:11 +02:00
Vincent Prouillet
f84ae7c93b
Rename all occurrences of gutenberg to zola in code
2018-10-18 22:50:06 +02:00
Luke Frisken
1baa7750f3
CSV and TOML loading global functions ( #379 )
...
Local CSV/TOML/JSON loading Tera function
2018-10-18 17:32:30 +02:00
Vincent Prouillet
957c6bed9d
Have a list of ancestors instead of only parent section
2018-10-18 15:54:51 +02:00
Vincent Prouillet
f14dbcbdf4
section.subsections is now an array of paths
...
Close #446
Close #260
Close #478
Close #284
Close #480
2018-10-15 22:28:27 +02:00
Chris Krycho
56c5036abc
Allow inclusion of all items in RSS feeds.
...
Switch to an `Option<usize>` for the serialized value of `rss_items`.
This lets us just set a blank value in the configuration and thereby
include *all* items.
This is a backwards-compatible change; it does not affect the behavior
of existing configurations.
Fixes #468 . Closes #471 .
2018-10-09 20:20:09 -06:00
Vincent Prouillet
ee3f4dc511
Update to syntect 3
2018-10-09 14:33:43 +02:00
Vincent Prouillet
0ce3a0f070
Merge pull request #459 from Keats/database
...
Slotmap refactor
2018-10-09 11:30:49 +02:00
Vincent Prouillet
6843ec5c9c
Rebuild more things now that it is more performant to do so
...
Fix #122
2018-10-06 13:52:40 +02:00
Vincent Prouillet
cdcebaea26
Cleanup of slotmap impl
...
Fix #205
2018-10-05 19:46:04 +02:00
Vincent Prouillet
396d237673
Use Tera render_with_borrowed
2018-10-05 15:03:22 +02:00
Vincent Prouillet
10aba20fe5
Slotmap refactor
2018-10-03 16:29:29 +02:00
Greizgh
fec58054b4
Inject config in robots.txt context
...
This allow to use base_url in robots.txt, to reference a sitemap for
example.
2018-10-02 08:15:26 +02:00
Vincent Prouillet
2cf99c3cfc
Fix robots.txt template for real this time
2018-10-01 17:50:42 +02:00
Vincent Prouillet
99215a4523
Merge pull request #455 from ccoors/fix-clippy
...
Fix some clippy warnings
2018-09-30 23:54:50 +02:00
Vincent Prouillet
c0090513a0
Remove printlnt
2018-09-30 23:28:08 +02:00
Christian Friedrich Coors
85529186e4
Fix some clippy warnings
2018-09-30 21:15:09 +02:00
Vincent Prouillet
a11f8232de
Fix robots.txt not being loaded in Tera
...
Closes #443
2018-09-30 19:05:59 +02:00
Vincent Prouillet
69dce561c8
Do not clone pages in taxonomies
2018-09-20 23:03:16 +02:00
Vincent Prouillet
14560f224e
No clone when rendering rss feed
2018-09-20 22:47:43 +02:00
Vincent Prouillet
ccaf36ee94
Avoid the use of enumerate in render_paginated
2018-09-18 19:18:50 +02:00
Vincent Prouillet
91adc03bdd
Some more benches
2018-09-18 17:19:59 +02:00
Thomas Hurst
088b3df79a
Replace fold/reduce over Result::and with collect
...
Not only is this tidier, but it avoids making these iterators
Rayon-specific.
2018-09-13 19:17:05 +01:00
Vincent Prouillet
d11f4aa56a
Do not load markdown files starting with a .
2018-09-13 17:07:14 +02:00
Thomas Hurst
34d17e613d
Make get_all_orphan_pages more idiomatic
2018-09-13 00:23:49 +01:00
Thomas Hurst
2d7315676b
Use a HashSet for detecting orphan pages
...
This offers a big performance bump for large sites:
small-kb (100 pages)
before: 530ms
after: 500ms
medium-kb (1000 pages)
before: 2.9s
after: 1.5s
huge-kb (10,000 pages)
before: 150s
after: 9.1s
2018-09-12 23:54:15 +01:00
Vincent Prouillet
67698a3aa1
Move to non-deprecated fns
2018-09-12 16:45:52 +02:00
Vincent Prouillet
367f58b0a3
Fix loading html files in themes outside of templates
...
Fix #412
2018-09-09 20:12:55 +02:00
Vincent Prouillet
38b30eb144
Update deps and fix deprecrations
2018-09-09 19:43:14 +02:00
Nathan Ringo
9df5da4697
Fixes bug with extra syntaxes in non-root section, adds tests.
2018-08-14 02:12:04 -05:00
cmal
739c2011a7
Remove redundant filtering operation (optimization)
2018-08-09 11:55:27 +02:00
cmal
77f8d96c9c
Make comment more explicit
2018-08-09 11:53:45 +02:00
cmal
3b9c8c71b5
Revert "Start implementing _index folder for section content/assets"
...
This reverts commit c7156a84f0
.
2018-08-09 11:51:01 +02:00
cmal
c7156a84f0
Start implementing _index folder for section content/assets
2018-08-08 10:51:40 +02:00
cmal
15190962ba
Copy relevant assets in case of colocation for section
2018-08-07 12:14:59 +02:00
Vincent Prouillet
efddb24b95
We actually need get_taxonomy_url. Also update docs
2018-07-31 16:35:16 +02:00
Vincent Prouillet
60a52fd2cc
Some intellij reformatting
2018-07-31 15:30:49 +02:00
Daniel Sockwell
77ac196f46
Change populate_next_and_previous_page
...
Replace `populate_next_and_previous_page` with `populate_siblings`
2018-07-30 22:41:27 -04:00
Daniel Sockwell
c2437cc0eb
Remove order
and add heavier
/later
...
This commit removes the option to sort by order and also removes
`page.next` and `page.previous` variables. Instead, pages can be sorted
by two methods `date` and `weight`. The Tera `reverse` filter will
reverse either of those sorts, so the old `order` behavior can be
achieved by using the `reverse` filter with `weight`.
In place of the `previous`/`next` variables, this commit adds the
`page.earlier`/`page.later` variables (which are set when the page is
sorted by date) and the `page.heavier`/`page.lighter` variables (which
are set when the page is sorted by weight). These variables have the
advantage of not having confusing semantics when the `reverse` filter is
used.
2018-07-27 23:00:28 -04:00
Vincent Prouillet
9972b72d91
Register get_taxonomy global fn
2018-07-27 18:45:19 +02:00
Vincent Prouillet
18bef00671
Rename taxonomies paginate and error on unknown ones
2018-07-16 18:14:48 +02:00
Vincent Prouillet
2f100ecd01
Fix path in windows for taxo rss
2018-07-16 12:01:03 +02:00
Vincent Prouillet
1ae0702494
Custom taxonomies ( #330 )
2018-07-16 10:54:05 +02:00
Vincent Prouillet
735bb38bd7
Update docs for 404 and enable preserve-order of tera
2018-07-05 17:43:48 +02:00
Owen Nelson
8f460dc28b
Custom 404 page now template driven.
...
Since we are using a builtin template, we can be assured to have the
target file in place. Middleware renamed since it is bound directly to
the concept of handling 404s.
2018-06-25 23:24:57 -07:00
Vojtech Kral
6662014e55
Add image resizing support #225
2018-06-25 18:05:04 +02:00
James Munns
cf1f8317bb
Reduce the number of allocations
2018-06-25 18:02:07 +02:00
James Munns
40ef634439
Allow creation of specific html aliases
2018-06-25 18:02:07 +02:00
Vincent Prouillet
b892c07ed3
Don't hardcode the ws port
...
Closes #282
2018-06-25 17:59:04 +02:00
Vincent Prouillet
3e6054a9ac
tempdir -> tempfile
2018-06-25 17:57:33 +02:00
Vincent Prouillet
9c0dd95bdb
Fix theme shortcode not being useable
...
Closes #272
2018-03-28 21:09:08 +02:00
Vincent Prouillet
e40e97711f
Some more bits about continue_reading anchor
2018-03-28 17:01:14 +02:00
Vincent Prouillet
73ddbf7152
Write some docs
2018-03-21 16:18:24 +01:00
Vincent Prouillet
2c538d3776
Fix some bugs in search
2018-03-20 23:08:20 +01:00
Vincent Prouillet
b0363298f5
Search is working now
2018-03-20 21:27:33 +01:00
Vincent Prouillet
ddf8970ad8
[WIP] Search
2018-03-20 18:43:30 +01:00
Vincent Prouillet
f1abbd0860
Move copy utils to utils crate
2018-03-20 18:43:17 +01:00
Vincent Prouillet
bcf42a0c10
The wonders of serde default, take 2
2018-03-20 18:42:42 +01:00
Vincent Prouillet
d0137377d5
Merge pull request #264 from ErichDonGubler/sass-indented-syntax
...
Make indented syntax available for SASS via the "sass" file extension
2018-03-19 18:46:07 +01:00
Erich Gubler
0d8dc656f1
CR review: s/Options/SassOptions/, break bail args in compile_sass into multiple lines
2018-03-19 10:04:48 -06:00
Vincent Prouillet
43db3a43ff
Do not require themes to have a static folder
2018-03-18 09:34:37 +01:00
Vincent Prouillet
ac8f3a6353
Merge pull request #255 from ErichDonGubler/sass-folders
...
Preserve folder structure of SCSS content
2018-03-17 20:39:19 +01:00
Erich Gubler
ea4cc63aa9
Make indented syntax available for SASS via the "sass" file extension
2018-03-17 13:23:02 -06:00
Erich Gubler
9fbbcca3c6
Preserve folder structure of SCSS content
2018-03-17 13:22:23 -06:00
Vincent Prouillet
3a2dab5974
Sort sitemap elements by permalink
...
Closes #257
2018-03-17 14:34:02 +01:00
Vincent Prouillet
b3b2527c5d
TIL about serde default
2018-03-12 20:11:03 +01:00