You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Jekyll website is a static site generated from simple text files—usually Markdown—combined with HTML templates. Instead of needing a database or server-side code, Jekyll builds all pages ahead of time into plain static HTML, CSS, and JavaScript that can be hosted anywhere (like GitHub Pages).