File: _config.yml (Lines 115-135)
email : "your.email@example.com"
# Update all URLs in the "links:" section below
File: _config.yml (Lines 115-118)
name : "Your Full Name"
bio : "Your professional tagline"
location : "Your City/Country"
Files: index.html (Featured Projects) or projects.md (Full Portfolio)
Search for: [Add your project description here]
Replace with actual project details.
index.html - Lines ~79-102)<div class="stat-number">50+</div> <!-- Update numbers -->
<div class="stat-label">Students Trained</div>
academics.md)projects.md)index.html - Lines ~332-456)Replace [Add Skill] placeholders with:
contact.md)File: assets/css/custom.css (Lines 1-13)
:root {
--primary-blue: #003366; /* Headers, main text */
--accent-orange: #ff8c00; /* Buttons, highlights */
--white: #ffffff; /* Backgrounds */
}
assets/images/profile.jpg_config.yml:
author:
avatar: /assets/images/profile.jpg
File: _config.yml (Line 16)
minimal_mistakes_skin: "dark" # Options: air, aqua, contrast, dark, dirt, neon, mint, plum, sunrise
//projects//academics//contact//year-archive/mailto:your.email@example.comhttps://github.com/yourusernamehttps://linkedin.com/in/yourusernamehttps://twitter.com/yourusername# Open file in default editor
nano _config.yml
# Or using VS Code
code _config.yml
Quick find-and-replace patterns:
| Find | Replace | Location |
|---|---|---|
[Add your project description here] |
Your actual description | index.html, projects.md |
[Add Skill] |
Real skill name | index.html |
[Degree Name] |
Your degree | academics.md |
your.email@example.com |
Your actual email | Multiple files |
yourusername |
Your GitHub username | _config.yml, pages |
[Year Graduated] |
Actual year | academics.md |
# Test locally
bundle exec jekyll serve
# Visit: http://localhost:4000
# Push to GitHub
git add .
git commit -m "Update personal website content"
git push origin main
Your site will be live at: https://yourusername.github.io/personal_wp/
| Problem | Solution |
|---|---|
| Links show as raw text | Check URL format: /page/ not page.html |
| Colors not showing | Clear cache: Ctrl+Shift+Del, then refresh |
| Page not updating | Restart: bundle exec jekyll serve |
| Mobile layout broken | Check viewport meta tag in head |
| Images not loading | Verify path: /assets/images/filename.jpg |
Remember: Your website is a living document. Update it regularly with new projects, achievements, and skills! π
Last updated: 2025-12-26 For detailed guide, see: SETUP_GUIDE.md