108640 Views
83860 Views
59555 Views
48723 Views
48311 Views
47806 Views
KevsArcade
C2Pi-O Laser cut Camera holder
Build a laser-cut robot
Robots and Lasers
Arduino Plug and Make Kit Review
Pi to Pico W Bluetooth Communication
Getting Started with SQL
Introduction to the Linux Command Line on Raspberry Pi OS
How to install MicroPython
Wall Drawing Robot Tutorial
BrachioGraph Tutorial
Intermediate level MicroPython
KevsRobots Learning Platform
72% Percent Complete
By Kevin McAleer, 2 Minutes
Deploying and managing a Jekyll site efficiently are crucial aspects of web development. This lesson will guide you through various deployment options and provide insights into maintaining and updating your site.
Jekyll sites can be deployed in several ways, depending on your preferences and needs.
GitHub Pages is a popular choice for hosting Jekyll sites due to its simplicity and integration with Git repositories.
Regular maintenance ensures your site runs smoothly and remains secure.
bundle update
Deploying and maintaining a Jekyll site is straightforward but requires attention to detail. By following best practices, you can ensure your site remains secure, up-to-date, and performs well.
Deploy your Jekyll site to GitHub Pages. Then, perform an update, like adding a new post or changing the theme, and push the changes.
< Previous Next >