{"id":49690975,"url":"https://github.com/jakeayy/jakeayy.xyz","last_synced_at":"2026-05-07T15:10:23.032Z","repository":{"id":349151458,"uuid":"1176147293","full_name":"jakeayy/jakeayy.xyz","owner":"jakeayy","description":"[CODEBERG MIRROR] Portfolio page using SvelteKit (+more), great starter point for new projects involving various subjects!","archived":false,"fork":false,"pushed_at":"2026-04-21T15:16:21.000Z","size":633,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T05:38:53.220Z","etag":null,"topics":["blog","cloudflare-workers","markdown","mdsvex","personal-website","portfolio","svelte","svelte5","sveltekit","vite","website"],"latest_commit_sha":null,"homepage":"https://codeberg.org/jakeayy/jakeayy.xyz","language":"Svelte","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/jakeayy.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":"2026-03-08T17:22:09.000Z","updated_at":"2026-04-21T15:16:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jakeayy/jakeayy.xyz","commit_stats":null,"previous_names":["jakeayy/jakeayy-xyz","jakeayy/jakeayy.xyz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jakeayy/jakeayy.xyz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2Fjakeayy.xyz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2Fjakeayy.xyz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2Fjakeayy.xyz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2Fjakeayy.xyz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakeayy","download_url":"https://codeload.github.com/jakeayy/jakeayy.xyz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeayy%2Fjakeayy.xyz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32743269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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","cloudflare-workers","markdown","mdsvex","personal-website","portfolio","svelte","svelte5","sveltekit","vite","website"],"created_at":"2026-05-07T15:10:22.008Z","updated_at":"2026-05-07T15:10:23.019Z","avatar_url":"https://github.com/jakeayy.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jakeayy.xyz\nA personal portfolio made by me that utilizes various techniques and modern solutions for fast and responsive website!\n\n\n## Stack\n- **Frontend:** [Svelte](https://svelte.dev/), [Vite (through SvelteKit)](https://vite.dev/), [Tailwind CSS](https://tailwindcss.com/)\n- **Backend**: [Cloudflare Workers](https://workers.cloudflare.com/) (as of now currently unused)\n\n\n## Contributing\n\u003e [!CAUTION]\n\u003e Before you contribute, be aware that **any low quality / AI slop pull requests will be instantly denied and user blocked from contributing**! Please respect my request when doing so.\n\nI'm really happy to hear that you want to contribute to the website! I and possibly any contributors are working hard to make it as pleasing to navigate through as possible by applying various optimizations! Through the length of this guide I will assume you're currently on Linux.\n\nAnd if you're on Windows... [¯\\\\\\_(ツ)\\_/¯](https://youtu.be/pVI_smLgTY0?t=35s)\n\n### Prerequisites\n- `\u003cgeneral webdev knowledge\u003e` - Look through the [stack this project uses](#stack) to find out more about what you should expect when entering\n- `git`, on most distros it's preinstalled, if it's not try:\n    - `apt install git` on debian/ubuntu-based distros\n    - `sudo pacman -S git` on arch-based distros\n    - (...or your way of installing packages on your distro)\n- [`bun`](https://bun.sh/) - Project strictly uses bun package manager, it should work with any other one but do mind that pull requests will not be accepted with multiple `package-lock` files!\n- `\u003cany mature code editor\u003e` - I recommend using VSCode-based editor as the project contains extension recommendations that might be useful for you!\n\n### Commands\n```sh\n# Clone the repo and cd into it\ngit clone https://codeberg.org/jakeayy/jakeayy.xyz.git\ncd jakeayy.xyz\n\n# Install dependencies\nbun install\n```\nNow you should be ready to conitrbute to the project! You can optionally install extensions the workspace recommend as they are generally needed when programming in Svelte\n\n\n## Credits\nCheck [the CREDITS.md file](CREDITS.md) for any needed credits\n\n\n## License\nThis project is running under [MIT license](LICENSE), please ensure to check licenses of other projects used here before doing anything!\n\nIf you have concerns, questions or requests that are related to licensing please contact me through solutions provided on my profile or the website.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeayy%2Fjakeayy.xyz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakeayy%2Fjakeayy.xyz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeayy%2Fjakeayy.xyz/lists"}