Feiko / feiko.github.io

My personal website about my IT adventures
0 stars 0 forks source link

Feiko.IO - Adding Netlify CMS to your .NET powered static Website #5

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Feiko.IO - Adding Netlify CMS to your .NET powered static Website

Create an .net powered website for free using Github Pages, Statiq.web and Netlify CMS - Part II

https://www.feiko.io/posts/2021-05-07-adding-netlify-cms-to-your-net-powered-static-website

sinisteralex commented 1 year ago

Hello.

I am trying to use Netlify CMS without Github Pages, do you think this is possible with Statiq?

Feiko commented 1 year ago

Hello.

I am trying to use Netlify CMS without Github Pages, do you think this is possible with Statiq?

Hi @sinisteralex, This should be possible. I can see two ways to make this happen. First solution is to use Statiq for this. According to the documentation Azure App Services and Netlify is also supported. For this you would need to change the program.cs code. The second solution would be to use Github Actions. You could write a script that copies the content that is created for Github Pages and copy it automatically to your static page environment.

sinisteralex commented 1 year ago

Hm - i need to tinker some more, i keep getting 404s https://answers.netlify.com/t/integrating-netlify-cms-into-statiq-website-config-yml-not-found/35047/8