Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2 build system breaking Zola sites #3

Open
asimpletune opened this issue Jul 23, 2023 · 12 comments
Open

v2 build system breaking Zola sites #3

asimpletune opened this issue Jul 23, 2023 · 12 comments

Comments

@asimpletune
Copy link

asimpletune commented Jul 23, 2023

Zola is no longer offered by default by the new build system and it is causing new user's sites to break.

Would it be possible to make zola one of the preinstalled tools? I didn't see a public facing repo so I can't submit a PR myself.

In the meanwhile, I'd like to submit a PR to update Cloudflare's Zola documentation. Is the correct way to use v2 Pages build without preinstalled tools to have zola specified as a dependency in a cargo.toml file?

@Keats
Copy link

Keats commented Jul 23, 2023

zola specified as a dependency in a cargo.toml file?

Zola is not on crates.io

@asimpletune
Copy link
Author

Thanks @Keats I updated my comment

@jrf0110
Copy link
Member

jrf0110 commented Jul 23, 2023

@asimpletune Apologies for the issues using the v2 build image. I'll look into adding Zola.

As a workaround, you can leverage asdf in your build command (or the UNSTABLE_PRE_BUILD env var) and install the zola plugin and version there by prefixing your build command with this rather lengthy set of commands:

asdf plugin add zola https://github.com/salasrod/asdf-zola && asdf install zola 0.17.2 &&  asdf global zola 0.17.2 &&

@Keats
Copy link

Keats commented Nov 20, 2023

Has it been added in the end?

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Mar 8, 2024
Changelog:

v0.18.0
Changes:

    77c87f5 Set release date
    e2f5c49 Update deps
    8ba7374 fix: taxonomies missing lang in sitemap (#2373)
    f560b48 Remove dummy file
    74b06d7 Actually remove code blocks from search index [ #2065 ]
    8b18ca0 Update changelog and deps
    4e0f941 elasticlunr-rs 3.0.2, hu language support (#2151)
    1349947 ignore kate-swp files (#2353)
    23bd03f Add apple arm (#2324)
    b1f1e64 Update deps
    8fe219a Update grass to 0.13 (#2321)
    105257b Update changelog
    24304fa Clippy
    6b0585c Avoid unnecessary checking for already checked links (#2305)
    670b882 fix: suppress highlight language warnings if highlight_code is false (#2287) [ #2280 ]
    8b2b066 Add Checking and Force Flag for Directory in Serve Command (#2265)
    841b3df template:feeds: add extra block (#2263)
    4430515 Add ignored_static to config (#2209)
    35aab56 Update deps
    9aa5162 Update edition
    cf99b5a Update changelog
    208c506 Fix LFI in zola serve (#2258)
    2cd133b Fixes #2250; Error instead of panic when root directory or config file not present (#2262)
    1de1dd5 Add attributes to base_url link in atom template (#2261)
    a1ac816 Atom template authors (#2259)
    c18a0c8 always sort assets by filename (Windows/Linux difference) (#2236)
    2532198 Prevent spans crossing line boundaries in class-based code block formatter (#2237)
    22dc32a Add support for lazy loading images (#2211)
    0a9bfa1 Hard link serve panic fix (#2210)
    448a941 Fix typo in error message
    8e37025 Add search.index_format into the serialized config (#2165) (#2196)
    d72ebb1 Fix multi-lingual json index (#2197)
    63054a9 templates: add base URL for feed content (#2190)
    c61e925 Implement replace_re filter (#2163)
    c0dd38b Speedup "zola check" command by reusing the Client (#2171)
    201d674 print error message when no config file found (#2168) [ #2195 ]
    18fbbe5 Next version
    d4d0e4b Update syntax highlighting recc
    8276551 Update syntax-highlighting.md (#2366)
    c031cc5 Update documention for using zola + Cloudflare Pages per advice in cloudflare/pages-build-image#3 (comment) (#2364)
    2774d4d Update themes gallery (#2356)
    a7ffb3b Update themes gallery (#2349)
    7d5ce5c Document author (#2347)
    152eccc Change to updated version of checkout action (#2340)
    0b46736 Add multi-stage dockerfile build example (#2327)
    9097703 Update themes gallery (#2322)
    4f9158f docs: show that base_url should contain protocol (#2328)
    6a612ca Simple console error message dialog in zola serve webpages (#2312)
    a49af5f Update themes gallery (#2309)
    0a8b2b4 Fix the link to the author's site (#2313)
    fc98caf docs: added aws s3 deployment instructions page (#2299)
    7a6ed08 docs: added peterprototypes.com (#2302)
    97d74b7 docs: update gitlab page deployment (#2292)
    e5e1a2f docs: update links to new Tera docs URL (#2289)
    e6fe81c fix broken link to Tera (#2286)
    49b56c3 docs: Update installation.md to use --locked (#2284)
    9ae7d15 Update themes gallery (#2279)
    e727f43 Fix link to tera
    08c218d Add CNAME file
    4785ab2 Start using GH pages for docs site
    74056d1 fix: styling conflict for code tags in li elements (#2273)
    695c17d Add deployment tutorial for fly.io (#2252)
    f93bd90 docs(deploy-gh-pages): add workflow permissions (#2249)
    d0ffb90 Update themes gallery (#2244)
    a6bf876 Clarify public dir in directory structure doc page (#2238) (#2240)
    8dd1b30 added aadi.net.in (#2232)
    11ca366 update zola version (#2179)
    5f4b950 Update themes gallery (#2220)
    864740a docs: correct example use of Github GraphQL (#2230) [ #2229 ]
    d149afe Shortcode documentation update (#2227)
    0f819fc Using cargo install (#2218)
    e43b27e Documented CNAME file for custom domains (#2219)
    14f695e Clarifying documentation around themes. (#1541)
    252f3b3 remove libsass from build instructions (#2217)
    321c717 Add gburghoorn example to EXAMPLES.md (#2212)
    7b095e4 Complete output for get_taxonomy in the documentation (#2204)
    2b56bcb Update themes gallery (#2203)
    3e215e6 Fix typo in page.md (#2192)
    d3fec80 docs: update expired Documents documentation (#2185)
    0113a73 Update themes gallery (#2180)
    0f21270 Update deploy action to the latest version and make version consistant (#2173)
    d626ea1 Update docs
    8ae4c62 Update snap [ #2164 ]
    b5dc5d8 minor updates to overview docs (#2158)
    ef45bb7 Update documentation for multilingual use of taxonomies (#2157)
    4e81dfb Update Metainfo (#2148)
@ekse
Copy link

ekse commented Mar 30, 2024

For others trying to get their zola site working on Cloudflare pages, I tried both methods listed on https://www.getzola.org/documentation/deployment/cloudflare-pages/#troubleshooting and they didn't work for me.

The way I got it to work was by putting a copy of the zola binary in my git repository (the x86_64-unknown-linux-gnu from the release assets) and changing the build command to chmod +x zola && ./zola build on the Cloudflare Pages settings page. It's not pretty but it works ¯_(ツ)_/¯.

@PR-1-SM
Copy link

PR-1-SM commented Apr 2, 2024

I unzipped zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz in the release, installed the binary zola in the repository, and built it using the command specified.
chmod +x zola && ./zola build

But the following error message occurred.
191 Error: config.toml not found in current directory or ancestors, current_dir is /opt/buildhome/repo

So I added the config.toml that I had been using with zola in the same location, and the installation completed successfully.

@xpe
Copy link

xpe commented May 9, 2024

Since I use macOS, I cross-compiled Zola for x86 using the cross crate and put the executable into bin/x86_64-unknown-linux-gnu.

Then I configured Cloudflare to run: bin/x86_64-unknown-linux-gnu/zola build. It works fine!

image

FWIW, I didn't need the chmod +x. Nor did I have to do anything different with config.toml as mentioned above by PR-1-SM.

@pimoore
Copy link

pimoore commented May 20, 2024

@asimpletune Apologies for the issues using the v2 build image. I'll look into adding Zola.

As a workaround, you can leverage asdf in your build command (or the UNSTABLE_PRE_BUILD env var) and install the zola plugin and version there by prefixing your build command with this rather lengthy set of commands:


asdf plugin add zola https://github.com/salasrod/asdf-zola && asdf install zola 0.17.2 &&  asdf global zola 0.17.2 &&

Is there any ETR on when Zola will be added to the v2 build, so no workarounds are necessary?

Cc: @Keats

LeoniePhiline referenced this issue in LeoniePhiline/quote-of-the-week Jun 18, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/getzola/zola](https://togithub.com/getzola/zola) | minor |
`v0.17.1` -> `v0.18.0` |

---

### Release Notes

<details>
<summary>getzola/zola (ghcr.io/getzola/zola)</summary>

### [`v0.18.0`](https://togithub.com/getzola/zola/releases/tag/v0.18.0)

[Compare
Source](https://togithub.com/getzola/zola/compare/v0.17.2...v0.18.0)

##### Changes:

-
[`77c87f5`](https://togithub.com/getzola/zola/commit/77c87f5e2f20ee90cf73cc98fa5f3fb096bcfffd)
Set release date
-
[`e2f5c49`](https://togithub.com/getzola/zola/commit/e2f5c490bb2306f70bab4616be0941d3b4e06c9e)
Update deps
-
[`8ba7374`](https://togithub.com/getzola/zola/commit/8ba73749b665522a4261b8d7ffb18a4b16c2374d)
fix: taxonomies missing lang in sitemap
([#&#8203;2373](https://togithub.com/getzola/zola/issues/2373))
-
[`f560b48`](https://togithub.com/getzola/zola/commit/f560b48f43835c011fd554c24bd0f524bb6e9734)
Remove dummy file
-
[`74b06d7`](https://togithub.com/getzola/zola/commit/74b06d704d3825520c88833bbaffd6bbf8bf7fe6)
Actually remove code blocks from search index \[
[#&#8203;2065](https://togithub.com/getzola/zola/issues/2065) ]
-
[`8b18ca0`](https://togithub.com/getzola/zola/commit/8b18ca018fcaa4b9b9ce5eeb2fe7a8f9126c157e)
Update changelog and deps
-
[`4e0f941`](https://togithub.com/getzola/zola/commit/4e0f9413f6a8241e3ef8c18ba0e515be7917704d)
elasticlunr-rs 3.0.2, hu language support
([#&#8203;2151](https://togithub.com/getzola/zola/issues/2151))
-
[`1349947`](https://togithub.com/getzola/zola/commit/1349947ed31e14fbbc17c9d6d6ab3ac10afef503)
ignore kate-swp files
([#&#8203;2353](https://togithub.com/getzola/zola/issues/2353))
-
[`23bd03f`](https://togithub.com/getzola/zola/commit/23bd03fdfc7ca12eb70600d41d6b73fddc464375)
Add apple arm
([#&#8203;2324](https://togithub.com/getzola/zola/issues/2324))
-
[`b1f1e64`](https://togithub.com/getzola/zola/commit/b1f1e64da3c2aec405a627f0d5fb3f125852c79d)
Update deps

<details><summary><b>See More</b></summary>

-
[`8fe219a`](https://togithub.com/getzola/zola/commit/8fe219a7161a8b8b1f7fabb57a1b5aad62680f2d)
Update `grass` to 0.13
([#&#8203;2321](https://togithub.com/getzola/zola/issues/2321))
-
[`105257b`](https://togithub.com/getzola/zola/commit/105257b21aa7cebfc1a37dd157ff3a8edd678764)
Update changelog
-
[`24304fa`](https://togithub.com/getzola/zola/commit/24304fa9c69f92b7a460e7475e46d504c92bf275)
Clippy
-
[`6b0585c`](https://togithub.com/getzola/zola/commit/6b0585cf01b10a590ccd99155b0c691053cc82ca)
Avoid unnecessary checking for already checked links
([#&#8203;2305](https://togithub.com/getzola/zola/issues/2305))
-
[`670b882`](https://togithub.com/getzola/zola/commit/670b88263cf2cae3b03c6966b68e992ff4258cc6)
fix: suppress highlight language warnings if highlight_code is false
([#&#8203;2287](https://togithub.com/getzola/zola/issues/2287)) \[
[#&#8203;2280](https://togithub.com/getzola/zola/issues/2280) ]
-
[`8b2b066`](https://togithub.com/getzola/zola/commit/8b2b066e64bde330eafebf3e93782505f1cb12dc)
Add Checking and Force Flag for Directory in Serve Command
([#&#8203;2265](https://togithub.com/getzola/zola/issues/2265))
-
[`841b3df`](https://togithub.com/getzola/zola/commit/841b3dfc921552d21bb0ae9992667e612543777f)
template:feeds: add extra block
([#&#8203;2263](https://togithub.com/getzola/zola/issues/2263))
-
[`4430515`](https://togithub.com/getzola/zola/commit/4430515a020dfe238b64e1795400c166e35c1439)
Add ignored_static to config
([#&#8203;2209](https://togithub.com/getzola/zola/issues/2209))
-
[`35aab56`](https://togithub.com/getzola/zola/commit/35aab566f940a0e72ccee8655e2c0eeb78e46c0b)
Update deps
-
[`9aa5162`](https://togithub.com/getzola/zola/commit/9aa516265930708c7df0f6b0cc0ea94f723f7844)
Update edition
-
[`cf99b5a`](https://togithub.com/getzola/zola/commit/cf99b5a95fe10f6299ec70777019d21a5cbeb33e)
Update changelog
-
[`208c506`](https://togithub.com/getzola/zola/commit/208c506ec3301236224ce64794c624683fecffa2)
Fix LFI in `zola serve`
([#&#8203;2258](https://togithub.com/getzola/zola/issues/2258))
-
[`2cd133b`](https://togithub.com/getzola/zola/commit/2cd133b9fbcab21ad8f938b6512cb186630cd74b)
Fixes [#&#8203;2250](https://togithub.com/getzola/zola/issues/2250);
Error instead of panic when root directory or config file not present
([#&#8203;2262](https://togithub.com/getzola/zola/issues/2262))
-
[`1de1dd5`](https://togithub.com/getzola/zola/commit/1de1dd56de187427a8f9fe33462b6029a34c4ac9)
Add attributes to base_url link in atom template
([#&#8203;2261](https://togithub.com/getzola/zola/issues/2261))
-
[`a1ac816`](https://togithub.com/getzola/zola/commit/a1ac81681b5799715019c3895ef46d8f4a1ffbbf)
Atom template authors
([#&#8203;2259](https://togithub.com/getzola/zola/issues/2259))
-
[`c18a0c8`](https://togithub.com/getzola/zola/commit/c18a0c803155b86c56ac3fbe5b2a61701ba9759d)
always sort assets by filename (Windows/Linux difference)
([#&#8203;2236](https://togithub.com/getzola/zola/issues/2236))
-
[`2532198`](https://togithub.com/getzola/zola/commit/2532198acb970ca2fca89be6a60c3db21a46fb4b)
Prevent spans crossing line boundaries in class-based code block
formatter
([#&#8203;2237](https://togithub.com/getzola/zola/issues/2237))
-
[`22dc32a`](https://togithub.com/getzola/zola/commit/22dc32a5893deac5e91d173d0daf59e1868065ef)
Add support for lazy loading images
([#&#8203;2211](https://togithub.com/getzola/zola/issues/2211))
-
[`0a9bfa1`](https://togithub.com/getzola/zola/commit/0a9bfa16c27a54af83adc109aa23f0a7c4cbfd12)
Hard link serve panic fix
([#&#8203;2210](https://togithub.com/getzola/zola/issues/2210))
-
[`448a941`](https://togithub.com/getzola/zola/commit/448a941f9312e3f705dc32f77095301e06c23a69)
Fix typo in error message
-
[`8e37025`](https://togithub.com/getzola/zola/commit/8e3702572959d50cd9c959370fb60dd4f6243682)
Add search.index_format into the serialized config
([#&#8203;2165](https://togithub.com/getzola/zola/issues/2165))
([#&#8203;2196](https://togithub.com/getzola/zola/issues/2196))
-
[`d72ebb1`](https://togithub.com/getzola/zola/commit/d72ebb1bdb3fbd3301a9fdfab6ce1fd9f12f85cd)
Fix multi-lingual json index
([#&#8203;2197](https://togithub.com/getzola/zola/issues/2197))
-
[`63054a9`](https://togithub.com/getzola/zola/commit/63054a96d29b3e66a6eeb178ca1df1acf7ddf659)
templates: add base URL for feed content
([#&#8203;2190](https://togithub.com/getzola/zola/issues/2190))
-
[`c61e925`](https://togithub.com/getzola/zola/commit/c61e925073935536f08cc972b0dcc811e437ef8f)
Implement replace_re filter
([#&#8203;2163](https://togithub.com/getzola/zola/issues/2163))
-
[`c0dd38b`](https://togithub.com/getzola/zola/commit/c0dd38b234acc8bf436a2bab017d31866100f668)
Speedup "zola check" command by reusing the Client
([#&#8203;2171](https://togithub.com/getzola/zola/issues/2171))
-
[`201d674`](https://togithub.com/getzola/zola/commit/201d674da154967a869f4c1c02609d7a8b27f8bc)
print error message when no config file found
([#&#8203;2168](https://togithub.com/getzola/zola/issues/2168)) \[
[#&#8203;2195](https://togithub.com/getzola/zola/issues/2195) ]
-
[`18fbbe5`](https://togithub.com/getzola/zola/commit/18fbbe532a75c3b502847fac841e12138e5edf87)
Next version
-
[`d4d0e4b`](https://togithub.com/getzola/zola/commit/d4d0e4b02aa086fdcf337d659d167a7776f62bb4)
Update syntax highlighting recc
-
[`8276551`](https://togithub.com/getzola/zola/commit/827655181113eb634275c6d7928621d885e13918)
Update syntax-highlighting.md
([#&#8203;2366](https://togithub.com/getzola/zola/issues/2366))
-
[`c031cc5`](https://togithub.com/getzola/zola/commit/c031cc592c2756c0ad9ee149fe3fe8fb0ed92b80)
Update documention for using zola + Cloudflare Pages per advice in
[https://github.com/cloudflare/pages-build-image/issues/3#issuecomment-1646873666](https://togithub.com/cloudflare/pages-build-image/issues/3#issuecomment-1646873666)
([#&#8203;2364](https://togithub.com/getzola/zola/issues/2364))
-
[`2774d4d`](https://togithub.com/getzola/zola/commit/2774d4d41086d26ccfac98d22b911a7289325c66)
Update themes gallery
([#&#8203;2356](https://togithub.com/getzola/zola/issues/2356))
-
[`a7ffb3b`](https://togithub.com/getzola/zola/commit/a7ffb3be8145c4c22b8f007ad25626b90dadfe77)
Update themes gallery
([#&#8203;2349](https://togithub.com/getzola/zola/issues/2349))
-
[`7d5ce5c`](https://togithub.com/getzola/zola/commit/7d5ce5c2302aba9c18dd46256cf281edfb55d9d7)
Document author
([#&#8203;2347](https://togithub.com/getzola/zola/issues/2347))
-
[`152eccc`](https://togithub.com/getzola/zola/commit/152eccc44751d070ae34b2805e7fa85a06c3667c)
Change to updated version of checkout action
([#&#8203;2340](https://togithub.com/getzola/zola/issues/2340))
-
[`0b46736`](https://togithub.com/getzola/zola/commit/0b46736affc87727c75b7d51d451b93718af34c6)
Add multi-stage dockerfile build example
([#&#8203;2327](https://togithub.com/getzola/zola/issues/2327))
-
[`9097703`](https://togithub.com/getzola/zola/commit/9097703b519f4ec7638bdf22f3754d9a7c76c88b)
Update themes gallery
([#&#8203;2322](https://togithub.com/getzola/zola/issues/2322))
-
[`4f9158f`](https://togithub.com/getzola/zola/commit/4f9158f6af4f914dd9a51c144613790e32001f52)
docs: show that `base_url` should contain protocol
([#&#8203;2328](https://togithub.com/getzola/zola/issues/2328))
-
[`6a612ca`](https://togithub.com/getzola/zola/commit/6a612ca388ec3b383db232b68c58ef5a5b54a3e2)
Simple console error message dialog in `zola serve` webpages
([#&#8203;2312](https://togithub.com/getzola/zola/issues/2312))
-
[`a49af5f`](https://togithub.com/getzola/zola/commit/a49af5fa48b6b2e672a5d50b45b7d7b188c773f4)
Update themes gallery
([#&#8203;2309](https://togithub.com/getzola/zola/issues/2309))
-
[`0a8b2b4`](https://togithub.com/getzola/zola/commit/0a8b2b410abbf5c921beceac963b605cd0fab771)
Fix the link to the author's site
([#&#8203;2313](https://togithub.com/getzola/zola/issues/2313))
-
[`fc98caf`](https://togithub.com/getzola/zola/commit/fc98cafe4a1d1df597f38f963e006d037fcff7ff)
docs: added aws s3 deployment instructions page
([#&#8203;2299](https://togithub.com/getzola/zola/issues/2299))
-
[`7a6ed08`](https://togithub.com/getzola/zola/commit/7a6ed08ce6110ddd22c81c0e222be3c0614d127a)
docs: added peterprototypes.com
([#&#8203;2302](https://togithub.com/getzola/zola/issues/2302))
-
[`97d74b7`](https://togithub.com/getzola/zola/commit/97d74b78b78365d4ee5f0c7c0cc5478871dcaf82)
docs: update gitlab page deployment
([#&#8203;2292](https://togithub.com/getzola/zola/issues/2292))
-
[`e5e1a2f`](https://togithub.com/getzola/zola/commit/e5e1a2fdac81863a08614d63f0d4b0d06c55ac71)
docs: update links to new Tera docs URL
([#&#8203;2289](https://togithub.com/getzola/zola/issues/2289))
-
[`e6fe81c`](https://togithub.com/getzola/zola/commit/e6fe81cdf3d2f32dc8989949852fb3ab46204006)
fix broken link to Tera
([#&#8203;2286](https://togithub.com/getzola/zola/issues/2286))
-
[`49b56c3`](https://togithub.com/getzola/zola/commit/49b56c3026d6019414693f1227ee304df54ebfbf)
docs: Update installation.md to use --locked
([#&#8203;2284](https://togithub.com/getzola/zola/issues/2284))
-
[`9ae7d15`](https://togithub.com/getzola/zola/commit/9ae7d15139fe49319c081870ec456844a2709b11)
Update themes gallery
([#&#8203;2279](https://togithub.com/getzola/zola/issues/2279))
-
[`e727f43`](https://togithub.com/getzola/zola/commit/e727f43fe0e17ccc9067e457667a7a7ee651e76d)
Fix link to tera
-
[`08c218d`](https://togithub.com/getzola/zola/commit/08c218d22a809eab1a3542434227e3552aadc0d2)
Add CNAME file
-
[`4785ab2`](https://togithub.com/getzola/zola/commit/4785ab2552998a1afb455fe56e88b73d11c5ead3)
Start using GH pages for docs site
-
[`74056d1`](https://togithub.com/getzola/zola/commit/74056d15ab6ee46a336463c9098745f14564aae1)
fix: styling conflict for code tags in li elements
([#&#8203;2273](https://togithub.com/getzola/zola/issues/2273))
-
[`695c17d`](https://togithub.com/getzola/zola/commit/695c17d2222e2ee3f83d304d0828265b1c7407cf)
Add deployment tutorial for fly.io
([#&#8203;2252](https://togithub.com/getzola/zola/issues/2252))
-
[`f93bd90`](https://togithub.com/getzola/zola/commit/f93bd900204ad1f75fcc27afb053e1ea701e4cd1)
docs(deploy-gh-pages): add workflow permissions
([#&#8203;2249](https://togithub.com/getzola/zola/issues/2249))
-
[`d0ffb90`](https://togithub.com/getzola/zola/commit/d0ffb90f70c0e2d920189da1e2ccef79bde39285)
Update themes gallery
([#&#8203;2244](https://togithub.com/getzola/zola/issues/2244))
-
[`a6bf876`](https://togithub.com/getzola/zola/commit/a6bf8765a129c1024e32fe5c3bdc539e88c98b5c)
Clarify `public` dir in directory structure doc page
([#&#8203;2238](https://togithub.com/getzola/zola/issues/2238))
([#&#8203;2240](https://togithub.com/getzola/zola/issues/2240))
-
[`8dd1b30`](https://togithub.com/getzola/zola/commit/8dd1b30594dcfa5344ba36b6b057a5b0aa9bd277)
added aadi.net.in
([#&#8203;2232](https://togithub.com/getzola/zola/issues/2232))
-
[`11ca366`](https://togithub.com/getzola/zola/commit/11ca3666d0118761eadb8b8b2c66d7d89cfb2c45)
update zola version
([#&#8203;2179](https://togithub.com/getzola/zola/issues/2179))
-
[`5f4b950`](https://togithub.com/getzola/zola/commit/5f4b95075a75b10167736fb84ca72d276bc4691d)
Update themes gallery
([#&#8203;2220](https://togithub.com/getzola/zola/issues/2220))
-
[`864740a`](https://togithub.com/getzola/zola/commit/864740a76f657a9567c7509356b7ddcdd15d0147)
docs: correct example use of Github GraphQL
([#&#8203;2230](https://togithub.com/getzola/zola/issues/2230)) \[
[#&#8203;2229](https://togithub.com/getzola/zola/issues/2229) ]
-
[`d149afe`](https://togithub.com/getzola/zola/commit/d149afe07cdc2291820f78d0dcaeb7ebbba44b47)
Shortcode documentation update
([#&#8203;2227](https://togithub.com/getzola/zola/issues/2227))
-
[`0f819fc`](https://togithub.com/getzola/zola/commit/0f819fc88063453bd0ab9e8dd48335eaba83f196)
Using cargo install
([#&#8203;2218](https://togithub.com/getzola/zola/issues/2218))
-
[`e43b27e`](https://togithub.com/getzola/zola/commit/e43b27e6587674aea655c18452fce99ce90f1aa0)
Documented CNAME file for custom domains
([#&#8203;2219](https://togithub.com/getzola/zola/issues/2219))
-
[`14f695e`](https://togithub.com/getzola/zola/commit/14f695e682e5cde70b81d4696158b95a4f775ff8)
Clarifying documentation around themes.
([#&#8203;1541](https://togithub.com/getzola/zola/issues/1541))
-
[`252f3b3`](https://togithub.com/getzola/zola/commit/252f3b31365bb248efa832767381e06295f84d3a)
remove libsass from build instructions
([#&#8203;2217](https://togithub.com/getzola/zola/issues/2217))
-
[`321c717`](https://togithub.com/getzola/zola/commit/321c7178ad6436c9eec2bb58506de1e1ff5b3c61)
Add gburghoorn example to EXAMPLES.md
([#&#8203;2212](https://togithub.com/getzola/zola/issues/2212))
-
[`7b095e4`](https://togithub.com/getzola/zola/commit/7b095e4ccb6bbc8485813b682a116def708f17fc)
Complete output for get_taxonomy in the documentation
([#&#8203;2204](https://togithub.com/getzola/zola/issues/2204))
-
[`2b56bcb`](https://togithub.com/getzola/zola/commit/2b56bcb967cb7284e3225fc5caac50b095185004)
Update themes gallery
([#&#8203;2203](https://togithub.com/getzola/zola/issues/2203))
-
[`3e215e6`](https://togithub.com/getzola/zola/commit/3e215e6e286ec6a9aa3586d71629e63cca5e9d24)
Fix typo in page.md
([#&#8203;2192](https://togithub.com/getzola/zola/issues/2192))
-
[`d3fec80`](https://togithub.com/getzola/zola/commit/d3fec80de1e5cb929ca573c8bbce69a93ade3127)
docs: update expired Documents documentation
([#&#8203;2185](https://togithub.com/getzola/zola/issues/2185))
-
[`0113a73`](https://togithub.com/getzola/zola/commit/0113a73551c2444c405988c77ccc4a351dec6539)
Update themes gallery
([#&#8203;2180](https://togithub.com/getzola/zola/issues/2180))
-
[`0f21270`](https://togithub.com/getzola/zola/commit/0f21270bf174e61e5abc874bf3af562243caaf81)
Update deploy action to the latest version and make version consistant
([#&#8203;2173](https://togithub.com/getzola/zola/issues/2173))
-
[`d626ea1`](https://togithub.com/getzola/zola/commit/d626ea1c2e367e92dc75ce2d1217816742e377fb)
Update docs
-
[`8ae4c62`](https://togithub.com/getzola/zola/commit/8ae4c623f24d3e7af14e3e94f92fcbcceb954bc5)
Update snap \[
[#&#8203;2164](https://togithub.com/getzola/zola/issues/2164) ]
-
[`b5dc5d8`](https://togithub.com/getzola/zola/commit/b5dc5d847ce3d642292fdb5e411c99e3f29d70a6)
minor updates to overview docs
([#&#8203;2158](https://togithub.com/getzola/zola/issues/2158))
-
[`ef45bb7`](https://togithub.com/getzola/zola/commit/ef45bb78b00e8c5dcfe935091a4ba8781a4b7fd0)
Update documentation for multilingual use of taxonomies
([#&#8203;2157](https://togithub.com/getzola/zola/issues/2157))
-
[`4e81dfb`](https://togithub.com/getzola/zola/commit/4e81dfb86b29cfe6657baf0bf5b9f3507f5f13e1)
Update Metainfo
([#&#8203;2148](https://togithub.com/getzola/zola/issues/2148))

This list of changes was [auto
generated](https://dev.azure.com/getzola/zola/\_build/results?buildId=3066\&view=logs).</details>

### [`v0.17.2`](https://togithub.com/getzola/zola/releases/tag/v0.17.2)

[Compare
Source](https://togithub.com/getzola/zola/compare/v0.17.1...v0.17.2)

##### Changes:

-
[`7c6bdc1`](https://togithub.com/getzola/zola/commit/7c6bdc1019dbfa1c59667dd6ba0cacf30774b41b)
Set release date
-
[`c0732a2`](https://togithub.com/getzola/zola/commit/c0732a27089fdacafb5b65172e330b329f222849)
Update changelog and disable clippy in CI for a bit
-
[`d52a071`](https://togithub.com/getzola/zola/commit/d52a071c053443efbbfc46782dae8eafd1f77236)
Implement Default for LanguageOptions
([#&#8203;2145](https://togithub.com/getzola/zola/issues/2145)) \[
[#&#8203;2137](https://togithub.com/getzola/zola/issues/2137) ]
-
[`a4a85fe`](https://togithub.com/getzola/zola/commit/a4a85fe202156eaaca9a65a5715e443c63c8c2a2)
Fix cachebusting not working with binary files \[
[#&#8203;2142](https://togithub.com/getzola/zola/issues/2142) ]
-
[`f0cd47f`](https://togithub.com/getzola/zola/commit/f0cd47ffc6fa5448e2c405b73c9872ea80396053)
Fix tests
-
[`f6d27cd`](https://togithub.com/getzola/zola/commit/f6d27cd53854135a4a7393e7dfbf6672e71cccd9)
Update changelog
-
[`0ba2707`](https://togithub.com/getzola/zola/commit/0ba2707316068ad15e2b917b6938b480f49fb44a)
Use page.summary if available
([#&#8203;2141](https://togithub.com/getzola/zola/issues/2141))
-
[`3186d4b`](https://togithub.com/getzola/zola/commit/3186d4b47434f48166b17038a0415a4bde512a50)
Update deps
-
[`b7fec4d`](https://togithub.com/getzola/zola/commit/b7fec4d31afbf2df6a1a95c4e0db2a152e0dd59a)
Remove dummy test
-
[`deaaa16`](https://togithub.com/getzola/zola/commit/deaaa1601768feb330974e655b56eef51da4dd24)
Fix tests

<details><summary><b>See More</b></summary>

-
[`8611318`](https://togithub.com/getzola/zola/commit/8611318324b367600026b14e8873d2606c254f2a)
Update changelog
-
[`f6c0d52`](https://togithub.com/getzola/zola/commit/f6c0d52d16ce23516107f481e97c2d580b1c6f0a)
Revert "Allow external links to start with "www.\*"
([#&#8203;2100](https://togithub.com/getzola/zola/issues/2100))"
-
[`dd65e99`](https://togithub.com/getzola/zola/commit/dd65e993005f3fee2c8218269d76f5896c8d5458)
Fix index errors
([#&#8203;2129](https://togithub.com/getzola/zola/issues/2129))
-
[`9613973`](https://togithub.com/getzola/zola/commit/961397325ee5ad813eabae3254b49164ee09998f)
Fix a page missing from e2e test
-
[`583a472`](https://togithub.com/getzola/zola/commit/583a472523a8698f0a5ec83e744c56781ed8b647)
Next verison
-
[`ce0a0bb`](https://togithub.com/getzola/zola/commit/ce0a0bbcd3fabb7301224d40c5c1a66badb1a781)
Clarify some doc
-
[`5df6b8b`](https://togithub.com/getzola/zola/commit/5df6b8b4e77157a7e454b9e61785e76818cf9072)
Clarify some doc
-
[`66734b5`](https://togithub.com/getzola/zola/commit/66734b52e41ae4cd3b93843b3a2388c83763f0f8)
Update links to tmtheme editor \[
[#&#8203;2114](https://togithub.com/getzola/zola/issues/2114),
[#&#8203;2061](https://togithub.com/getzola/zola/issues/2061) ]
-
[`ce57d37`](https://togithub.com/getzola/zola/commit/ce57d3714710e23c8357f67fe609b33597152645)
fix: add "slug" where it was forgotten
([#&#8203;2132](https://togithub.com/getzola/zola/issues/2132))
-
[`1538a38`](https://togithub.com/getzola/zola/commit/1538a38bf0552896f89f01e1a77e75c101de8ede)
installing-and-using-themes.md: Change placeholder format for git repo
URL ([#&#8203;2128](https://togithub.com/getzola/zola/issues/2128))
-
[`f2d6b2e`](https://togithub.com/getzola/zola/commit/f2d6b2e1d3c5a5e416cd1ee1815ea90aedfd0c42)
installation.md: add Nix installation instructions
([#&#8203;2126](https://togithub.com/getzola/zola/issues/2126))
-
[`4f5d622`](https://togithub.com/getzola/zola/commit/4f5d6222fc5a47e80591efb91f97f78d1bffb8cd)
Bump zola version for docs
-
[`f45c1b6`](https://togithub.com/getzola/zola/commit/f45c1b601a1d3a7d8e2f4a5267ab39d91cd28ce1)
It was actually correct?
-
[`47f54eb`](https://togithub.com/getzola/zola/commit/47f54eb13722867437806a8c771cd830efa09f66)
Update Metainfo
([#&#8203;2125](https://togithub.com/getzola/zola/issues/2125))
-
[`e39dbb3`](https://togithub.com/getzola/zola/commit/e39dbb3afaf245eaf082a73667407753697e8a00)
Use default search engine output \[
[#&#8203;2123](https://togithub.com/getzola/zola/issues/2123) ]
-
[`1a6c1a3`](https://togithub.com/getzola/zola/commit/1a6c1a32be2ec355bcef03ebd020442eee4f0e9c)
Fix docs \[
[#&#8203;2117](https://togithub.com/getzola/zola/issues/2117) ]

This list of changes was [auto
generated](https://dev.azure.com/getzola/zola/\_build/results?buildId=2714\&view=logs).</details>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/LeoniePhiline/quote-of-the-week).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
@JVimes
Copy link

JVimes commented Oct 4, 2024

Build system v1 also gives me "command not found". I wonder why it installed Hugo?
(Cloudflare was cloning the last merge commit, not the latest commit.)

@DerekParks
Copy link

I've been using the command below. So I don't have to add the zola binary to my repo. Download and extract the release from GH:

curl -L https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz | tar xz && ./zola build

@asimpletune
Copy link
Author

asimpletune commented Oct 22, 2024

Until this is fixed people should know that you don't need to put the zola binary in your repo nor download it upon build.

As mentioned by @jrf0110, Simply setting UNSTABLE_PRE_BUILD to asdf plugin add zola https://github.com/salasrod/asdf-zola && asdf install zola 0.17.2 && asdf global zola 0.17.2 && in the dash works fine for now, until official support is added for zola.

It's also in the zola docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants