Skip to content

afrintisha/blogstacle

Repository files navigation

Blogstacle

Jekyll License

Blogstacle is a personal blog built using the Chirpy Jekyll Theme. It serves as a platform to document projects, share knowledge, and explore the world of self-hosting, homelabs, and technology.

Features

  • Homelab Enthusiast's Journal: Posts about building and managing a homelab, including virtualization, containerization, and networking.
  • Knowledge Sharing: Tutorials, guides, and insights into various technologies.
  • Personal Touch: A mix of professional and personal content, including anecdotes and lessons learned.
  • Chirpy Theme: Powered by the feature-rich Chirpy Jekyll theme, offering a clean and modern design.

Repository Structure

.
├── _config.yml          # Site configuration
├── _data/               # Data files (e.g., authors, contact info)
├── _plugins/            # Custom Jekyll plugins
├── _posts/              # Blog posts
├── _tabs/               # Navigation tabs (e.g., About, Tags, Archives)
├── assets/              # Static assets (images, CSS, JS)
├── tools/               # Utility scripts (e.g., testing)
├── Gemfile              # Ruby dependencies
├── index.html           # Homepage
└── README.md            # This file

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/afrintisha/blogstacle.git
    cd blogstacle
  2. Install dependencies:

    bundle install
  3. Serve the site locally:

    bundle exec jekyll serve
  4. Open your browser and navigate to http://localhost:4000.

Usage

  • Writing Posts: Add new Markdown files to the _posts/ directory. Follow the naming convention YYYY-MM-DD-title.md.
  • Customizing Tabs: Modify files in the _tabs/ directory to update navigation tabs like "About" and "Tags."
  • Testing: Use the tools/test.sh script to build and test the site content.

Deployment

This site can be deployed to GitHub Pages or any static hosting platform. For GitHub Pages, ensure the gh-pages branch is configured in your repository settings.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve the blog.

License

This repository is licensed under the MIT License.


Happy blogging! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •