{"id":44998308,"url":"https://github.com/dreygur/dreygur.github.io","last_synced_at":"2026-02-18T22:02:49.952Z","repository":{"id":78383473,"uuid":"121957653","full_name":"dreygur/dreygur.github.io","owner":"dreygur","description":"My Static Github Site :D","archived":false,"fork":false,"pushed_at":"2025-10-06T23:39:41.000Z","size":12757,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T01:06:17.447Z","etag":null,"topics":["github","github-page","github-pages","page"],"latest_commit_sha":null,"homepage":"https://dreygur.github.io","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/dreygur.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":"2018-02-18T14:10:06.000Z","updated_at":"2025-10-06T23:39:44.000Z","dependencies_parsed_at":"2024-09-06T05:32:15.275Z","dependency_job_id":null,"html_url":"https://github.com/dreygur/dreygur.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dreygur/dreygur.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fdreygur.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fdreygur.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fdreygur.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fdreygur.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreygur","download_url":"https://codeload.github.com/dreygur/dreygur.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreygur%2Fdreygur.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"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":["github","github-page","github-pages","page"],"created_at":"2026-02-18T22:02:48.967Z","updated_at":"2026-02-18T22:02:49.936Z","avatar_url":"https://github.com/dreygur.png","language":"HTML","readme":"# My Portfolio\n\nHey! This is my personal portfolio website showcasing my projects, skills, and blog posts. I wanted something that felt like a retro terminal with a modern twist, so I went with a black and amber color scheme that gives off those vintage computing vibes.\n\n## What's Inside\n\nThis portfolio pulls everything directly from my GitHub profile using the GitHub API, so it's always up to date. Here's what you'll find:\n\n### Projects\nMy top 12 repositories sorted by stars. Each project card is fully clickable and shows the tech stack, star count, and fork count. I'm using a Pinterest-style masonry layout so the cards flow naturally based on their content.\n\n### Skills\nThese are automatically detected from my repository languages and topics, organized into categories:\n- Front-End Development\n- Back-End Development\n- Tools \u0026 Automation\n- Cloud \u0026 DevOps\n\n### Blog\nI write about tech, programming patterns, and whatever I'm learning. All posts are written in Markdown (stored in `_posts/`) and rendered dynamically. Each code snippet has syntax highlighting and a copy button for easy reference.\n\n### Experience \u0026 Contact\nA summary of my GitHub activity and all the ways to get in touch with me.\n\n## Tech Stack\n\nI kept this simple - no build tools, no complex setup:\n- **React 18** (via CDN) for the UI\n- **Tailwind CSS** (via CDN) for styling\n- **Orbitron** font for that robotic aesthetic\n- **Lucide Icons** for clean, modern iconography\n- **Highlight.js** for code syntax highlighting\n- **Marked.js** for Markdown rendering\n\nEverything runs client-side, which means the site loads fast and deploys easily.\n\n## Writing Blog Posts\n\nI write my blog posts in Markdown. Here's how it works:\n\n1. Create a new file in `_posts/` following the naming convention: `YYYY-MM-DD-title.md`\n2. Add frontmatter at the top:\n```markdown\n---\nlayout: post\ntitle: \"Your Post Title\"\ndate: 2025-10-07\ncategories: tech programming\nimage: \"https://example.com/image.jpg\"\ntags: [\"JavaScript\", \"React\", \"Tutorial\"]\nexcerpt: \"A brief description of your post\"\n---\n\nYour content here...\n```\n\n3. The post automatically appears on the site with syntax highlighting, copy buttons on code blocks, and all the styling matching the theme.\n\nDon't forget to also add the post metadata to `api/posts.json` so it shows up on the main page!\n\n## Design Philosophy\n\nI went for a retro-tech terminal aesthetic with these principles:\n- **Sharp edges everywhere** - no rounded corners, everything is crisp and geometric\n- **Orbitron font** - gives that futuristic, robotic feel\n- **Animated grid background** - subtle movement that feels alive\n- **Amber/gold color scheme** - reminds me of old CRT monitors\n- **Fully responsive** - works great on mobile, tablet, and desktop\n- **Clickable cards** - entire project and blog cards are clickable with hover effects\n\n## Running Locally\n\nJust open `index.html` in your browser. That's it! No npm install, no build process, nothing. The site fetches data from GitHub's API in real-time.\n\n## Deployment\n\nThe site is hosted on GitHub Pages at [dreygur.js.org](https://dreygur.js.org). Every push to the main branch automatically updates the live site.\n\n## License\n\nFeel free to fork this and use it for your own portfolio! Just update the GitHub username in `index.html` and customize it to your liking.\n\n---\n\nBuilt by [@dreygur](https://github.com/dreygur) with React, Tailwind, and way too much coffee ☕\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreygur%2Fdreygur.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreygur%2Fdreygur.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreygur%2Fdreygur.github.io/lists"}