This file explains what YOU should customize when using this template.
Edit these settings first:
title: "Your Name" # ← Your full name
subtitle: "Your Position" # ← Your academic title/position
email: your.email@university.edu # ← Your email address
# Social/Academic Profiles
github_username: your_username # ← Your GitHub username
orcid: 0000-0000-0000-0000 # ← Your ORCID ID
scholar: your_scholar_id # ← Your Google Scholar ID
linkedin: your_linkedin # ← Your LinkedIn username
# Research Areas (update these!)
research_interests:
- "Your Research Area 1" # ← Replace with your actual research
- "Your Research Area 2" # ← interests and topics
- "Your Research Area 3"This is YOUR space - customize everything here:
vault/
├── _pages/ # Edit all pages here
│ ├── index.md # Homepage - write your bio
│ ├── cv.md # Your CV page
│ ├── research.md # Your research overview
│ └── ... # All other pages
├── _publications/ # Add your papers here
├── _experience/ # Add your work experience
├── _education/ # Add your degrees
├── _talks/ # Add your presentations
└── _teaching/ # Add your courses
Add your files here:
assets/
├── images/ # Your photos, logos
├── pdfs/ # Your CV, papers (if hosting locally)
└── ...
Find this section and customize:
:root {
--primary-text: #2d3748; // Main text color
--secondary-text: #4a5568; // Secondary text color
--accent-color: #5a67d8; // Links and highlights
--background: #ffffff; // Page background
--surface: #f7fafc; // Card backgrounds
}Already set to Computer Modern, but you can change in the same file:
// Change this line to use different fonts
@import url('your-font-url-here');Leave these alone - they'll be updated by the template:
_layouts/- Page templates_includes/- Reusable components- Most of
assets/css/main.scss(except colors) .github/workflows/- Deployment automationupdate-design.sh- Design update script
When design improvements are available:
- Run:
./update-design.sh - Review changes:
git diff - Test:
bundle exec jekyll serve - Commit if happy:
git add . && git commit -m "Update design"
- Setup Issues: Check the main README.md
- Content Questions: Look in
vault/.obsidian/templates/ - Design Problems: Open an issue in the template repository
- Obsidian Help: Check Obsidian documentation
- Update
_config.ymlwith your information - Edit
vault/_pages/index.mdwith your bio - Add your first publication in
vault/_publications/ - Add your experience in
vault/_experience/ - Test locally:
bundle exec jekyll serve - Commit and push to GitHub
- Enable GitHub Pages in repository settings
Happy academic website building! 🎓