{"id":28724427,"url":"https://github.com/ahmadrafidev/scho","last_synced_at":"2026-04-08T18:07:33.616Z","repository":{"id":288432000,"uuid":"968064390","full_name":"ahmadrafidev/scho","owner":"ahmadrafidev","description":"A sleek academic resume template for researchers","archived":false,"fork":false,"pushed_at":"2025-12-23T09:09:51.000Z","size":1957,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-24T23:28:56.602Z","etag":null,"topics":["cv","cv-template","nextjs","react","resume-template","tailwindcss","vercel"],"latest_commit_sha":null,"homepage":"https://scho.vercel.app","language":"TypeScript","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/ahmadrafidev.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":"2025-04-17T12:56:22.000Z","updated_at":"2025-12-23T09:09:55.000Z","dependencies_parsed_at":"2025-05-14T18:47:17.687Z","dependency_job_id":"3011dc14-0c12-4244-ba28-37d6b99b4486","html_url":"https://github.com/ahmadrafidev/scho","commit_stats":null,"previous_names":["ahmadrafidev/scholaris","ahmadrafidev/cv","ahmadrafidev/scho"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ahmadrafidev/scho","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrafidev%2Fscho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrafidev%2Fscho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrafidev%2Fscho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrafidev%2Fscho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmadrafidev","download_url":"https://codeload.github.com/ahmadrafidev/scho/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmadrafidev%2Fscho/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["cv","cv-template","nextjs","react","resume-template","tailwindcss","vercel"],"created_at":"2025-06-15T10:39:18.629Z","updated_at":"2026-04-08T18:07:33.607Z","avatar_url":"https://github.com/ahmadrafidev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scho\n\n*A sleek academic resume template for researchers, scholars, and thinkers.*\n\nScho is a minimalist, responsive personal website template built for academics, researchers, and graduate students. Showcase your publications, research interests, resume, and professional journey — all in one elegant place. Designed with clarity and simplicity in mind, scho helps you present your scholarly work and personal story with confidence.\n\n---\n\n## 🚀 Features\n\n- ✍️ Personal profile and experience sections\n- 📚 Publications list\n- 🧠 Research interests \u0026 projects\n- 🎓 Education history\n- 👨‍🏫 Teaching experience\n- 🎤 Talks and presentations\n- 💼 Skills showcase\n- 🌐 Clean, responsive layout (mobile-ready)\n\n---\n\n## 📦 Getting Started (Local Development)\n\nTo get started with Scho locally:\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/ahmadrafidev/scho.git\ncd scho\n```\n\n### 2. Install Dependencies\n\n```bash\npnpm install\n```\n\n### 3. Run the Dev Server\n\n```bash\npnpm dev\n```\n\nVisit [http://localhost:3000](http://localhost:3000) in your browser to view your Scho site.\n\n---\n\n## 🗂 Folder Structure\n\n```txt\napp/                    # Next.js app directory\n├── page.tsx           # Main homepage\n├── layout.tsx         # Root layout\n├── globals.css        # Global styles\n├── loading.tsx        # Loading state\n├── experience/        # Experience page\n├── education/         # Education page\n├── teaching/          # Teaching experience page\n├── talks/            # Talks and presentations page\n├── publications/      # Publications page\ncontent/              # Content files in Markdown\n├── profile.md        # Personal info and bio\n├── experience.md     # Work experience\n├── education.md      # Education history\n├── publications.md   # List of academic works\n├── research.md       # Research interests\n├── teaching.md       # Teaching experience\n├── talks.md         # Talks and presentations\n├── skills.md         # Skills and expertise\npublic/               # Static assets (images, etc)\nlib/                  # Utility functions and helpers\ntypes/                # TypeScript type definitions\n```\n\n---\n\n## ✏️ Customization\n\n- Update content in the `content/` directory using Markdown files\n- Customize styles using Tailwind CSS in `app/globals.css`\n- Add or remove sections as needed\n- Replace placeholders with your personal info and data\n- For more, read [this documentation](./HOW_TO_USE.md)\n\n---\n\n## 📄 License\n\nMIT License. Feel free to fork, clone, and customize.\n\n---\n\n## 📬 Contact\n\nCreated by [Ahmad Rafi Wirana](https://www.rafiwirana.co/). Feel free to reach out or open an issue!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadrafidev%2Fscho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmadrafidev%2Fscho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmadrafidev%2Fscho/lists"}