Vincent Prouillet
d8d9604625
update deps
2022-08-14 16:08:48 +02:00
Vincent Prouillet
18c62315cf
Lowercase config.mode
2022-08-14 16:08:48 +02:00
Andrew Browne
e4bab1f21c
Cleanup code to generate page slug. ( #1936 )
2022-08-14 16:08:48 +02:00
Vincent Prouillet
4e14203fc2
Next version
2022-08-14 16:08:48 +02:00
Erazem Kokot
a0333e71d3
Update Sourcehut deployment instructions ( #1948 )
...
This commit updates the example code for deploying Zola on Sourcehut and
also updates the wording of the tutorial a bit.
2022-08-01 12:42:51 +02:00
Vincent Prouillet
15a523b624
Add docs for backlinks
2022-07-25 14:14:12 +02:00
Colin Kinloch
26026a8a64
Fix metainfo version for 0.16.0 release ( #1928 )
...
* Fix metainfo version for 0.16.0 release
* Keep metainfo version for 0.15.3 release
2022-07-17 20:46:14 +02:00
Vincent Prouillet
c599f21d6a
Set changelog date
2022-07-16 23:27:02 +02:00
Vincent Prouillet
39bfbcd019
Merge pull request #1741 from getzola/next
...
Next version
2022-07-16 23:25:10 +02:00
Vincent Prouillet
e62164eee4
Update deps
2022-07-16 23:04:24 +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
0d4c2e813f
Fix some bugs + cargo fmt
2022-07-12 00:09:38 +02:00
Vincent Prouillet
bf7dbfeaae
Update pinned rustc version
2022-07-10 16:54:00 +02:00
Vincent Prouillet
342569a92a
Update deps
2022-07-10 16:31:09 +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
bemyak
065e8e64e5
Apply orientation transformation based on EXIF data ( #1912 )
2022-07-07 23:19:13 +02:00
mscherer
9669db0dcd
Fix misspelling in documentation ( #1914 )
2022-07-04 09:42:43 +02:00
Ayush
fcd5331ca3
Add AppData ( #1900 )
...
Required for publishing to Flathub
2022-06-26 21:35:13 +02:00
Vincent Prouillet
cec65d0fa7
Stop printing invalid files in dirs
...
Too many invalid stuff like emacs files
2022-06-23 20:56:42 +02:00
Arnaud Grandville
18e8246fbc
fix windows EOL in markdown files ( #1911 )
...
* add a test
* CodeBlock text may be split on multiple parts
The CodeBlock text events are now concatenated and processed in a single stream at the end. cf https://github.com/raphlinus/pulldown-cmark/issues/457
2022-06-23 19:36:33 +02:00
Phil Lord
4f6a1c6bcc
Properly escape anchor names ( #1908 )
2022-06-21 19:08:16 +02:00
Ayush
c2bdfb9af7
Add flatpak installation to docs ( #1906 )
...
Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
2022-06-21 17:17:23 +02:00
Phil Lord
afc6a71a79
Allow new lines before anchor ( #1905 )
...
Previously the heuristic check for links required spaces before the
attribute to ensure that attributes suffixed with `id` were not
identified. This has now been expanded to any white space character to
enable the `id` attribute to start on a new line.
2022-06-21 15:53:07 +02:00
Vincent Prouillet
faf306ec1b
Update themes gallery ( #1899 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-06-18 23:12:04 +02:00
nyanpasu64
72243d9eeb
Fix incorrect documentation for syntax directory ( #1901 )
...
Currently the Configuration docs says to load syntax files into
config.toml [markdown] extra_syntaxes. However, ever since commit
23064f57c8
(released in Zola v0.15.0), the extra_syntaxes property was
replaced by extra_syntaxes_and_themes, and used as both syntax and color
theme search paths. Following the docs and trying to set the
extra_syntaxes property does nothing, and #1723 ran into this issue.
Change the docs to consistently reference extra_syntaxes_and_themes.
2022-06-16 14:37:49 +02:00
Vincent Prouillet
5873e0319c
Add title_bytes sorting method
2022-06-13 23:37:39 +02:00
Vincent Prouillet
c948f8c889
woops
2022-06-13 22:50:28 +02:00
Vincent Prouillet
af6e0fc818
Bump version of Zola used on netlify
2022-06-13 22:44:56 +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
4cb91dab0b
Remove simplify theme
...
Closes #1863
2022-06-13 09:50:58 +02:00
bemyak
d4b5c4fdc4
Make robots.txt compliant with RFC ( #1895 )
...
The [RFC](http://www.robotstxt.org/orig.html ) mentions only `Disallow`
directive, so it must appear in the file.
`Allow` is an ad hoc agreement between search engines that no all of
them follow.
2022-06-12 21:41:38 +02:00
Vincent Prouillet
72461a1fc9
Update themes gallery ( #1894 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-06-10 21:57:32 +02:00
Vincent Prouillet
c70aaf781e
Merge branch 'master' into next
2022-06-10 21:26:48 +02:00
Vincent Prouillet
42bcbf63cc
Mention PAT for GH deploys
...
Closes #1785
2022-06-10 21:23:11 +02:00
Vincent Prouillet
d22f579b45
Specify mime version
...
Closes #1845
2022-06-10 21:20:25 +02:00
Vincent Prouillet
85a16d1d4b
Fix old docker image reference
...
Closes #1861
2022-06-10 21:16:38 +02:00
Vincent Prouillet
570e2fc278
Set current_term earlier in search JS
...
Closes #1856
2022-06-10 21:14:18 +02:00
Vincent Prouillet
094900777b
Do not assume themes are present for CSS export
...
Closes #1884
2022-06-10 20:54:21 +02:00
Vincent Prouillet
3c540198b0
Mention CSS files in static assets overview
...
Closes #1892
2022-06-10 20:44:09 +02:00
Vincent Prouillet
04ee5c85a3
Reenable link rewriting for colocated assets
...
All credits go to https://github.com/getzola/zola/pull/1779
2022-06-10 20:41:24 +02:00
Vincent Prouillet
e8fe51a344
Update changelog and deps
2022-06-10 20:14:38 +02:00
bemyak
49b310764a
Always follow symlinks ( #1883 )
2022-06-09 21:47:52 +02:00
Jon Jensen
da799ea508
Little exactness tweaks ( #1874 )
...
* Correct Windows paths
\\ is only for the beginning of UNC paths, e.g.
\\host-name\share-name\file-path
as per
https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file
* Remove spaces path list using brace expansion
In the shell, spaces are significant in a path with brace expansion, and
break it. (As opposed to in Rust module brace expansion.)
2022-06-09 21:47:37 +02:00
bemyak
8029cf891a
Fix taxonomy current path ( #1882 )
...
* Fix current_path and current_url for taxonomies
* Fix language duplication in get_url fn
2022-06-09 21:47:03 +02:00
Vincent Prouillet
294505f4bc
Update themes gallery ( #1887 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-06-06 10:46:29 +02:00
Jt Miclat
aff5bff0a6
Update docker image name in docker installation ( #1889 )
2022-06-06 10:46:00 +02:00
bemyak
6989eb73ab
Fix clippy lint warnings ( #1888 )
2022-06-04 20:29:33 +02:00
Matt Ickstadt
e9e6cadc6c
Update to elasticlunr-rs 3.0.0 ( #1873 )
2022-06-03 23:25:42 +02:00
Jake G
ed296d72a1
Your message ( #1880 )
2022-06-03 22:44:29 +02:00