{"id":28305312,"url":"https://github.com/pacoreyes/pacoreyes.de","last_synced_at":"2026-04-12T04:31:07.696Z","repository":{"id":179607310,"uuid":"663784553","full_name":"pacoreyes/pacoreyes.de","owner":"pacoreyes","description":"This repository contains the source code for my personal website, pacoreyes.de, showcasing my professional journey as an AI Engineer and machine learning expert.","archived":false,"fork":false,"pushed_at":"2025-05-22T11:16:03.000Z","size":741,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T03:39:10.252Z","etag":null,"topics":["css","eleventy","firebase","javascript","multi-language","nunjucks","web-design","web-development"],"latest_commit_sha":null,"homepage":"","language":"Nunjucks","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/pacoreyes.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":"2023-07-08T05:07:38.000Z","updated_at":"2025-05-22T11:16:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"99ea00bf-3b99-4940-8621-a5bcd99e0d28","html_url":"https://github.com/pacoreyes/pacoreyes.de","commit_stats":null,"previous_names":["pacoreyes/pacoreyes.de"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pacoreyes/pacoreyes.de","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacoreyes%2Fpacoreyes.de","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacoreyes%2Fpacoreyes.de/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacoreyes%2Fpacoreyes.de/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacoreyes%2Fpacoreyes.de/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pacoreyes","download_url":"https://codeload.github.com/pacoreyes/pacoreyes.de/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacoreyes%2Fpacoreyes.de/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31704492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":["css","eleventy","firebase","javascript","multi-language","nunjucks","web-design","web-development"],"created_at":"2025-05-24T02:09:07.169Z","updated_at":"2026-04-12T04:31:07.690Z","avatar_url":"https://github.com/pacoreyes.png","language":"Nunjucks","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pacoreyes.de - Personal Website\n\nThis repository contains the source code for my personal website, [pacoreyes.de](https://pacoreyes.de), showcasing my professional journey as an AI Engineer and machine learning expert.\n\n## Technology Stack\n\n- **Static Site Generator**: [Eleventy (11ty)](https://www.11ty.dev/) - A simpler static site generator\n- **Templating**: Nunjucks (.njk) for flexible templating\n- **Styling**: Custom CSS with modern features\n- **Deployment**: Firebase Hosting for reliable and fast content delivery\n- **Code Quality**: ESLint, Stylelint, and Prettier for consistent code style\n- **Build Process**: NPM scripts for building, serving, and quality checks\n- **Multi-language Support**: Separate content directories for English, German, and Spanish\n\n## Project Structure\n\n- `/src`: Source files for the website\n  - `/_data`: JSON and JS data files that power the site\n  - `/_includes`: Reusable template components\n  - `/css`: Styling for the website\n  - `/images`: Website images and icons\n  - `/en`: English language content\n  - `/de`: German language content\n  - `/es`: Spanish language content\n- `/public`: Generated output (not tracked in git)\n\n## Local Development\n\n### Prerequisites\n\n- Node.js (v14 or newer)\n- npm\n\n### Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/pacoreyes/pacoreyes.de.git\n   cd pacoreyes.de\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file in the project root with the following content:\n   ```\n   GOOGLE_TAG_ID=your-google-tag-id\n   ```\n   Replace `your-google-tag-id` with your actual Google Analytics tag ID.\n\n4. Start the development server:\n   ```bash\n   npm start\n   ```\n   This will start a local server at http://localhost:8080\n\n### Build\n\nTo build the site for production:\n\n```bash\nnpm run build\n```\n\n## Deployment\n\n### Setting Environment Variables\n\nBefore deploying, ensure that the required environment variables are set in your production environment:\n\n1. For Firebase Hosting, you can set environment variables using Firebase Functions environment configuration:\n   ```bash\n   firebase functions:config:set analytics.google_tag_id=\"your-google-tag-id\"\n   ```\n\n2. Alternatively, you can set the environment variable directly in your CI/CD pipeline or hosting platform.\n\n### Deploy to Firebase\n\nAfter building the site:\n\n```bash\nfirebase deploy\n```\n\n## Code Quality\n\nMaintain code quality with:\n\n```bash\nnpm run quality\n```\n\nThis runs linting and formatting checks on the codebase.\n\n## SEO Strategy\n\nThe website implements a comprehensive SEO strategy with a focus on multi-language support:\n\n### Multi-language Implementation\n\n- **Language-specific URLs**: Each language has its own URL path (`/en/`, `/de/`, `/es/`)\n- **Language Prioritization**: English is set as the primary language (priority 1.0 in sitemap.xml), with German and Spanish as secondary languages\n- **Default Language Redirection**: The root URL redirects to the most appropriate language based on user preferences\n\n### SEO Features\n\n- **Structured Data**: JSON-LD implementation for rich search results using Schema.org (Person type)\n- **Meta Tags**: Comprehensive meta tags including title, description, and keywords for each language\n- **Open Graph Protocol**: Social media optimization with og: tags for better sharing experience\n- **Twitter Cards**: Enhanced Twitter sharing with twitter: meta tags\n- **Canonical URLs**: Proper canonical URL implementation to avoid duplicate content issues\n- **Hreflang Tags**: Language annotations for international SEO:\n  ```html\n  \u003clink rel=\"alternate\" hreflang=\"x-default\" href=\"https://www.pacoreyes.de/\" /\u003e\n  \u003clink rel=\"alternate\" hreflang=\"en\" href=\"https://www.pacoreyes.de/en/\" /\u003e\n  \u003clink rel=\"alternate\" hreflang=\"de\" href=\"https://www.pacoreyes.de/de/\" /\u003e\n  \u003clink rel=\"alternate\" hreflang=\"es\" href=\"https://www.pacoreyes.de/es/\" /\u003e\n  ```\n- **Sitemap.xml**: XML sitemap with language-specific URLs and priority settings\n- **Robots.txt**: Controls search engine crawling behavior\n\n### Content Strategy\n\n- **Localized Content**: Each language version has fully translated and culturally adapted content\n- **Language-specific Metadata**: Titles, descriptions, and keywords are optimized for each language\n- **Consistent Structure**: All language versions maintain the same structure for better user experience\n\n## License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacoreyes%2Fpacoreyes.de","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacoreyes%2Fpacoreyes.de","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacoreyes%2Fpacoreyes.de/lists"}