{"id":42280529,"url":"https://github.com/alxdrcirilo/alxdrcirilo.github.io","last_synced_at":"2026-01-27T08:19:20.152Z","repository":{"id":315031280,"uuid":"1037992795","full_name":"alxdrcirilo/alxdrcirilo.github.io","owner":"alxdrcirilo","description":"Personal blog","archived":false,"fork":false,"pushed_at":"2025-12-23T17:33:13.000Z","size":13742,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-25T07:30:17.050Z","etag":null,"topics":["blog","dev-blog","personal-website"],"latest_commit_sha":null,"homepage":"https://alxdrcirilo.dev","language":"Vue","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alxdrcirilo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-08-14T12:54:46.000Z","updated_at":"2025-12-23T17:33:17.000Z","dependencies_parsed_at":"2025-09-16T10:40:11.524Z","dependency_job_id":null,"html_url":"https://github.com/alxdrcirilo/alxdrcirilo.github.io","commit_stats":null,"previous_names":["alxdrcirilo/alxdrcirilo.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alxdrcirilo/alxdrcirilo.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxdrcirilo%2Falxdrcirilo.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxdrcirilo%2Falxdrcirilo.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxdrcirilo%2Falxdrcirilo.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxdrcirilo%2Falxdrcirilo.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alxdrcirilo","download_url":"https://codeload.github.com/alxdrcirilo/alxdrcirilo.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxdrcirilo%2Falxdrcirilo.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28809460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","dev-blog","personal-website"],"created_at":"2026-01-27T08:19:19.503Z","updated_at":"2026-01-27T08:19:20.142Z","avatar_url":"https://github.com/alxdrcirilo.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal blog\n\nThis is the source code for my personal blog, which is built using [Nuxt 4](https://nuxt.com) and hosted on GitHub Pages. The content is written in Markdown and handled by [Nuxt Content](https://content.nuxt.com).\n\nFeel free to visit [alxdrcirilo.dev](https://alxdrcirilo.dev) to see the live version of the blog. I try to keep the content updated with my latest projects and thoughts on various topics 🌻\n\n## Structure\n\nThe blog is structured as follows:\n\n```yaml\n.\n├── CNAME                 # Domain configuration for GitHub Pages\n├── LICENSE               # Project license\n├── README.md             # Project documentation\n└── src                   # Main source code\n    ├── app               # Nuxt app source\n    │   ├── app.vue       # Main Vue app component\n    │   ├── assets/       # Static assets (CSS, images)\n    │   ├── components/   # Vue components\n    │   ├── layouts/      # App layouts\n    │   ├── pages/        # Route pages\n    │   └── plugins/      # Nuxt plugins\n    ├── content           # Blog posts in Markdown\n    │   └── blog/\n    ├── content.config.ts # Nuxt Content configuration\n    ├── nuxt.config.ts    # Nuxt configuration\n    ├── package.json      # Project dependencies and scripts\n    └── public            # Static files served as-is\n        └── images/       # Blog images\n```\n\n## Local development\n\nI'm using [Bun](https://bun.sh) as my JavaScript runtime. To get started, you need to have Bun installed on your machine.\n\n### Installation\n\nAfter installing Bun, you can clone this repository and run the following commands:\n\n```bash\nbun install\nbun run dev\n```\n\nThis will install the dependencies, start the development server, and you can view the blog at `http://localhost:3000`.\n\n### Formatting\n\nTo format the code, you can use the following command:\n\n```bash\nbun run format\n```\n\nUnder the hood, this uses [Prettier](https://prettier.io) to ensure consistent code style across the project.\n\n## Deployment\n\nThe blog is deployed using GitHub Actions. The deployment workflow is defined in `.github/workflows/deploy.yaml`. It builds the project and deploys it to the `gh-pages` branch, which is then served by GitHub Pages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falxdrcirilo%2Falxdrcirilo.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falxdrcirilo%2Falxdrcirilo.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falxdrcirilo%2Falxdrcirilo.github.io/lists"}