{"id":31918106,"url":"https://github.com/evilurge/shellgems","last_synced_at":"2026-04-18T11:03:12.032Z","repository":{"id":41757323,"uuid":"168201992","full_name":"evilUrge/shellgems","owner":"evilUrge","description":"\u003eShellGems_ Hugo based blog (with some firebase spark)","archived":false,"fork":false,"pushed_at":"2025-07-25T23:44:48.000Z","size":3535,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-26T06:29:47.275Z","etag":null,"topics":["blog","firebase","hugo"],"latest_commit_sha":null,"homepage":"https://www.evilurge.com/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evilUrge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-29T18:01:21.000Z","updated_at":"2025-07-25T23:44:52.000Z","dependencies_parsed_at":"2025-03-21T17:41:48.092Z","dependency_job_id":null,"html_url":"https://github.com/evilUrge/shellgems","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evilUrge/shellgems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilUrge%2Fshellgems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilUrge%2Fshellgems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilUrge%2Fshellgems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilUrge%2Fshellgems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilUrge","download_url":"https://codeload.github.com/evilUrge/shellgems/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilUrge%2Fshellgems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016909,"owners_count":26085912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","firebase","hugo"],"created_at":"2025-10-13T20:56:07.210Z","updated_at":"2025-10-13T20:56:21.082Z","avatar_url":"https://github.com/evilUrge.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShellGems_\n\nMy personal tech blog featuring cloud computing, AI, coding, and development insights - powered by the custom **Analog Meets Digital** Hugo theme.\n\n\n## About This Blog\n\n**ShellGems** is my professional tech blog where I share insights about:\n- ☁️ **Cloud Computing**: Firebase, AWS, serverless architectures\n- 🤖 **AI \u0026 Development**: Modern development workflows, AI tools, automation\n- 🛠️ **DevOps \u0026 Tools**: CI/CD, deployment strategies, developer productivity\n- 🎮 **Gaming \u0026 Hardware**: ITX builds, gaming setups, hardware reviews\n- 🎵 **Music \u0026 Tech**: Where technology meets creativity\n\n## Technical Stack\n\n- **Generator**: [Hugo](https://gohugo.io/) static site generator\n- **Theme**: Custom **Analog Meets Digital** theme (vintage aesthetics meets modern design)\n- **Content**: All posts written in Markdown\n- **Deployment**: Automated via Cloudflare Pages\n- **CI/CD**: Continuous deployment pipeline with build validation\n\n## Repository Structure\n\n```\n├── content/               # Blog posts and pages (Markdown)\n├── themes/analog-meets-digital/  # Custom Hugo theme\n├── static/               # Images, favicon, assets\n├── config.toml          # Hugo configuration\n├── wrangler.toml       # Cloudflare Pages config\n└── README.md           # This file\n```\n\n## Theme: Analog Meets Digital\n\nThis blog features a custom-built Hugo theme that bridges vintage analog aesthetics with modern digital design:\n\n### Design Philosophy\n- **Analog Warmth**: Inspired by vintage recording equipment and vinyl records\n- **Digital Precision**: Modern typography, responsive design, clean layouts\n- **Music-Inspired**: Rotating vinyl logo, studio equipment styling\n- **Professional**: Optimized for technical content and readability\n\n### Key Features\n- Dual color schemes (Warm Gold / Deep Studio)\n- Responsive design with mobile-first approach\n- Syntax highlighting for code blocks\n- Professional typography hierarchy\n- Studio equipment inspired UI elements\n- Theme switching capabilities\n\n## Development\n\n### Local Development\n```bash\n# Clone the repository\ngit clone https://github.com/evilUrge/shellgems.git\ncd shellgems\n\n# Run Hugo development server\nhugo server --theme=analog-meets-digital\n\n# Visit http://localhost:1313\n```\n\n### Adding Content\n```bash\n# Create a new post\nhugo new posts/my-new-post.md\n\n# Edit the post in your favorite editor\n# Posts are located in content/posts/\n```\n\n## Deployment\n\nThis blog uses Cloudflare Pages for automated deployment:\n\n1. **Commit \u0026 Push**: Push to `master` branch\n2. **Cloudflare Pages**: Automatically builds and deploys the site\n3. **Edge Network**: Serves content from Cloudflare's global edge network\n\nThe deployment pipeline includes:\n- Hugo site generation with `hugo --minify`\n- Automatic asset optimization\n- Global CDN distribution\n- Instant cache invalidation\n\n## Live Site\n\nVisit the blog at: **[www.evilurge.com](https://www.evilurge.com)**\n\n---\n\n**Developed by [Gilad Maoz](https://github.com/evilurge)**\n*Where shell scripts become gems, and analog meets digital.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilurge%2Fshellgems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilurge%2Fshellgems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilurge%2Fshellgems/lists"}