voxpelli / webpage-micropub-to-github

Self-hosteable Micropub endpoint that publishes to Jekyll by committing to GitHub
MIT License
179 stars 46 forks source link

Document Deploying to Netlify #161

Open miklb opened 1 year ago

miklb commented 1 year ago

I am freshening up Jekyll Indieweb and am going to document using it to setup a site on Netlify (So can use latest version of Jekyll mainly) with Micropub (also on Netlify) and publish on commit. The Jekyll Webmentions Plugin has been getting a lot of work and thought it would be a good time hook it all up.

I've been building some small sites with Eleventy and eventually want to port the theme to Eleventy and the rest of the steps would be the same.

voxpelli commented 1 year ago

Would be great! I'm hoping to get some time to dedicate to these projects (and especially to fixing my blog) soon!

miklb commented 1 year ago

OK, so [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/voxpelli/webpage-micropub-to-github) is pretty straight forward for a deploy button.

GitHub has changed the UI and kinda hidden where to get an OAuth key and I'm not even 100% setting Content to Read/Write is the correct auth. I'll write up the basic steps on where to find it now and how to set the ENV variables once I have a new instance running. I'll write more detailed documentation with screenshots for the template repo I'm working on for Jekyll IndieWeb.