https://github.com/ahmadrafidev/scho
A sleek academic resume template for researchers
https://github.com/ahmadrafidev/scho
cv cv-template nextjs react resume-template tailwindcss vercel
Last synced: 3 months ago
JSON representation
A sleek academic resume template for researchers
- Host: GitHub
- URL: https://github.com/ahmadrafidev/scho
- Owner: ahmadrafidev
- License: mit
- Created: 2025-04-17T12:56:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-23T09:09:51.000Z (6 months ago)
- Last Synced: 2025-12-24T23:28:56.602Z (6 months ago)
- Topics: cv, cv-template, nextjs, react, resume-template, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://scho.vercel.app
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scho
*A sleek academic resume template for researchers, scholars, and thinkers.*
Scho 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.
---
## 🚀 Features
- ✍️ Personal profile and experience sections
- 📚 Publications list
- 🧠 Research interests & projects
- 🎓 Education history
- 👨🏫 Teaching experience
- 🎤 Talks and presentations
- 💼 Skills showcase
- 🌐 Clean, responsive layout (mobile-ready)
---
## 📦 Getting Started (Local Development)
To get started with Scho locally:
### 1. Clone the Repository
```bash
git clone https://github.com/ahmadrafidev/scho.git
cd scho
```
### 2. Install Dependencies
```bash
pnpm install
```
### 3. Run the Dev Server
```bash
pnpm dev
```
Visit [http://localhost:3000](http://localhost:3000) in your browser to view your Scho site.
---
## 🗂 Folder Structure
```txt
app/ # Next.js app directory
├── page.tsx # Main homepage
├── layout.tsx # Root layout
├── globals.css # Global styles
├── loading.tsx # Loading state
├── experience/ # Experience page
├── education/ # Education page
├── teaching/ # Teaching experience page
├── talks/ # Talks and presentations page
├── publications/ # Publications page
content/ # Content files in Markdown
├── profile.md # Personal info and bio
├── experience.md # Work experience
├── education.md # Education history
├── publications.md # List of academic works
├── research.md # Research interests
├── teaching.md # Teaching experience
├── talks.md # Talks and presentations
├── skills.md # Skills and expertise
public/ # Static assets (images, etc)
lib/ # Utility functions and helpers
types/ # TypeScript type definitions
```
---
## ✏️ Customization
- Update content in the `content/` directory using Markdown files
- Customize styles using Tailwind CSS in `app/globals.css`
- Add or remove sections as needed
- Replace placeholders with your personal info and data
- For more, read [this documentation](./HOW_TO_USE.md)
---
## 📄 License
MIT License. Feel free to fork, clone, and customize.
---
## 📬 Contact
Created by [Ahmad Rafi Wirana](https://www.rafiwirana.co/). Feel free to reach out or open an issue!