Posts

Showing posts with the label padme

Labels

Show more

Can You Learn to Code by Blogging with Jekyll

Is Jekyll a Good Way to Learn Basic Coding While Blogging? You’re not a developer. You just want to write. But deep down, you’re curious—how does a website work? How can I tweak the design? Can I learn a bit of coding just by using a tool like Jekyll? Good news: **you can.** Jekyll is one of the most beginner-friendly ways to ease into real-world coding concepts, without needing to "learn programming" in the traditional sense. Why Jekyll Is Great for Code-Curious Beginners Unlike platforms that hide the code (like Medium or WordPress.com), Jekyll gives you access to the core of your website. It encourages you to explore, edit, and learn. And the best part? You learn by doing. You Don’t Have to Be a Developer to Understand HTML and CSS Every website runs on HTML, CSS, and a bit of logic. Jekyll shows you how they connect: HTML : the content and structure (headings, paragraphs, links) CSS : the design and layout (fonts, colors, spacing) Liquid : simple...