Build Your Own AI Assistant Part 1 - Creating the Assistant
116820 Views
Is the new Raspberry Pi AI Kit better than Google Coral?
114678 Views
Control Arduino with Python using Firmata / PyFirmata
87081 Views
How to Map with LiDAR - using a Raspberry Pi Zero 2W, RPLidar and Rviz
57314 Views
Creating a Supercomputer with a Raspberry Pi 5 Cluster and Docker Swarm!
53588 Views
Node-Red Automation, MQTT, NodeMCU & MicroPython
52067 Views
SMARS Lab upgrade with PyCharm
Chicken Nugget Piano
Pi Tray - Mini-rack - Part II
Weather Station Display
Pi 10 Inch Mini-rack
Installing and Using DeepSeek-R1:1.5 on a Raspberry Pi with Docker
Mini-Rack 3D Design Tutorial
0h 20m
Using the Raspberry Pi Pico's Built-in Temperature Sensor
0h 24m
Getting Started with SQL
0h 32m
Introduction to the Linux Command Line on Raspberry Pi OS
0h 42m
How to install MicroPython
0h 8m
Wall Drawing Robot Tutorial
0h 22m
Learn Linux from the basics to advanced topics.
Learn how to use a Raspberry Pi Pico
Learn MicroPython the best language for MicroControllers
Learn Docker, the leading containerization platform. Docker is used to build, ship, and run applications in a consistent and reliable manner, making it a popular choice for DevOps and cloud-native development.
Learn how to build SMARS robots, starting with the 3D Printing the model, Designing SMARS and Programming SMARS
Learn how to build robots, starting with the basics, then move on to learning Python and MicroPython for microcontrollers, finally learn how to make things with Fusion 360.
Learn Python, the most popular programming language in the world. Python is used in many different areas, including Web Development, Data Science, Machine Learning, Robotics and more.
Learn how to create robots in 3D, using Fusion 360 and FreeCAD. The models can be printed out using a 3d printer and then assembled into a physical robot.
Learn how to create Databases in Python, with SQLite3 and Redis.
KevsRobots Learning Platform
12% Percent Complete
By Kevin McAleer, 2 Minutes
Jekyll is a simple, blog-aware, static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, URLs, the data displayed on the page, and more.
Jekyll
Jekyll was developed by Tom Preston-Werner, GitHub’s co-founder, and is distributed under the open source MIT license.
Unlike traditional CMSs that often require databases and complex server-side processing, Jekyll relies on a pre-compilation process to create ready-to-publish static websites.
A static website consists of fixed content where each page is coded in HTML and displays the same information to every visitor.
Static sites are incredibly fast and secure since they don’t rely on databases or server-side scripting.
They’re simpler to maintain and host, making them ideal for blogs, portfolios, and documentation.
In contrast, dynamic websites, which use technologies like PHP, JavaScript, or CMS platforms, generate content in real-time and can handle complex functionalities like user input.
Jekyll is particularly well-suited for individuals and small teams looking to create a blog, project, or personal website without the overhead of a CMS. Its simplicity, combined with the power of Markdown, Liquid templating, and a wide range of plugins, makes it flexible and extensible.
The Jekyll community is vibrant and supportive, providing a wealth of themes, plugins, and documentation to help users.
Many popular sites use Jekyll, such as GitHub’s own blog and various documentation sites. These examples demonstrate Jekyll’s versatility across different content types and styles.
As we move forward, we’ll dive deeper into Jekyll’s features, from basic setup to creating and customizing your own static site.
Next up, we’ll guide you through installing Jekyll and setting up your first project.
Reflect on what you’ve learned about static sites. Why might you choose Jekyll for a project? Consider its benefits in terms of speed, security, and simplicity.
Next >