-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
I deployed my zola website on cloudlfare pages but im facing some issue on the deployment pipeline:
I noticied my atom.xml
inside public/blog
was not being served despit the right URL. sitemap.xml
is being right served, but its in the root. The wrangler.toml
doesnt seem to have an option for that os seems to be blocking that. I even tried to move the file to root to see if it worked but i noticied the file doesnt even exist, i even used some ls ./public -R
to verify that;
<html>
<body>
<!--StartFragment-->
mv -f ./public/blog/atom.xml ./public/atom.xml \|\| true
--
10:17:30.856 | mv: cannot stat './public/blog/atom.xml': No such file or directory
10:17:30.856 | ls ./public -R
10:17:30.859 | ./public:
10:17:30.859 | 404.html
10:17:30.859 | FwbF5OZl6FQz81GlJoqgm6XFwi_b1Oat-linM3eIpWvrZ9yhd874qjc72qi5T1IMgiBoydD3bDjJgnXIJ9Cr_oGr36FB5R5iKLRfpSXGN3dP9opQwU38v-r6dJk-vDaziAhRxAxKG59HJAjcNGNBlalyPEmoi939mIWU-GaeCu-JxR9Tn0k2TuKy0CJqQ-Jyh2beggR6Zmt0ewIod7wv.woff2
10:17:30.860 | blog
10:17:30.860 | clipboard.js
10:17:30.860 | clipboard.js.map
10:17:30.860 | elasticlunr.min.js
10:17:30.860 | favicon.js
10:17:30.860 | favicon.js.map
10:17:30.860 | favicon.png
10:17:30.860 | index.css
10:17:30.861 | index.css.map
10:17:30.861 | index.html
10:17:30.861 | layout.css
10:17:30.861 | layout.css.map
10:17:30.861 | manifest.js
10:17:30.861 | manifest.js.map
10:17:30.861 | manifest.json
10:17:30.861 | robots.txt
10:17:30.861 | rss.js
10:17:30.862 | rss.js.map
10:17:30.862 | rss.png
10:17:30.862 | ryoza.js
10:17:30.862 | ryoza.js.map
10:17:30.862 | ryoza.png
10:17:30.862 | search_index.en.js
10:17:30.862 | sitemap.xml
10:17:30.863 |
10:17:30.863 | ./public/blog:
10:17:30.863 | deploying-nixos-to-cloud
10:17:30.863 | index.html
10:17:30.863 |
10:17:30.863 | ./public/blog/deploying-nixos-to-cloud:
10:17:30.863 | index.html
10:17:30.872 | Finished
<!--EndFragment-->
</body>
</html>
OBS: The file is generated locally, this is my blog section front matter:
+++
title = "Blog posts"
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"
generate_feeds = true
insert_anchor_links = "heading"
+++
Has anyone faced that issue? Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels