{"id":30122022,"url":"https://github.com/royroki/static-resume","last_synced_at":"2026-02-11T10:02:16.877Z","repository":{"id":307825303,"uuid":"1030792279","full_name":"RoyRoki/static-resume","owner":"RoyRoki","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-02T13:11:25.000Z","size":1476,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-02T13:25:20.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TeX","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/RoyRoki.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}},"created_at":"2025-08-02T10:34:34.000Z","updated_at":"2025-08-02T13:09:07.000Z","dependencies_parsed_at":"2025-08-02T13:25:22.886Z","dependency_job_id":"633a4b61-32e3-476d-8944-78c3a62b04c2","html_url":"https://github.com/RoyRoki/static-resume","commit_stats":null,"previous_names":["royroki/static-resume"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/RoyRoki/static-resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyRoki%2Fstatic-resume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyRoki%2Fstatic-resume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyRoki%2Fstatic-resume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyRoki%2Fstatic-resume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoyRoki","download_url":"https://codeload.github.com/RoyRoki/static-resume/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoyRoki%2Fstatic-resume/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269733610,"owners_count":24466537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-08-10T13:36:51.481Z","updated_at":"2026-02-11T10:02:16.871Z","avatar_url":"https://github.com/RoyRoki.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resume Site\n\nA professional resume website that automatically compiles LaTeX to PDF and provides an elegant download page. Built with GitHub Actions for continuous deployment.\n\n## 🚀 Features\n\n- **LaTeX Resume**: Professional, customizable resume template\n- **Auto-Download Page**: Beautiful HTML page that automatically triggers resume download\n- **GitHub Actions**: Automated PDF compilation and deployment\n- **GitHub Pages**: Free hosting with automatic updates\n- **Responsive Design**: Works perfectly on all devices\n\n## 📁 Project Structure\n\n```\nresume-site/\n│\n├── .github/\n│   └── workflows/\n│       └── build.yml          # GitHub Actions workflow\n│\n├── resume.tex                 # LaTeX resume template\n├── index.html                 # Auto-download page\n└── README.md                  # This file\n```\n\n## 🛠️ Setup Instructions\n\n### 1. Customize Your Resume\n\nEdit `resume.tex` with your information:\n\n```latex\n% Update these sections with your details\n{\\Huge\\bfseries\\color{primary} Your Name}\\\\[0.5em]\n\\faIcon{envelope} \\href{mailto:your.email@example.com}{your.email@example.com}\n\\faIcon{phone} +1 (555) 123-4567\n\\faIcon{map-marker-alt} City, State\n\\faIcon{github} \\href{https://github.com/yourusername}{github.com/yourusername}\n\\faIcon{linkedin} \\href{https://linkedin.com/in/yourusername}{linkedin.com/in/yourusername}\n```\n\n### 2. Customize the Download Page\n\nEdit `index.html` to match your details:\n\n```html\n\u003c!-- Update these sections --\u003e\n\u003cdiv class=\"profile-img\"\u003eYN\u003c/div\u003e  \u003c!-- Your initials --\u003e\n\u003ch1\u003eYour Name\u003c/h1\u003e\n\u003cp class=\"title\"\u003eSoftware Engineer\u003c/p\u003e\n```\n\n### 3. Enable GitHub Pages\n\n1. Go to your repository settings\n2. Navigate to \"Pages\" section\n3. Set source to \"Deploy from a branch\"\n4. Select \"gh-pages\" branch\n5. Save the settings\n\n### 4. Push to GitHub\n\n```bash\ngit add .\ngit commit -m \"Initial resume site setup\"\ngit push origin main\n```\n\nThe GitHub Actions workflow will automatically:\n- Compile your LaTeX resume to PDF\n- Deploy the site to GitHub Pages\n- Make your resume available at `https://yourusername.github.io/repo-name`\n\n## 🎨 Customization\n\n### LaTeX Template Features\n\n- **Modern Design**: Clean, professional layout with custom colors\n- **FontAwesome Icons**: Beautiful icons for contact information\n- **Hyperlinks**: Clickable email, GitHub, and LinkedIn links\n- **Responsive Sections**: Experience, Education, Skills, Projects, etc.\n\n### HTML Page Features\n\n- **Gradient Background**: Modern purple gradient design\n- **Auto-Download**: Automatically triggers resume download\n- **Loading Animation**: Smooth loading states\n- **Mobile Responsive**: Perfect on all screen sizes\n- **Social Links**: Direct links to your profiles\n\n## 🔧 Dependencies\n\n### LaTeX Packages Required\n\n- `fontawesome5` - For icons\n- `hyperref` - For clickable links\n- `xcolor` - For custom colors\n- `titlesec` - For section formatting\n- `enumitem` - For list customization\n- `geometry` - For page margins\n\n### GitHub Actions\n\n- `xu-cheng/latex-action@v3` - LaTeX compilation\n- `peaceiris/actions-gh-pages@v3` - GitHub Pages deployment\n\n## 📝 Usage\n\n1. **Local Development**: Edit `resume.tex` and `index.html`\n2. **Automatic Deployment**: Push to main/master branch\n3. **Access Your Site**: Visit your GitHub Pages URL\n4. **Download Resume**: PDF automatically downloads when visiting the site\n\n## 🎯 Tips for Success\n\n### Resume Content\n- Keep descriptions concise and achievement-focused\n- Use action verbs and quantifiable results\n- Tailor content to your target roles\n- Include relevant keywords for ATS systems\n\n### Design Customization\n- Update colors in `resume.tex` (lines 18-20)\n- Modify the gradient in `index.html` (line 15)\n- Adjust spacing and typography as needed\n- Test on different devices and browsers\n\n## 🔗 Links\n\n- **Your Site**: `https://yourusername.github.io/repo-name`\n- **Resume PDF**: Automatically downloaded when visiting the site\n- **GitHub Repository**: Your repository URL\n\n## 🤝 Contributing\n\nFeel free to submit issues and enhancement requests!\n\n## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n---\n\n**Built with ❤️ using LaTeX, HTML, CSS, and GitHub Actions** ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyroki%2Fstatic-resume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froyroki%2Fstatic-resume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyroki%2Fstatic-resume/lists"}