Does “GitHub mode” mean it’s framework agnostic? #686
-
Sorry for the beginner level question, but does connecting with GitHub mean I could use keystatic to edit an 11ty site, for example? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey! Yes, using the The This is totally decoupled from what framework you use for your front end. A pretty common setup is to use Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hey!
Yes, using the
github
mode lets you use the framework of your choice.The
github
mode means that Keystatic will be connected to a GitHub repo, and when you make changes to content, those changes will generate commits on a given branch.This is totally decoupled from what framework you use for your front end.
A pretty common setup is to use
local
mode when running a Keystatic project locally, and set the deployed site to use thegithub
mode — that's what I do on most my projects 👍Hope this helps!