Understanding Jekyll #187669
Replies: 2 comments
-
|
Jekyll is a static site generator that takes your content (written in Markdown or plain text) and "builds" it into a complete website made of simple HTML, CSS, and JavaScript files. Unlike WordPress, which requires a database to fetch and assemble pages every time a visitor clicks a link, Jekyll pre-assembles everything beforehand, making the site incredibly fast, highly secure, and very cheap to host—often for free on platforms like GitHub Pages. While it offers developers full control and versioning through Git, it lacks a visual admin dashboard, making it less ideal for non-technical users or websites that need complex, real-time features like user accounts or built-in comments. |
Beta Was this translation helpful? Give feedback.
-
|
Hey, @sachintha00! 👋 We’ve noticed some activity in this thread that may resemble coordinated or rapid question-and-answer exchanges. As a reminder, GitHub’s Acceptable Use Policies prohibit coordinated or inauthentic activity intended to artificially drive engagement. To help keep the Community authentic and helpful for everyone, we’ll be unmarking the answer and locking this post. We encourage genuine, independent participation moving forward. Continued patterns of this nature may result in further action. Thank you for your understanding. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Hi everyone,
I would like to better understand Jekyll and how it compares to other website-building solutions.
❓ Question
What is Jekyll, and why would someone choose it instead of a CMS like WordPress?
💡 My Understanding (Please correct me if I’m wrong)
Jekyll is a static site generator written in Ruby. It converts Markdown or plain text files into a complete static website.
Some advantages I’ve noticed:
However, I’m curious about:
Would love to hear your experience and best practices.
Thanks in advance!
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions