{"id":31055694,"url":"https://github.com/ashiknesin/ai-engineer-guide","last_synced_at":"2025-09-15T04:58:15.636Z","repository":{"id":304546299,"uuid":"907036053","full_name":"AshikNesin/ai-engineer-guide","owner":"AshikNesin","description":"A clean, fast Hugo-powered blog covering AI engineering trends, tools, and insights at AIEngineerGuide.com","archived":false,"fork":false,"pushed_at":"2025-09-09T11:37:14.000Z","size":160458,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T14:32:57.121Z","etag":null,"topics":["ai-agents","ai-engineering","hugo","learn-in-public"],"latest_commit_sha":null,"homepage":"https://AIEngineerGuide.com","language":"HTML","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/AshikNesin.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-22T16:25:13.000Z","updated_at":"2025-09-09T11:37:17.000Z","dependencies_parsed_at":"2025-09-01T05:16:53.534Z","dependency_job_id":"0dc53502-ec23-46cf-9403-64b7c1f7392d","html_url":"https://github.com/AshikNesin/ai-engineer-guide","commit_stats":null,"previous_names":["ashiknesin/ai-engineer-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AshikNesin/ai-engineer-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshikNesin%2Fai-engineer-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshikNesin%2Fai-engineer-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshikNesin%2Fai-engineer-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshikNesin%2Fai-engineer-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AshikNesin","download_url":"https://codeload.github.com/AshikNesin/ai-engineer-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshikNesin%2Fai-engineer-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275207874,"owners_count":25423896,"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-09-15T02:00:09.272Z","response_time":75,"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":["ai-agents","ai-engineering","hugo","learn-in-public"],"created_at":"2025-09-15T04:58:12.886Z","updated_at":"2025-09-15T04:58:15.619Z","avatar_url":"https://github.com/AshikNesin.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Engineer Guide\nA clean, fast Hugo‑powered blog that powers [AIEngineerGuide.com](https://aiengineerguide.com)\n\n![](https://aiengineerguide.com/preview.png)\n\n## 🚀 Getting Started\n\n### Prerequisites\nBefore you begin, make sure you have these installed:\n- [Hugo](https://gohugo.io/installation/) (v0.140.0 or newer)\n- [Node.js](https://nodejs.org/) (used for syncing content)\n\n### Run Locally\n\n```bash\n# Clone the repo\ngit clone https://github.com/AshikNesin/ai-engineer-guide\ncd ai-engineer-guide\n\n# Start the dev server\nhugo server -t hugo-bearblog\n\n# Or, using Makefile\nmake dev\n\n# Visit http://localhost:1313 in your browser\n```\n\n## 🏗️ Site Overview\n- **Live Site**: [AIEngineerGuide.com](https://aiengineerguide.com)\n- **Framework**: Hugo (static site generator)\n- **Theme**: `hugo-bearblog` \n- **Hosting**: Netlify + serverless functions\n- **Content Source**: Obsidian vault\n- **Analytics**: Umami integration (self hosted)\n- **Timezone**: Asia/Kolkata\n\n## 📝 Content Management\n\n### How It Works\n\n### Content Pipeline\n- Source notes live in `~/Sync/Notes/ai-notes/AIEngineerGuide/content/blog/`\n- Synced via: `scripts/sync-obsidian-notes.js`\n- Output: `content/blog/` in Hugo format\n- Images: Automatically copied to `static/images/`\n\nContent is maintained in a separate [repo](https://github.com/AshikNesin/ai-notes/tree/main/AIEngineerGuide), synced manually when needed.\n\n### Sync Commands\n\n```bash\n# Install sync dependencies\ncd scripts \u0026\u0026 npm install\n\n# One-time sync\ncd scripts \u0026\u0026 npm run sync:once\n\n# Watch for changes\ncd scripts \u0026\u0026 npm run sync:watch\n```\n\n### Structure\nPosts are grouped by year/month: `content/blog/YYYY-MM/`\n\nEach post includes:\n- Hugo front matter (title, date, tags)\n- Markdown content + image links\n- Tags\n\n## 🛠️ Useful Commands\n\n```bash\n# Start local development server\nhugo server -t hugo-bearblog\n\n# Production build\nhugo --gc --minify --config hugo.toml\n\n# Clean up build files\nhugo --gc\n```\n\n## 📁 Project Structure\n\n```\nAIEngineerGuide/\n├── content/\n│   ├── blog/           # Blog posts organized by YYYY-MM\n│   ├── bookmarks.md    # Bookmarks page\n│   └── newsletter.md   # Newsletter page\n├── layouts/            # Custom Hugo layouts\n├── static/\n│   ├── images/         # Blog post images\n│   └── favicon files\n├── themes/\n│   └── hugo-bearblog/  # Theme directory\n├── scripts/            # Content sync automation\n├── netlify/\n│   └── functions/      # Serverless functions\n├── hugo.toml          # Primary Hugo configuration\n└── netlify.toml       # Netlify deployment config\n```\n\n## 🚀 Deploying to Netlify\n\n### Settings\n\n* **Build Command**: `hugo --gc --minify --config hugo.toml`\n* **Publish Directory**: `public/`\n* **Hugo Version**: `0.140.0`\n\n### Environment Variables\n\nUsed for 404 tracking:\n\n* `PUSHOVER_API_TOKEN`\n* `PUSHOVER_USER_KEY`\n\n---\n\n## ✨ Key Features\n\n* **Obsidian Sync**: Write in Obsidian, publish with Hugo\n* **404 Notifications**: Real‑time alerts via Pushover\n* **RSS Feed**: Custom RSS generation\n* **Analytics**: Privacy‑first insights with Umami\n* **OG Images**: Social previews via Cloudinary\n* **Responsive Design**: Mobile‑friendly, clean typography\n\n---\n\n## 🔧 Customization\n\n### Layouts\n\nOverride theme templates via `layouts/`:\n\n* `layouts/_default/baseof.html`\n* `layouts/partials/`\n* `layouts/shortcodes/`\n\n### Serverless Functions\n\nCustom Netlify function for tracking 404s:\n\n* `netlify/functions/track-404.mjs`\n* Sends push alerts for broken links\n\n---\n\n## 📊 Monitoring\n\n* **Umami**: Lightweight, privacy‑friendly analytics\n* **404 Alerts**: Instant detection of broken links\n* **Build Logs**: Netlify deployment feedback\n\n---\n\n## 🤝 Contribute\n\n1. Fork the repo\n2. Create a new branch\n3. Make your changes\n4. Test with `hugo server`\n5. Submit a pull request\n\n---\n\n## 📄 License\nMIT\n\n## 🔗 Links\n\n- [Hugo Documentation](https://gohugo.io/documentation/)\n- [Hugo Bearblog Theme](https://github.com/janraasch/hugo-bearblog)\n- [Netlify Docs](https://docs.netlify.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashiknesin%2Fai-engineer-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashiknesin%2Fai-engineer-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashiknesin%2Fai-engineer-guide/lists"}