{"id":19773602,"url":"https://github.com/ultraflame4/ultraflame4.github.io","last_synced_at":"2026-03-05T06:01:58.051Z","repository":{"id":45258075,"uuid":"354481400","full_name":"ultraflame4/ultraflame4.github.io","owner":"ultraflame4","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-25T12:06:59.000Z","size":68711,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"v7","last_synced_at":"2026-01-25T15:55:32.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/ultraflame4.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-04T07:20:54.000Z","updated_at":"2026-01-25T06:24:06.000Z","dependencies_parsed_at":"2025-10-29T09:19:40.062Z","dependency_job_id":null,"html_url":"https://github.com/ultraflame4/ultraflame4.github.io","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ultraflame4/ultraflame4.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraflame4%2Fultraflame4.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraflame4%2Fultraflame4.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraflame4%2Fultraflame4.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraflame4%2Fultraflame4.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ultraflame4","download_url":"https://codeload.github.com/ultraflame4/ultraflame4.github.io/tar.gz/refs/heads/v7","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraflame4%2Fultraflame4.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30111779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"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":[],"created_at":"2024-11-12T05:10:20.371Z","updated_at":"2026-03-05T06:01:58.043Z","avatar_url":"https://github.com/ultraflame4.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ultraflame4.github.io\n\nVersion 7 of the website built ontop of Astro.js\n\n[ultraflame4.github.io/v7](ultraflame4.github.io/v7)\n\n\n# Documentation\nThis is all the documentation you are going to get.\n\n## Project Structure\nThe project structure mostly follow astro's project structure.\nSo I wont be listing every single folder here except notable ones.\n\n**Notable Folders \u0026 Files**\n1. `src/`\n   1. `components/` - Components\n      1. `core/` - Simple core components like anchors, carousells etc. Styling usually isnt used, rather components here wraps around existing html element to introduce additional functionality or behaviour\n      2. `effects/` - Components used for various effects like text with typing animation.\n      3. `ui/` - Ui Building blocks. i.e Panels, Cards etc.\n      4. `.` - Components, that \"complete\" and act more as widgets / ui blocks are not put into folders. i.e NavDock (aka Navbar header). These components can straight away be used in pages with extremely little adjustments.\n         1. Can also be thought of Page building blocks\n   2. `meta/` - Usually contains code used for the build system itself. i.e Custom plugins\n      1. `remark-plugin.ts` - Contains plugins for remark\n   3. `pages/` - Astro pages\n   4. `styles/` - CSS files\n      1. `global.css` - Main css file. Also is the main tailwindcss file.\n2. `data/` - Folders containing pure data / content. It should not contain any logic.\n   1. `about/` - Markdown files for about section.\n   2. `projects` - Project showcase list data. Each markdown file corresponds to a project item.\n\n## Custom Plugins / Behaviour\n\n### Markdown / Remark: remarkIconDirective\nlocation: `meta/remark-plugins`\n\nReplaces `:icon[\u003cicon_name\u003e]` directives with icons from [iconify](https://iconify.design/). \\\n\u003e [!Note]\n\u003e Everything within the directive (The `\u003cinner\u003e` part of `:icon[\u003cinner\u003e]`) will be used. \\\n\u003e `:icon[logos:vue]` will use `logos:vue` for the icon name\nThe icons are rendered as `span`, containing an `img`, with the `icon` and `remark-icon-directive` class\n```html\n\u003cspan class=\"icon remark-icon-directive\"\u003e \n    \u003cimg src=\"icon_url\"/\u003e\n\u003c/span\u003e\n```\n\n\n# References / Acknowledgements\n\n**Inspiration**\nWindows 11 Like Website - https://www.vovacodes.ca/\nWindows 98 Inspired Website - https://janoskocs.com/\nCode Editor like - https://www.fmgono.dev/projects\nMinimal - https://www.thomas-sanlis.com/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultraflame4%2Fultraflame4.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultraflame4%2Fultraflame4.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultraflame4%2Fultraflame4.github.io/lists"}