Yaps, blabs, and scribbles authored by the people of Hack Club.
This is a Jekyll-powered blog for hosting markdown-formatted essays. It features a clean, modern design that's fully responsive and optimized for reading.
- Ruby (version 2.6 or higher)
- Bundler gem
-
Install dependencies:
bundle install
-
Start the development server:
bundle exec jekyll serve
-
Visit
http://localhost:4000
to view your blog
To add a new essay:
- Create a new markdown file in the
_essays
folder - Add the following front matter at the top of the file:
---
layout: post
title: "Your Essay Title"
author: "Your Name"
date: YYYY-MM-DD
excerpt: "A brief description of your essay"
---
- Write your essay content in markdown below the front matter
- Save the file and the essay will automatically appear on your blog
- Clean Design: Modern, responsive layout optimized for reading
- Markdown Support: Full markdown support with syntax highlighting
- Collections: Essays are organized using Jekyll collections
- SEO Optimized: Built-in SEO tags and meta descriptions
- RSS Feed: Automatic RSS feed generation
- Mobile Friendly: Fully responsive design
- Styling: Edit
assets/css/style.css
to customize the appearance - Layout: Modify files in
_layouts/
to change the page structure - Configuration: Update
_config.yml
to change site settings
The site can be deployed to GitHub Pages, Netlify, or any static hosting service. Simply build the site with:
bundle exec jekyll build
The generated site will be in the _site
folder.
This project is licensed under the MIT License - see the LICENSE file for details.