Deployment issue #69
Unanswered
PhilipKrook
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This sounds like a potential deployment issue - if the expected content is in the file in "output", then Statiq did it's part correctly (at least in terms of generating the output files from Razor and Markdown). How is the Netlify deployment handled? Are you using the Statiq Netlify deployment support, uploading manually, or building on the Netlify build agents? What does your Netlify site management screen say about the site - does it show the deployment having taken place and does it indicate the site was successfully deployed? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm new to this.
Struggling to deploy a small site I'm building.
It works fine locally.
It's built with Statiq and I use Netlify to deploy it.
It's somewhat working, it renders a html file, but only that one. I tried using stuff from the statiq-biolerplate demo but mine is not rendering the files as it should.
I have the same folder structure and as an example it does not render my _partials/_head.cshtml file it seems.
Looking in output/ folder the output/index.cshtml does include the content of the _head.cshtml file, but the preview page on Netlify does not.
What am I missing? Thanks
Beta Was this translation helpful? Give feedback.
All reactions