{"id":25373912,"url":"https://github.com/gamemann/portfolio","last_synced_at":"2025-10-10T07:17:55.447Z","repository":{"id":275083720,"uuid":"924414474","full_name":"gamemann/portfolio","owner":"gamemann","description":"My website portfolio that utilizes Astro, React, TypeScript, and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2025-08-02T17:21:38.000Z","size":27639,"stargazers_count":29,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-02T21:38:10.715Z","etag":null,"topics":["animation","astro","fast","homepage","javascript","open-source","portfolio","react","tailwind","tailwind-intersect","tailwind-motion","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://cdeacon.net","language":"Astro","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/gamemann.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}},"created_at":"2025-01-30T00:30:46.000Z","updated_at":"2025-10-02T21:17:16.000Z","dependencies_parsed_at":"2025-01-31T05:32:36.589Z","dependency_job_id":null,"html_url":"https://github.com/gamemann/portfolio","commit_stats":null,"previous_names":["gamemann/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gamemann/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemann%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemann%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemann%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemann%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gamemann","download_url":"https://codeload.github.com/gamemann/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamemann%2Fportfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003169,"owners_count":26083533,"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-10T02:00:06.843Z","response_time":62,"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":["animation","astro","fast","homepage","javascript","open-source","portfolio","react","tailwind","tailwind-intersect","tailwind-motion","tailwindcss","typescript"],"created_at":"2025-02-15T03:19:43.280Z","updated_at":"2025-10-10T07:17:55.424Z","avatar_url":"https://github.com/gamemann.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"My portfolio [website](https://cdeacon.net) that utilizes [Astro](https://astro.build/), [React](https://react.dev/), and [Tailwind CSS](https://tailwindcss.com/).\n\n![Preview](./preview/preview.gif)\n\n\n## Running\nHere are commands you can use to run the web server through Astro (for developer use).\n\n```bash\n# Clone repository.\ngit clone https://github.com/gamemann/portfolio\n\n# Change directory.\ncd portfolio\n\n# Install packages.\nnpm install\n\n# Run Astro's dev server available on port 4321 by default.\n# NOTE - You can pass --host \u003caddress\u003e to listen on specific IP addresses (or all with 0.0.0.0).\nnpx astro dev\n```\n\nIf you want to run this application in production, I recommend looking into [Docker](https://docs.astro.build/en/recipes/docker/).\n\n## Configuration\nThere are two environmental variables you can configure inside of the `.env` file located in the root of this repository (rename or copy `.env.example` to `.env` if you haven't already).\n\n### `PUBLIC_GOOGLE_ANALYTICS_ID`\nIf you want Google Analytics support, you will need to set this variable to your property's ID.\n\n### `PUBLIC_EMAIL_ENCODE`\nIf you want the **Email Me** button included, you will need to set this variable to the Base64-encoded value of your email address. You can generate an encoded value for your email address with the below command on most Linux systems.\n\n```bash\necho -n '\u003cemailaddress\u003e' | base64\n```\n\nFor spam protection, instead of storing the email address inside of the HTML code returned by the server, we decode the value of this environmental variable inside of the client-side JavaScript code after the user clicks the button + confirms they want to email you.\n\nWhile I'm sure there are more secure solutions available such as advanced CAPTCHAs, etc. I just wanted a quick and easy way to eliminate a majority of spam bots, especially since most spam bots don't utilize JavaScript.\n\nIf I do end up still getting spam through my email, I will most likely look into implementing a third-party library.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamemann%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgamemann%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamemann%2Fportfolio/lists"}