{"id":17460595,"url":"https://github.com/alejandromllo/alejandromllo.github.io","last_synced_at":"2026-01-21T07:25:56.974Z","repository":{"id":190055050,"uuid":"561147365","full_name":"AlejandroMllo/alejandromllo.github.io","owner":"AlejandroMllo","description":"Alejandro Murillo-González","archived":false,"fork":false,"pushed_at":"2026-01-13T01:37:10.000Z","size":3384,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T05:19:01.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://alejandromllo.github.io/","language":"HTML","has_issues":true,"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/AlejandroMllo.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":"2022-11-03T03:40:25.000Z","updated_at":"2026-01-13T01:37:32.000Z","dependencies_parsed_at":"2023-08-23T03:27:36.572Z","dependency_job_id":"48c7d4bc-7e6c-40ca-a233-2896be040a11","html_url":"https://github.com/AlejandroMllo/alejandromllo.github.io","commit_stats":null,"previous_names":["alejandromllo/alejandromllo.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlejandroMllo/alejandromllo.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroMllo%2Falejandromllo.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroMllo%2Falejandromllo.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroMllo%2Falejandromllo.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroMllo%2Falejandromllo.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlejandroMllo","download_url":"https://codeload.github.com/AlejandroMllo/alejandromllo.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlejandroMllo%2Falejandromllo.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28629915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-10-18T05:56:27.178Z","updated_at":"2026-01-21T07:25:56.953Z","avatar_url":"https://github.com/AlejandroMllo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resume template\n\n*A simple Jekyll + GitHub Pages powered resume template.*\n\n## Docs\n\n### Running locally\n\nTo test locally, run the following in your terminal:\n\n1. Clone repo locally\n1. `bundle install`\n2. `bundle exec jekyll serve`\n3. Open your browser to `localhost:4000`\n\n### Running locally with Docker\n\nTo test locally with docker, run the following in your terminal after installing docker into your system:\n\n1. `docker image build -t resume-template .`\n2. `docker run --rm --name resume-template -v \"$PWD\":/home/app --network host resume-template`\n\n### Customizing\n\nFirst you'll want to fork the repo to your own account. Then clone it locally and customize, or use the GitHub web editor to customize.\n\n#### Options/configuration\n\nMost of the basic customization will take place in the `/_config.yml` file. Here is a list of customizations available via `/_config.yml`:\n\n[...write these out...]\n\n#### Editing content\n\nMost of the content configuration will take place in the `/_layouts/resume.html` file. Simply edit the markup there accordingly\n\n### Publishing to GitHub Pages for free\n\n[GitHub Pages](https://pages.github.com/) will host this for free with your GitHub account. Just make sure you're using a `gh-pages` branch, and the site will automatically be available at `yourusername.github.io/resume-template` (you can rename the repo to resume for your own use if you want it to be available at `yourusername.github.io/resume`). You can also add a CNAME if you want it to be available at a custom domain...\n\n### Configuring with your own domain name\n\nTo setup your GH Pages site with a custom domain, [follow the instructions](https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages/) on the GitHub Help site for that topic.\n\n### Themes\n\nRight now resume-template only has one theme. More are coming :soon: though. :heart:\n\n## Roadmap\n\nA feature roadmap is [available here](https://github.com/jglovier/resume-template/projects/1). If you features suggestions, please [open a new issue](https://github.com/jglovier/resume-template/issues/new).\n\n## Contributing\n\nIf you spot a bug, or want to improve the code, or even make the dummy content better, you can do the following:\n\n1. [Open an issue](https://github.com/jglovier/resume-template/issues/new) describing the bug or feature idea\n2. Fork the project, make changes, and submit a pull request\n\n## License\n\nThe code and styles are licensed under the MIT license. [See project license.](LICENSE) Obviously you should not use the content of this demo repo in your own resume. :wink:\n\nDisclaimer: Use of Homer J. Simpson image and name used under [Fair Use](https://en.wikipedia.org/wiki/Fair_use) for educational purposes. Project license does not apply to use of this material.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandromllo%2Falejandromllo.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandromllo%2Falejandromllo.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandromllo%2Falejandromllo.github.io/lists"}