π NETLIFY QUICK DEPLOY - 5 MINUTE GUIDE
THE FASTEST WAY TO GET YOUR WEBSITE LIVE
β‘ SUPER QUICK METHOD (5 MINUTES)
Step 1: Build (1 minute)
Open Terminal/Command Prompt in this folder:
quarto renderThis creates a docs/ folder with your website.
Step 2: Deploy (2 minutes)
- Go to: https://app.netlify.com/drop
- Create free account if needed (30 seconds)
- Drag the
docs/folder onto the page - Done! π
Step 3: Get URL (30 seconds)
Your site is now live at: random-name.netlify.app
Step 4: Rename (Optional - 1 minute)
- Click your site in Netlify dashboard
- Site settings β Change site name
- Use:
mtjdataanalytics - Now:
mtjdataanalytics.netlify.app
π± COMPLETE URLS AFTER DEPLOYMENT
Your live website pages will be: - Home: https://mtjdataanalytics.netlify.app/ - Services: https://mtjdataanalytics.netlify.app/services.html - Pricing: https://mtjdataanalytics.netlify.app/pricing.html - Webinars: https://mtjdataanalytics.netlify.app/webinars.html - About: https://mtjdataanalytics.netlify.app/about.html - Contact: https://mtjdataanalytics.netlify.app/contact.html
π TO UPDATE YOUR WEBSITE
- Edit any
.qmdfile - Run:
quarto render - Go to Netlify β Deploys tab
- Drag new
docs/folder - Site updates immediately!
π TO USE YOUR OWN DOMAIN
After deployment: 1. In Netlify: Domain management β Add custom domain 2. Enter: mtjdataanalytics.com 3. Update DNS at your domain registrar with Netlifyβs nameservers 4. Wait 24 hours 5. Done! Free SSL included
β οΈ IMPORTANT NOTES
Before Deploying: - β
Make sure Quarto is installed - β
Run quarto render successfully - β
Check the docs/ folder was created - β
Verify your contact info is correct in the files
What You Need: - Computer with Terminal/Command Prompt - Quarto installed (https://quarto.org) - Internet connection - Netlify account (free - created during deploy)
Files to Drag & Drop: - ONLY the docs/ folder - NOT the entire MTJ_Website folder - The docs/ folder contains all built website files
π NEED HELP?
Problem: βquarto command not foundβ Solution: Install Quarto from https://quarto.org
Problem: No docs/ folder after render Solution: Check for errors in Terminal, make sure _quarto.yml exists
Problem: Website looks broken Solution: Make sure you dragged the entire docs/ folder, not individual files
Problem: Want to use GitHub instead Solution: See NETLIFY_DEPLOYMENT.md for full GitHub instructions
π― NEXT STEPS AFTER DEPLOYMENT
- β Click the URL to view your live site
- β Test all pages
- β Share with team
- β Announce on social media!
π MORE DETAILED INSTRUCTIONS
See NETLIFY_DEPLOYMENT.md for: - GitHub + Netlify continuous deployment - Custom domain setup (detailed) - SSL certificate configuration - Troubleshooting guide - Monitoring and analytics
π‘ PRO TIP
Bookmark your Netlify dashboard: https://app.netlify.com/
All your sites and deploy logs are there!
Youβve got this! Your website will be live in 5 minutes! π
Β© 2025 MTJ Data Analytics