{"id":25452844,"url":"https://github.com/yllvar/j4nt4n","last_synced_at":"2026-01-25T00:32:01.292Z","repository":{"id":227103087,"uuid":"769181127","full_name":"yllvar/j4nt4n","owner":"yllvar","description":"to build something awesome ","archived":false,"fork":false,"pushed_at":"2024-03-28T17:57:51.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T13:11:26.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/yllvar.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":"2024-03-08T14:06:45.000Z","updated_at":"2024-03-11T15:51:02.000Z","dependencies_parsed_at":"2024-03-11T17:13:17.499Z","dependency_job_id":"62b01d4f-c116-42ab-bdd9-97612719b96c","html_url":"https://github.com/yllvar/j4nt4n","commit_stats":null,"previous_names":["yllvar/j4nt4n.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yllvar/j4nt4n","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2Fj4nt4n","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2Fj4nt4n/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2Fj4nt4n/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2Fj4nt4n/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yllvar","download_url":"https://codeload.github.com/yllvar/j4nt4n/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yllvar%2Fj4nt4n/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28739863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"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":"2025-02-17T23:41:46.379Z","updated_at":"2026-01-25T00:32:01.270Z","avatar_url":"https://github.com/yllvar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n**Index.html Code Explanation:**\n\n1. **Document Structure and Type Declaration:**\n   - The document begins with a DOCTYPE declaration, indicating that it's an HTML5 document.\n   - The HTML structure consists of elements like `\u003chtml\u003e`, `\u003chead\u003e`, and `\u003cbody\u003e`.\n\n2. **Head Section:**\n   - The `\u003chead\u003e` section includes metadata and links to external resources.\n   - It sets the document title, character set, and viewport settings.\n   - Additionally, internal CSS styles for page layout and design are defined within the `\u003cstyle\u003e` tags.\n\n3. **Body Content:**\n   - The `\u003cbody\u003e` section contains the visible content of the webpage.\n   - It starts with a `\u003cheader\u003e` displaying the title \"Quantitative Trading and Analysis Portfolio\".\n   - The main content is organized within `\u003csection\u003e` elements, each comprising an `\u003ch2\u003e` heading and `\u003cp\u003e` paragraph for text content.\n\n4. **Footer:**\n   - The footer section provides contact information, including email and LinkedIn profile links.\n\n5. **Styling:**\n   - CSS styles within the `\u003cstyle\u003e` tags define the visual presentation of the content, including fonts, colors, and layout.\n\n**GitHub Pages Deployment with Jekyll:**\n\n1. **Workflow Setup:**\n   - A GitHub Actions workflow named `jekyll-gh-pages.yml` is configured within the repository's `.github/workflows` directory.\n   - This workflow automates the build and deployment process of the Jekyll site to GitHub Pages.\n\n2. **Workflow Triggers:**\n   - The workflow triggers on pushes to the default branch (main) and can also be manually triggered from the GitHub Actions tab.\n\n3. **Workflow Structure:**\n   - The workflow comprises two jobs: `build` and `deploy`, each executing specific tasks.\n   - The `build` job runs on an Ubuntu environment, responsible for generating the Jekyll site.\n   - Following the `build` job, the `deploy` job deploys the built site to GitHub Pages.\n\n4. **Permissions and Concurrency:**\n   - Permissions are set to allow the workflow to read repository contents and write to GitHub Pages.\n   - Concurrency settings ensure only one concurrent deployment, avoiding potential conflicts.\n\n5. **YAML Code Explanation:**\n   - YAML code within the workflow file (`jekyll-gh-pages.yml`) defines the workflow's structure, including event triggers, permissions, concurrency settings, jobs, and steps.\n   - Each step in the workflow executes specific actions, such as checking out the repository, building the Jekyll site, and deploying to GitHub Pages.\n\nTo visit the site: https://yllvar.github.io/j4nt4n/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllvar%2Fj4nt4n","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyllvar%2Fj4nt4n","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyllvar%2Fj4nt4n/lists"}