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.
- ✍️ Personal profile and experience sections
- 📚 Publications list
- 🧠 Research interests & projects
- 🎓 Education history
- 👨🏫 Teaching experience
- 🎤 Talks and presentations
- 💼 Skills showcase
- 🌐 Clean, responsive layout (mobile-ready)
To get started with Scho locally:
git clone https://github.com/ahmadrafidev/scho.git
cd scho
pnpm install
pnpm dev
Visit http://localhost:3000 in your browser to view your Scho site.
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
- 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
MIT License. Feel free to fork, clone, and customize.
Created by Ahmad Rafi Wirana. Feel free to reach out or open an issue!