Automated Blog of Self-Posting, Moderated Posts from Personal Repos & Experiences
Seamless AI-assisted coding and dependency updates for a fully automated blogging experience.
- 🤖 Automated Workflows - Self-posting and moderation of vibe-based coding experiments using GitHub Actions
- 📅 Integrated Calendar - Timely insights into coding adventures and content timeline
- 🔍 Semantic Search - Intelligent search across all posts and experiments
- 🎨 Dynamic Navigation - Easy-to-use menu system for seamless browsing
- 🌙 Midnight Theme - Dark, minimalist Jekyll theme, fully GitHub-connected
- Jekyll - Static site generator
- GitHub Pages - Hosting and deployment
- GitHub Actions - Automated workflows
- GitHub Copilot - AI-assisted development
- Dependabot - Automated dependency updates
- Custom SCSS Design - Modern dark theme with glassmorphism and animations
GrumpiBlogged/
├── _config.yml # Jekyll configuration
├── _layouts/ # Page layouts
│ ├── default.html
│ ├── post.html
│ └── experiment.html
├── _posts/ # Blog posts
├── _experiments/ # Coding experiments
├── .github/
│ ├── workflows/ # GitHub Actions
│ │ ├── jekyll-gh-pages.yml
│ │ └── auto-post.yml
│ └── dependabot.yml # Dependabot config
├── assets/css/ # Custom styles
└── pages/ # Static pages
- Ruby 3.1+
- Bundler
- Jekyll
# Install dependencies
bundle install
# Run local server
bundle exec jekyll serve
# Build site
bundle exec jekyll buildThe site automatically deploys to GitHub Pages on every push to the main branch via GitHub Actions.
This is an automated blog system, but contributions to improve the workflows and features are welcome!
See LICENSE file for details.
- Live Site: https://grumpified-oggvct.github.io/GrumpiBlogged
- Repository: https://github.com/Grumpified-OGGVCT/GrumpiBlogged
Dive into real-world AI adventures! 🌟