11ty and S3 - Best Practices For A Workflow/Environment #2011
Unanswered
chrisativonne
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I haven't used S3 much, but I just preview my 11ty sites locally via eleventy --serve to preview it in a browser/webserver, and then push the generated site filed to GitHub pages or Vercel or Netlify. |
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
-
I've been building static sites in S3, and just now converting them to 11ty on my local mac, then uploading the files via browser into the S3 bucket. I'm admittedly behind on incorporating something like Git to push/sync my files up.
The background is that I'm migrating from Wordpress to static sites, and I'm trying to find a way that lets me easily edit and test my files in my local browser before committing my changes to the S3 bucket.
What are some best practices and how is your environment/workflow setup?
Does this possible workflow make sense?:
Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions