Vincent Prouillet
2aa067d5e3
Fix no-port-append default
2023-02-16 20:49:03 +01:00
Vincent Prouillet
442d6222a6
Fix test
2023-02-16 20:49:03 +01:00
Vincent Prouillet
cce5684f5a
Update changelog
2023-02-16 20:49:03 +01:00
Vincent Prouillet
9e0f4002b3
Handle colocated links to assets
...
Solves #1993
2023-02-16 20:49:03 +01:00
Vincent Prouillet
ee961056c8
Simplify taxonomy term struct
2023-02-16 20:49:03 +01:00
Vincent Prouillet
70e9a502e4
Next version
2023-02-16 20:49:03 +01:00
Vincent Prouillet
3d45cffb72
Last cargo update
2022-08-14 16:08:48 +02:00
Vincent Prouillet
2a445fa4dc
Update deps
2022-08-14 16:08:48 +02:00
Vincent Prouillet
abafe66a51
Fix overriding built-in shortcodes
...
Closes #1947
2022-08-14 16:08:48 +02:00
Vincent Prouillet
fd565243a2
Next version will be 0.16.1
2022-08-14 16:08:48 +02:00
Vincent Prouillet
4e14203fc2
Next version
2022-08-14 16:08:48 +02:00
Vincent Prouillet
c599f21d6a
Set changelog date
2022-07-16 23:27:02 +02:00
Vincent Prouillet
3fa855267e
Ensure homepages get their translations filled
2022-07-15 18:00:55 +02:00
Vincent Prouillet
39cf436b11
Update changelog
2022-07-12 00:10:18 +02:00
Vincent Prouillet
7208b86d77
Insert anchor as full heading ( #1916 )
...
* Add insert_anchor = "heading"
* Update CHANGELOG.md
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2022-07-10 15:02:07 +02:00
Vincent Prouillet
5873e0319c
Add title_bytes sorting method
2022-06-13 23:37:39 +02:00
Vincent Prouillet
4da81eb17e
Fix feed location for taxonomies not in the default language
2022-06-13 22:34:47 +02:00
Vincent Prouillet
e8fe51a344
Update changelog and deps
2022-06-10 20:14:38 +02:00
Vincent Prouillet
1a3b783120
DRY up the external link checking a bit
2022-05-11 22:31:54 +02:00
Vincent Prouillet
2291c6e9c3
Fix tests
2022-05-10 22:33:57 +02:00
Vincent Prouillet
beb93f2b0a
Expose backlinks
2022-05-08 14:10:29 +02:00
Vincent Prouillet
e0043a7351
Ignore section with render=false when looking for path collisions
...
Closes #1656
2022-05-06 22:45:05 +02:00
Vincent Prouillet
a958305e58
Clone Zola Tera instance for Markdown filter
2022-05-06 22:16:56 +02:00
Vincent Prouillet
a297b11f2a
More efficient sitemap building
2022-05-02 22:51:01 +02:00
Ken "Elf" Mathieu Sternberg
77eb9fef9b
Create pull request/add yaml to load data ( #1842 )
...
* Add YAML to formats supported by load_data()
A fairly trivial addition; JSON and YAML are handled so similarly
that this was a matter of copying the JSON-relevant handlers and
editing the copies to handle YAML as well. The test file was
literally generated with 'json2yaml'.
The documentation has been updated to indicate that load_data() now
handles YAML code.
The CHANGELOG has been updated as well.
* After checking, I found that it's generally agreed the mime type is still application/x-yaml.
* Update comment, unify library importing.
I noticed one more place where the list of formats was supported,
and added YAML to that list.
I noticed that there's a singular place to load the `libs::` crate,
and unified by importing of serde_yaml in that place.
2022-04-29 20:22:02 +02:00
Vincent Prouillet
84951d39e3
Allow taxonomies to not be rendered
...
Closes #1750
2022-04-27 21:11:42 +02:00
Vincent Prouillet
c14b1fa746
Remove duplicate code
2022-04-26 22:27:20 +02:00
Vincent Prouillet
9ab1bf2e4e
Re-organise content and remove slotmap indirection level ( #1827 )
2022-04-26 20:51:04 +02:00
Vincent Prouillet
2feda3ec61
Update deps
2022-03-04 21:36:35 +01:00
Vincent Prouillet
a67370b8d8
Update pulldown_cmark
2022-03-04 00:16:48 +01:00
Vincent Prouillet
502dd92cc6
Next version
2022-02-14 11:08:40 +01:00
Vincent Prouillet
c9bc0a29e4
Ready for release
2022-01-23 14:33:51 +01:00
Vincent Prouillet
a61fa3fd80
That's going to be 0.15.3
2022-01-23 14:33:51 +01:00
Vincent Prouillet
4cef97af2a
Next version
2022-01-23 14:33:51 +01:00
Vincent Prouillet
1ed1fdbee7
Ready for 0.15.2
2021-12-10 22:04:20 +01:00
Vincent Prouillet
5b0e1edebf
Next version
2021-12-09 19:49:18 +01:00
Vincent Prouillet
3625391cf7
Set 0.15.1 date
2021-12-08 20:40:50 +01:00
Vincent Prouillet
7ce4f75d09
Fix config data not getting to the templates
...
Closes #1687
2021-12-07 21:46:44 +01:00
Vincent Prouillet
9191a2726c
Fix markdown shortcodes
2021-12-07 21:46:44 +01:00
Vincent Prouillet
3dbf811740
Update macos ci image
2021-12-07 21:46:43 +01:00
Vincent Prouillet
9fc60e1591
Update pinned ci version
2021-12-05 19:25:51 +01:00
Vincent Prouillet
51784aa60f
Handle naked anchor link for internal links
...
Closes #1676
2021-12-03 23:30:32 +01:00
Vincent Prouillet
c33b67c1bf
Ensure zola serve only reads from the public dir
2021-11-23 23:18:51 +01:00
Vincent Prouillet
7a0cf261bf
Update changelog
2021-09-13 21:16:55 +02:00
Gijs Burghoorn
eceb1bd79d
Added prompt for when zola build output-dir mentions an existing directory. ( #1558 )
...
* Next version
* Added ask prompt for output-dir flag
Added `ask_bool` prompt for `--output-dir` for when the output directory
targeted already exists in the file system.
[Issue: #1378 ]
* Updated the documentation for #1378
* Added missing "sure" in prompt text
* Added timeout to prompt + dirname
* Fixed complication errors
Co-authored-by: Vincent Prouillet <balthek@gmail.com>
2021-09-04 08:10:02 +02:00
Vincent Prouillet
8e40720aca
Next
2021-08-24 09:14:18 +02:00
Vincent Prouillet
1249d4dc84
Prepare for 0.14.1
2021-08-24 08:50:44 +02:00
Vincent Prouillet
f7a4ef2617
Add draft to section variable in templates
...
Closes #1592
2021-08-20 19:47:41 +02:00
Vincent Prouillet
8b43667a94
Ensure code block contents are always escaped
...
Closes #1581
2021-08-18 09:05:00 +02:00
Vincent Prouillet
88e5c6e167
Update deps
2021-08-12 08:54:55 +02:00