π START HERE - Your Modernized Portfolio & Blog
β¨ What You Have Now
Congratulations! Your portfolio has been completely modernized with professional-grade features!
π Your Site is Running!
Access your site: http://localhost:4000
π Quick Overview
β Whatβs Working Right Now
- π Modern Homepage
- Teal gradient hero section
- Interactive particle animation
- Your JPMC & Georgia Tech credentials
- Dynamic projects showcase
- Smooth animations
- π Organized Blog System
- 7 organized categories
- Visual category cards with counts
- One-click filtering
- Professional layout
- Mobile responsive
- π Theme Toggle
- Light/Dark mode switcher
- Saves user preference
- Smooth transitions
- Works on all pages
- π°οΈ Old Version Access
- Complete backup preserved
- Accessible via navigation
- Original design intact
- π¨ Your Color Scheme
- Signature teal (#55d6aa)
- Professional green (#57ad68)
- Matches original blog aesthetic
π Blog Categories
Your blog now has 7 organized sections:
| Icon | Category | What to Write |
|---|---|---|
| πΌ | Career | JPMorgan Chase experiences, career advice |
| π€ | AI & ML | AI projects, Georgia Tech coursework |
| π | Quant Finance | Trading algorithms, financial engineering |
| π | Learning | Study tips, OMSCS reviews |
| π€ | Public Speaking | Presentations, tech talks |
| π₯ | YouTube | Video content, tutorials |
| π² | Nonsense | Random fun stuff |
βοΈ How to Add a New Blog Post (Super Easy!)
Quick Steps:
- Copy a template from
_drafts/folder:CAREER-template.mdAI-template.mdQUANT-FINANCE-template.mdLEARNING-template.mdPUBLIC-SPEAKING-template.mdYOUTUBE-template.mdNONSENSE-template.md
-
Paste in
_posts/folder -
Rename:
2026-01-21-your-title.md -
Edit: Change title, date, and write your content
- Save - Thatβs it! Auto-refreshes if server is running
Windows Quick Method:
1. Navigate to: C:\Users\Marti\Desktop\gith\simplisticmartin.github.io\_drafts\
2. Right-click CAREER-template.md β Copy
3. Navigate to: _posts\ folder
4. Right-click β Paste
5. Rename to: 2026-01-21-my-post.md
6. Open and edit in VS Code
7. Save and refresh browser!
π Complete Documentation
Essential Guides (Read These!)
- HOW_TO_BLOG.md β
- Complete blogging guide
- Everything you need to know
- Start here for detailed instructions
- BLOG_QUICK_REFERENCE.md β‘
- Fast lookup
- Commands and formats
- Print this for your desk
- NEW_POST_WORKFLOW.md π
- Step-by-step workflow
- Real examples
- Follow this when writing
Advanced Documentation
- BLOG_SYSTEM_OVERVIEW.md
- Technical details
- How everything works
- Customization options
- PROFESSIONAL_UPDATE.md
- What changed to reflect JPMC & GT
- Your new professional profile
- THEME_TOGGLE.md
- Dark/Light mode details
- How it works
- COLOR_SCHEME.md
- Your teal color palette
- Customization guide
- FEATURES.md
- 100+ features list
- Everything your site can do
π― Next Actions
Immediate (Do This Now!)
- β
Refresh Browser
http://localhost:4000 - β
Test Theme Toggle
- Click moon/sun icon in navigation
- Watch smooth transition
- Check both light and dark modes
- β
Test Old Version Link
- Click βπ°οΈ Old Versionβ
- Should load without 404
- See your original design
- β
Explore Blog Categories
- Go to
/Blog.html - See 7 category cards
- Click to filter posts
- Go to
Soon (Customize Your Content!)
- Update Personal Info
- Edit
_config.yml(site-wide settings) - Update if LinkedIn/GitHub links need changes
- Edit
- Write Your First New Post
- Choose a template from
_drafts/ - Write about something from JPMC or Georgia Tech
- Follow
HOW_TO_BLOG.md
- Choose a template from
- Add Project Details
- Edit
assets/js/projects-data.js - Add your actual projects
- Replace placeholder descriptions
- Edit
- Update Resume
- Replace
Resume.pdfwith your latest resume - Include JPMC and Georgia Tech
- Replace
π Running the Site
Start Server
cd C:\Users\Marti\Desktop\gith\simplisticmartin.github.io
bundle exec jekyll serve
Access Site
http://localhost:4000
Stop Server
Press Ctrl+C in the terminal
View Drafts (Optional)
bundle exec jekyll serve --drafts
π Important Files to Know
Configuration
_config.yml- Site settings, categories, metadata
Templates (Copy These!)
_drafts/CAREER-template.md_drafts/AI-template.md_drafts/QUANT-FINANCE-template.md_drafts/LEARNING-template.md_drafts/PUBLIC-SPEAKING-template.md_drafts/YOUTUBE-template.md_drafts/NONSENSE-template.md
Your Content
_posts/- Published blog postsindex.html- HomepageBlog.html- Blog page with categoriesabout.md- About page
Styling
assets/css/modern.css- Main stylesassets/css/blog.css- Blog stylesassets/css/blog-categories.css- Category system
JavaScript
assets/js/modern.js- Navigation, theme toggleassets/js/blog-categories.js- Category filteringassets/js/projects-data.js- Projects dataassets/js/particles-modern.js- Hero animation
π¨ Features At a Glance
Homepage
- β Hero section with particles
- β βSoftware Engineer @ JPMorgan Chaseβ
- β Georgia Tech OMSCS mentioned
- β Projects showcase
- β Social links
- β Teal color scheme
Blog
- β 7 organized categories
- β Filter buttons
- β Category cards with post counts
- β Professional layout
- β Social sharing on posts
- β Previous/Next navigation
Navigation
- β Fixed header
- β Smooth scrolling
- β Mobile menu
- β Theme toggle button
- β Old version link
Technical
- β SEO optimized
- β Performance optimized
- β Mobile responsive
- β Accessibility features
- β Clean code
π Your Professional Profile
Current Position: Software Engineer @ JPMorgan Chase
Education: MS in CS (AI) @ Georgia Tech OMSCS - In Progress
Focus: AI, Enterprise Systems, Quant Finance
This is displayed throughout your site!
π Need Help?
For Blogging
- Read
HOW_TO_BLOG.md(complete guide) - Check
BLOG_QUICK_REFERENCE.md(fast lookup) - Look at templates in
_drafts/(examples)
For General Site
- Read
GETTING_STARTED.md(setup guide) - Check
FEATURES.md(what you can do) - See
DEPLOYMENT_CHECKLIST.md(before going live)
For Specific Topics
- Colors:
COLOR_SCHEME.md - Theme Toggle:
THEME_TOGGLE.md - What Changed:
CHANGELOG.md - Professional Updates:
PROFESSIONAL_UPDATE.md
π Deploy to GitHub Pages
When youβre ready to go live:
# Make sure everything looks good locally first!
git add .
git commit -m "Complete blog modernization with categories"
git push origin master
# Your site will be live at:
# https://simplisticmartin.github.io
# (Takes 2-5 minutes to build)
β Final Checklist
Before deploying:
- Tested locally at http://localhost:4000
- Theme toggle works (moon/sun icon)
- Old version link works (no 404)
- All blog categories display
- Filtering works correctly
- Mobile responsive (resize browser)
- Your info updated in
_config.yml - Resume is current
- At least one new post written
- All links work
π― Quick Links
Your Site
- Homepage: http://localhost:4000
- Blog: http://localhost:4000/Blog.html
- About: http://localhost:4000/about
- Old Version: http://localhost:4000/old-version/index.html
Documentation
- Blog Guide:
HOW_TO_BLOG.md - Quick Ref:
BLOG_QUICK_REFERENCE.md - Features:
FEATURES.md - Getting Started:
GETTING_STARTED.md
π Summary of Improvements
Blog System β¨
- β 7 organized categories
- β Visual category cards
- β One-click filtering
- β 7 ready-to-use templates
- β Auto post counting
- β Professional layout
Writing Experience β¨
- β Super easy templates
- β Clear instructions
- β Multiple guides
- β Examples for everything
- β No guessing needed
Professional Updates β¨
- β JPMorgan Chase highlighted
- β Georgia Tech OMSCS featured
- β AI specialization mentioned
- β Updated tech stack
- β Enterprise experience shown
π Youβre All Set!
Your portfolio is:
- β Modern & professional
- β Easy to update
- β Organized & clean
- β Fully documented
- β Ready to impress!
Refresh http://localhost:4000 and explore your new blog system! π
Questions? Check the documentation files listed above!
Ready to write? Copy a template from _drafts/ and start blogging! βοΈ