Vincent Prouillet
6856b11d6d
Looks like it now requires 1.36
5 years ago
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.
5 years ago
Vincent Prouillet
0578e97d2f
Start 0.10
5 years ago
Neeraj Jaiswal
ffb4ebb245
Update dockerfile to remove hardcoded version number ( #939 )
4 years ago
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
4 years ago
Jonas Platte
9970bb2c25
Add blog.turbo.fish to EXAMPLES.md ( #926 )
4 years ago
Christopher Murphy
21b45aff10
fix: update year in docs template ( #917 )
Updated the copyright year in the docs template to reflect the new year.
4 years ago
Peter Lyons
0a754d004c
Add peterlyons.com to EXAMPLES ( #914 )
4 years ago
Einar
e194294664
Pages -> Page ( #903 )
4 years ago
Eduardo Pinho
1bafec4309
Update links to Tera documentation ( #873 )
- "/templates" section is gone upstream
5 years ago
Klaus Purer
9ee71314bc
docs(examples): Add klau.si example ( #872 )
5 years ago
Fangdun Cai
3a33aa188a
Update EXAMPLES.md ( #870 )
5 years ago
Andrey Lesnikov
36431c5700
EXAMPLES: rust-gamedev.github.io & arewegameyet.rs ( #869 )
5 years ago
David Authier
f4b6f63d3c
:memo: Add TOML translations key example ( #864 )
5 years ago
Trevor D. Miller
6d7c95e8cb
Add example site ( #852 )
5 years ago
Bruno Rocha
df7d128713
Add codeshow.com.br to EXAMPLES.md ( #847 )
5 years ago
Sylvain Kerkour
481fcb9e52
examples: Add kerkour.fr in EXAMPLES.md ( #822 )
5 years ago
Matthias Endler
a2adb65f47
My website has moved ( #819 )
5 years ago
Vincent Prouillet
12615f3711
Merge pull request #806 from styfle/patch-1
Add ZEIT Now support
5 years ago
Vincent Prouillet
3de15a2bb4
Merge pull request #810 from ozkriff/patch-1
EXAMPLES: Add ozkriff.games
5 years ago
Andrey Lesnikov
d9d4683bd0
EXAMPLES.md: Add ozkriff.games
5 years ago
Vincent Prouillet
500bdd0c8c
Update github release task as well
5 years ago
Vincent Prouillet
09762b23ee
Zip archive on Windows releases
5 years ago
Steven
a992bc8e9d
Add ZEIT Now support
5 years ago
Vincent Prouillet
0c2e3f297c
Update badges
5 years ago
Vincent Prouillet
1bb144421b
Update EXAMPLES.md
5 years ago
Vincent Prouillet
91f85b2791
Fix release task
5 years ago
Vincent Prouillet
37ad5dccc6
Merge pull request #804 from getzola/next
v0.9.0
5 years ago
Vincent Prouillet
b4a31df73e
Change release date
5 years ago
Vincent Prouillet
35b567742c
Ready for release
5 years ago
Arne Beer
f96aad2fdd
Only shrink when resizing with fit ( #803 )
5 years ago
Vincent Prouillet
b16d525134
Mention feed_url in docs
5 years ago
Vincent Prouillet
5844047435
Update slotmap
5 years ago
Teymour Aldridge
2377128b10
Improved the grammar of README.md. ( #799 )
* Improved the grammar of README.md.
Also made stylistic changes.
* Corrected a typo.
5 years ago
Marcus Klaas de Vries
4fd5d3f348
Bump pulldown_cmark to version 0.6.0 ( #797 )
* Bump pulldown_cmark to version 0.6.0
* Rename headers to headings
5 years ago
Neil Kistner
52c2b74b39
Add anchor existence checking to link_checker component ( #786 )
* Add anchor existant checking to link_checker component
* Oops, forgot some changes
* Drop scraper dependency and rework tests
* Handle name attributes
5 years ago
Zdenek Crha
096fefe7ed
Remove pub visibility from Config::translations hash ( #796 )
The access to translations is not straightforward and requires checks if
language and key exists. It is better to forbit direct access to
attribute and provide method - `get_translation()` - that will handle
all details of key translations.
Remove unit tests that use direct access and test only public method.
5 years ago
Bob
9db9fc8fb2
Fix the issue of generating the search index for multiple language ( #794 )
* fix the issue of generating the search index for multiple language
* updat docs for generating the search index for multiple language
* fix failed tests
* add tests for the search index of multiple language
5 years ago
zdenek-crha
5aadd3d4f2
Fix crash of trans() function called on absent translation key ( #793 )
Add method get_translation(lang, key) into Config struct that retrieves
translated term from parsed configuration or error when either
desired language or key is missing.
Use the new method in Trans struct implementing global Tera function
trans().
Add unit test to cover both happy and error path for translation
retrieval in both config and templates crate.
5 years ago
Bob
e77adc56fd
Fix the issue when checking the changes for multiple language section index file ( #787 )
* Fix the issue when checking the changes of multiple language section
5 years ago
Vincent Prouillet
fb89f94516
Process images on rebuild
Closes #790
5 years ago
Vincent Prouillet
fb938a3eed
Update completions
5 years ago
Vincent Prouillet
b396a1bc20
Add --drafts flag + rustfmt
5 years ago
Vincent Prouillet
57691be90d
Update changelog
5 years ago
BilLOPGVkPPn8z0JGJhgiAGNo9YAqpk5ruChl0F
258aecec34
Add one-dark syntax highlight theme ( #784 )
5 years ago
Daniel Egger
beb5a3af41
Universalize the GitHub pages publishing scheme ( #780 )
Added instructions on how to publish to <username>.github.io or <org>.github.io by changing the publishing branch in the repo to `master`. This should work for any type of GitHub publishing, including custom domains.
Fixes #765
5 years ago
Ever
4fff7508ba
ADD: reload when themes change ( #771 )
* ADD: reload when themes change
close #713
* MOD: test can_detect_kind_of_changes
5 years ago
Vincent Prouillet
6a7e955ab0
Add lang to get_taxonomy & get_taxonomy_url
5 years ago
Vincent Prouillet
6d5611f409
Use new Tera escape_xml filter for xml files
5 years ago
southerntofu
4695b029a0
Fix ToC generation for heading levels > 3 (bugfix) ( #774 )
* Fix ToC generation for heading levels > 3
* typo
* Add tests for deep ToCs
* Code style change
5 years ago