DEV Community

Discussion on: 20 Things I Learned in 2020 (Programmer Edition)

Collapse
 
michaelcurrin profile image
Michael Currin

I see you are into GH Actions and static sites. I have some workflows for GitHub Actions that you may find useful.

Workflows

Such as if you want to build a React or Vue or other Node single page app and serve it as a static site on GH Pages or Netlify. Or use Jekyll, Hugo, MkDocs, etc. to build your static site.

I'd recommend Jekyll as a popular static site tool. and you don't need any CI on GH Pages but you can use GH Actions if you need a custom flow.

Collapse
 
funbeedev profile image
Fum

I'm exploring Gatsby static websites with Netlify at the moment. The workflows might come in handy. Thanks for sharing :)