Philipp Oppermann
3362df4a48
Compute canonical path before adjusting parent path ( #856 )
...
* Compute canonical path before adjusting parent path
* Don't use adjusted `parent` to recalculate `canonical` in `find_language`
* Add regression tests
- Test for correct canonical field when calling `new_page`
- Test for correct canonical field after calling `find_language`
2020-02-02 17:48:43 -08:00
Vincent Prouillet
7a09e0f971
Update deps
2020-02-02 17:48:43 -08:00
Stan Rozenraukh
a89b30073c
Section extra -> SitemapEntry ( #850 )
2020-02-02 17:48:42 -08:00
Vincent Prouillet
1a6edbcf63
Fix some doc changes
2020-02-02 17:48:42 -08:00
photong
51d4b6bd6a
Simple clean up of documentation. ( #849 )
...
* Update installation.md
* Update cli-usage.md
* Update installation.md
* Update directory-structure.md
* Update configuration.md
* Update overview.md
* Update section.md
* Update page.md
* Update section.md
* Update configuration.md
* Update page.md
* Update section.md
* Update page.md
* Update shortcodes.md
* Update linking.md
* Update table-of-contents.md
* Update syntax-highlighting.md
* Update taxonomies.md
* Update search.md
* Update sass.md
* Update index.md
* Update multilingual.md
* Update overview.md
* Update pages-sections.md
* Update pagination.md
* Update taxonomies.md
* Update rss.md
* Update sitemap.md
* Update robots.md
* Update 404.md
* Update archive.md
* Update overview.md
* Update installing-and-using-themes.md
* Update creating-a-theme.md
* Update netlify.md
* Update github-pages.md
* Update gitlab-pages.md
* Update index.md
* Update page.md
* Update section.md
* Updates.
2020-02-02 17:48:42 -08:00
Tjeu Kayim
75570d041a
Skip link checking for URL with prefix in config ( #846 )
2020-02-02 17:47:01 -08:00
Morgan
e8dc33ad08
fixes #844 duplicate entries in doc ( #845 )
2020-02-02 17:47:01 -08:00
Vincent Prouillet
ea5a106d6e
Update changelog
2020-02-02 17:45:16 -08:00
Vincent Prouillet
a3186091db
Update changelog
2020-02-02 17:45:16 -08:00
Laurent Arnoud
aaaed31f9c
Add title and body to alias page ( #830 )
2020-02-02 17:45:16 -08:00
Vincent Prouillet
d624f7ec8b
Update base64
2020-02-02 17:45:16 -08:00
Ryan Riginding
94b49dad09
fix(init): handle already existing path ( #815 )
...
* fix(init): handle already existing path
* chore: add tests
2020-02-02 17:45:16 -08:00
Geobert Quach
3f166285de
Paginator total pages ( #829 )
...
* feat(pagination): Add `total_pages` in paginator object
* feat(pagination): Added doc for `total_pages`
* feat(pagination): Added test for `total_pages`
2020-02-02 17:45:16 -08:00
Jochen Kupperschmidt
587d7396b3
Properly escape &
in injected live-reload script tag ( #825 )
...
"[…] `&` normally indicates the start of a character entity reference or
numeric character reference; writing it as `&` […] allows `&` to be
included in the content of an element or in the value of an attribute."
From: https://en.wikipedia.org/wiki/HTML#Character_and_entity_references
2020-02-02 17:45:16 -08:00
Jochen Kupperschmidt
b3bc8a8896
Do not attempt to serve on "well-known" ports ( #824 )
2020-02-02 17:45:16 -08:00
Vincent Prouillet
243702e2c2
Update tera
2020-02-02 17:45:16 -08:00
Tjeu Kayim
6149fd17e1
Skip anchor checking for URL with prefix in config ( #812 )
...
* cargo fmt & clippy
* Skip anchor checking for URL with prefix in config
2020-02-02 17:45:16 -08:00
Bob
4aa2ba84fc
Let toc is visable through Page & Section variables in templates ( #818 )
...
* Let toc is visable through Page & Section variables in templates
* Removed the current toc variable from page & section
2020-02-02 17:44:38 -08:00
Michael Macias
b1ceb3e80e
rendering: Avoid prepending URL prefix to links that start with a scheme ( #817 )
...
Links that start with a scheme (e.g., `tel:18008675309`) inadvertently
had a URL prefix prepended. Previously, only `mailto:` was handled, but
given the sheer number of [registered URI schemes][uri-schemes], a loose
pattern matcher is used to detect schemes instead.
External links, as identified by the renderer, are now limited to `http`
and `https` schemes.
Fixes #747 and fixes #816 .
[uri-schemes]: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml
2020-02-02 17:44:38 -08:00
Vincent Prouillet
cb4056c0f2
Add zenburn theme
...
Closes #813
2020-02-02 17:44:38 -08:00
Vincent Prouillet
6856b11d6d
Looks like it now requires 1.36
2020-02-02 17:44:38 -08:00
Christopher Vittal
319985add4
Reset color after writing message in colorize
...
Presently when you `^C` in `zola serve` it is painted with the same
color as the previous message. This PR always ensures to reset the color
in colorize, before writing the newline.
2020-02-02 17:44:38 -08:00
Vincent Prouillet
0578e97d2f
Start 0.10
2020-02-02 17:44:38 -08:00
Neeraj Jaiswal
ffb4ebb245
Update dockerfile to remove hardcoded version number ( #939 )
2020-02-02 17:42:43 -08:00
Pierre-Edouard Guerin
eed0cd1196
add guerinpe.com to EXAMPLES.md ( #933 )
...
Hello !
I'm proposing my ZOLA blog to fill your examples list.
I'm very satisfied by ZOLA, thanks you for creating all this.
Pierre
2020-01-22 08:11:48 -08:00
Jonas Platte
9970bb2c25
Add blog.turbo.fish to EXAMPLES.md ( #926 )
2020-01-18 18:10:43 +01:00
Christopher Murphy
21b45aff10
fix: update year in docs template ( #917 )
...
Updated the copyright year in the docs template to reflect the new year.
2020-01-10 10:30:42 +01:00
Peter Lyons
0a754d004c
Add peterlyons.com to EXAMPLES ( #914 )
2020-01-08 10:33:59 +01:00
Einar
e194294664
Pages -> Page ( #903 )
2019-12-26 13:55:54 +01:00
Eduardo Pinho
1bafec4309
Update links to Tera documentation ( #873 )
...
- "/templates" section is gone upstream
2019-12-10 07:00:58 +01:00
Klaus Purer
9ee71314bc
docs(examples): Add klau.si example ( #872 )
2019-12-09 09:19:36 +01:00
Fangdun Cai
3a33aa188a
Update EXAMPLES.md ( #870 )
2019-12-06 13:12:27 +01:00
Andrey Lesnikov
36431c5700
EXAMPLES: rust-gamedev.github.io & arewegameyet.rs ( #869 )
2019-12-06 13:11:05 +01:00
David Authier
f4b6f63d3c
📝 Add TOML translations key example ( #864 )
2019-11-28 19:18:52 +01:00
Trevor D. Miller
6d7c95e8cb
Add example site ( #852 )
2019-11-26 20:37:10 +01:00
Bruno Rocha
df7d128713
Add codeshow.com.br to EXAMPLES.md ( #847 )
2019-11-18 19:53:04 +01:00
Sylvain Kerkour
481fcb9e52
examples: Add kerkour.fr in EXAMPLES.md ( #822 )
2019-10-24 23:47:39 +01:00
Matthias Endler
a2adb65f47
My website has moved ( #819 )
2019-10-18 11:21:47 +02:00
Vincent Prouillet
12615f3711
Merge pull request #806 from styfle/patch-1
...
Add ZEIT Now support
2019-10-03 18:55:41 -07:00
Vincent Prouillet
3de15a2bb4
Merge pull request #810 from ozkriff/patch-1
...
EXAMPLES: Add ozkriff.games
2019-10-03 17:51:17 -07:00
Andrey Lesnikov
d9d4683bd0
EXAMPLES.md: Add ozkriff.games
2019-10-03 18:25:48 +03:00
Vincent Prouillet
500bdd0c8c
Update github release task as well
2019-10-01 16:20:03 -07:00
Vincent Prouillet
09762b23ee
Zip archive on Windows releases
2019-10-01 15:30:06 -07:00
Steven
a992bc8e9d
Add ZEIT Now support
2019-09-30 11:11:25 -04:00
Vincent Prouillet
0c2e3f297c
Update badges
2019-09-28 20:16:33 -07:00
Vincent Prouillet
1bb144421b
Update EXAMPLES.md
2019-09-28 20:14:40 -07:00
Vincent Prouillet
91f85b2791
Fix release task
2019-09-28 11:32:36 -07:00
Vincent Prouillet
37ad5dccc6
Merge pull request #804 from getzola/next
...
v0.9.0
2019-09-28 10:59:38 -07:00
Vincent Prouillet
b4a31df73e
Change release date
2019-09-27 20:18:37 -07:00
Vincent Prouillet
35b567742c
Ready for release
2019-09-24 19:12:13 -07:00