[DEPRECATED] Jekyll-built blog to test out SSGs! It is still up and running on Vercel, so feel free to check it out!
## Overview
Cyberblog is an intriguing project based on Jekyll, designed as a platform to explore the capabilities of Static Site Generators (SSGs). Although it has been marked as deprecated, Cyberblog is still operational on Vercel, allowing users to experience its features firsthand. This project can serve as a valuable resource for developers and bloggers interested in the dynamics of SSGs.
## Features
- **Built with Jekyll**: Leverages the Jekyll framework, widely recognized for its simplicity and effectiveness in creating static websites.
- **Vercel Hosting**: Hosted on Vercel, ensuring fast loading times and a reliable performance.
- **Testing Ground for SSGs**: Serves as a practical environment to test and experiment with various static site generation techniques.
- **User-Friendly Interface**: Offers a straightforward and clean design that makes navigation and content creation simple.
- **Open for Exploration**: Despite being deprecated, still accessible for those looking to learn from or use its framework.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.