Vincent Prouillet
faf306ec1b
Update themes gallery ( #1899 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-06-18 23:12:04 +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
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
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
Kartavya Vashishtha
9e839b22e7
docs(readme): add downloads badge ( #1872 )
...
Made with https://shields.io/
2022-05-23 10:23:23 +02:00
Vincent Prouillet
b90492f641
Update themes gallery ( #1860 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-05-16 10:42:25 +02:00
Vincent Prouillet
1fbe6fbbef
Update themes gallery ( #1847 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-05-03 18:50:41 +02:00
Vincent Prouillet
55126050b3
Update themes gallery ( #1834 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-04-26 19:48:32 +02:00
Vincent Prouillet
468bce93da
Update themes gallery ( #1829 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-04-20 14:53:48 +02:00
Hidde Beydals
1d9d345264
Update broken link to container image versions ( #1830 )
...
This seems to have been forgotten in 2ded7f5a
.
2022-04-18 19:58:20 +02:00
Vincent Prouillet
8d979bfd4e
Update themes gallery ( #1813 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-03-31 21:15:18 +02:00
Mish Ushakov
e3d7051caa
Added mish.co ( #1814 )
...
* Update EXAMPLES.md
2022-03-31 21:15:07 +02:00
Daniel RB
b8342e7da7
docs: fix overview example link #1786 ( #1811 )
...
* docs: fix overview example link
* docs: use get_url to track section
* docs: ignore get_url in example
2022-03-29 12:35:26 +02:00
Vincent Prouillet
b66a4f2387
Update themes gallery ( #1800 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-03-18 17:26:38 +01:00
Vincent Prouillet
e07c8c9a84
Update themes gallery ( #1778 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-02-24 09:03:44 +01:00
Vincent Prouillet
37f852cd55
Update themes gallery ( #1764 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-02-17 09:25:13 +01:00
Vincent Prouillet
90bddf0ef5
Update themes gallery ( #1755 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-02-10 10:09:25 +01:00
alexander
991c18c2de
fixing docs for #1753 ( #1757 )
2022-02-10 10:09:15 +01:00
Philpax
542daa752c
Shortcodes: Mention argument parens are mandatory ( #1752 )
2022-02-07 11:15:14 +01:00
Vincent Prouillet
a7abc84067
Update themes gallery ( #1742 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-01-23 23:39:09 +01:00
Vincent Prouillet
96db5231e7
Bump MSRV
2022-01-23 14:33:51 +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
Jeremy Kerr
1b20acabde
config: Don't skip extra syntax loading if highlight_theme = css ( #1732 )
...
Currently, init_extra_syntaxtes_and_highlight_themes will supress
loading anything if highlight_theme is "css". This makes sense for the
highlight themes, but will also skip loading any extra syntax
definitions too.
This change defers the theme = css check, so we still load syntaxes in
this case.
Fixes : #1723
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
2022-01-23 14:33:51 +01:00
liushuyu
684bc2dd74
Fix shortcode handling in code-fences ( #1720 )
...
* rendering/markdown: fix shortcode handling in codefences
* rendering/tests: add a bunch of tests for codefence + shortcode usages
2022-01-23 14:33:51 +01:00
Teddy Heinen
ef3a16f3a8
make asset colocation find assets which have no extension (as opposed to ignoring them) ( #1734 )
2022-01-23 14:33:51 +01:00
liushuyu
37b31cb61f
templates/load_data: add an optional parameter headers
( #1710 )
...
* templates/load_data: add an optional parameter headers ...
... now `load_data` function supports setting extra headers
* docs/templates/overview: cover some edge-cases in the explanation
* templates/load_data: fix caching logic with headers
* docs/templates: change wording for load_data headers explanations
2022-01-23 14:33:51 +01:00
Michael Clayton
78132a8d1d
add theme's robots.txt to tera with name "robots.txt" ( #1722 )
...
* add theme's robots.txt to tera with correct name
* add TODO reminder to add tests
2022-01-23 14:33:51 +01:00
Tshepang Lekhonkhobe
faec345e84
remove compiler warning ( #1698 )
2022-01-23 14:33:51 +01:00
Phil Lord
5190b5eba5
Add heuristic checking for HTML anchors ( #1716 )
...
* Add heuristic checking for HTML anchors
Previously only anchors specified or generated in markdown could be
linked to, without complaint from the link checker. We now use a
simple heuristic check for `name` or `id` attributes.
Duplicate code has been refactored and all XML anchor checks updated
to use regex rather than substring match.
* Fix regexp and refactor
2022-01-23 14:33:51 +01:00
Jakub Kądziołka
0b7e3cb907
Various comment cleanups ( #1726 )
...
* Add a comment to clarify that this bodge is not a bug
* Fix rustdoc warnings
2022-01-23 14:33:51 +01:00
Koen Bolhuis
13e35963ad
Fix option in syntax highlighting docs ( #1712 )
...
The sentence mentions `highlighting_themes_css` but the actual option is `highlight_themes_css`.
2022-01-23 14:33:51 +01:00
Jakub Kądziołka
4d14c46552
Reduce code repetition in CodeBlock::highlight ( #1697 )
2022-01-23 14:33:51 +01:00
keno
c5aa1a2a33
docs: Add missing punctuation
2022-01-23 14:33:51 +01:00
Vincent Prouillet
4cef97af2a
Next version
2022-01-23 14:33:51 +01:00
Vincent Prouillet
14ccd898ba
Update themes gallery ( #1737 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-01-18 10:56:30 +01:00
ilham
baae4d7101
Fix typo in docs ( #1739 )
2022-01-17 19:55:29 +01:00
Vincent Prouillet
47773c27d3
Update themes gallery ( #1728 )
...
Co-authored-by: GitHub Action <action@github.com>
2022-01-13 23:08:57 +01:00
Moritz
2aac1633ee
Improved Cloudflare Pages deployment guide ( #1733 )
...
Improved readability and fixed a few mistakes
2022-01-13 19:55:09 +01:00
Rishi Raj Jain
f4d312ba04
simplify Layer0 deployment guide ( #1727 )
...
* Update layer0.md
* Update layer0.md
2022-01-10 21:33:10 +01:00
w1kee
25ab1bcd59
docs: fix missing doublequote ( #1719 )
2022-01-04 21:01:37 +01:00
Philpax
ef26db82f8
docs: filter to main for example GH Pages config ( #1715 )
...
* docs: filter to main for example GH Pages config
* docs: update GH Pages wording to indicate choice of branch
* docs: typo fix
2022-01-04 11:51:17 +01:00
Dym Sohin
fac80b76ea
fix thumbnails sqaushing/stretching ( #1711 )
2022-01-03 13:33:17 +01:00
gcchaan
359de43587
Fix typo ( #1709 )
2021-12-28 14:18:41 +01:00
Vincent Prouillet
dbdacfabe5
Remove marketing content
2021-12-27 23:22:35 +01:00
Rishi Raj Jain
9a5f5207c1
Guide: Deploy Zola with Layer0 ( #1704 )
2021-12-23 19:58:53 +01:00
Ricky Nelson
bc51b5da36
Fix typo ( #1706 )
...
This file ends up in the public directory, not the static directory.
2021-12-23 19:40:53 +01:00
Folyd
75d9991455
Update source-tag to v0.15.2 ( #1703 )
2021-12-22 09:13:36 +01:00
Maxime Le Conte des Floris
3a71c8c1c8
Add films.mlcdf.fr to example sites ( #1702 )
2021-12-21 20:03:06 +01:00