MTJ Data Analytics Logo MTJ Data Analytics Logo MTJ Data Analytics
  • Home
  • Services
  • Make Payment
  • Webinars
  • Why Choose Us
  • Contact

πŸ“ QUICK REFERENCE CHEAT SHEET

One-Page Reference for Common Tasks


πŸš€ DEPLOYING TO NETLIFY (First Time)

# 1. Build website
quarto render

# 2. Go to Netlify
https://app.netlify.com/drop

# 3. Drag docs/ folder to the page

# Done! Your site is live!

πŸ”„ UPDATING YOUR WEBSITE

# 1. Edit your .qmd files
# 2. Rebuild
quarto render

# 3. Redeploy
# - Netlify: Drag new docs/ folder
# - GitHub: git add . && git commit -m "Update" && git push

πŸ“ WHICH FILE TO EDIT

Want to Change Edit This File
Home page index.qmd
Services services.qmd
Prices pricing.qmd
Webinars webinars.qmd
About page about.qmd
Contact info contact.qmd
Colors custom.scss & styles.css
Menu/Navigation _quarto.yml
Footer _quarto.yml

πŸ’» ESSENTIAL COMMANDS

# Build website
quarto render

# Preview locally (opens in browser)
quarto preview

# Check Quarto version
quarto --version

# Check Quarto is working
quarto check

🎨 QUICK CUSTOMIZATION

Change Primary Color

Edit custom.scss:

$primary: #0047AB;  // Change to your color

Add Your Logo

  1. Save logo as logo.png in root folder
  2. Run quarto render
  3. Redeploy

Change Site Name

Edit _quarto.yml:

website:
  title: "Your New Title"

πŸ”— IMPORTANT URLS

Service URL
Netlify Drop https://app.netlify.com/drop
Netlify Dashboard https://app.netlify.com/
Quarto Docs https://quarto.org/docs/
PageSpeed Insights https://pagespeed.web.dev/
DNS Checker https://dnschecker.org

πŸ“ž CONTACT INFO TO UPDATE

Edit contact.qmd and _quarto.yml (footer):

  • βœ… Email addresses
  • βœ… Phone numbers
  • βœ… Physical address
  • βœ… WhatsApp links
  • βœ… Social media URLs

⚑ COMMON TASKS

Add a New Webinar

  1. Edit webinars.qmd
  2. Copy existing webinar card section
  3. Update date, time, title, description
  4. Run quarto render
  5. Redeploy

Update a Price

  1. Edit pricing.qmd
  2. Find the price in the table
  3. Update the number
  4. Run quarto render
  5. Redeploy

Change Contact Email

  1. Edit contact.qmd (main contact page)
  2. Edit _quarto.yml (footer)
  3. Search for old email, replace with new
  4. Run quarto render
  5. Redeploy

πŸ› TROUBLESHOOTING

Problem Solution
β€œquarto not found” Install from quarto.org
Build fails Check error message, verify .qmd files
Changes don’t show Did you run quarto render?
Site looks broken Upload entire docs/ folder
Links don’t work Check URLs in .qmd files

πŸ“‹ DEPLOYMENT CHECKLIST

Before deploying: - [ ] Contact info is correct - [ ] Prices are accurate - [ ] Links work (test locally with quarto preview) - [ ] No β€œTODO” or placeholder text - [ ] Run quarto render successfully - [ ] docs/ folder created


🎯 FILE LOCATIONS

MTJ_Website/
β”œβ”€β”€ *.qmd files          ← Edit these for content
β”œβ”€β”€ _quarto.yml          ← Site configuration
β”œβ”€β”€ styles.css           ← Styling
β”œβ”€β”€ custom.scss          ← Colors
β”œβ”€β”€ docs/                ← Deploy this folder
└── *.md files           ← Documentation (don't deploy)

πŸ“± TESTING

Before Deploying

quarto preview
# Opens at http://localhost:4200
# Test all pages and links

After Deploying


πŸ” NETLIFY URLS

After deployment:

Home:     https://yoursite.netlify.app/
Services: https://yoursite.netlify.app/services.html
Pricing:  https://yoursite.netlify.app/pricing.html
Webinars: https://yoursite.netlify.app/webinars.html
About:    https://yoursite.netlify.app/about.html
Contact:  https://yoursite.netlify.app/contact.html

πŸ’‘ QUICK TIPS

  • Always run quarto render before deploying
  • Test locally with quarto preview first
  • Edit .qmd files, not .html files
  • Deploy the docs/ folder, not individual files
  • Backup your files before major changes

πŸ†˜ NEED HELP?

Read These: 1. NETLIFY_QUICK_START.md (5-min deploy) 2. NETLIFY_DEPLOYMENT.md (complete guide) 3. PROJECT_STRUCTURE.md (find files) 4. DOCUMENT_INDEX.md (all docs)

Contact: - πŸ“§ info@mtjdataanalytics.com - πŸ“± +234 901 944 1200


πŸŽ‰ MOST COMMON WORKFLOW

# 1. Make changes to .qmd files
vim index.qmd  # or use any text editor

# 2. Rebuild
quarto render

# 3. Preview (optional but recommended)
quarto preview

# 4. Deploy to Netlify
# Drag docs/ folder to app.netlify.com/drop

# Done! βœ…

Print or save this page for quick reference!

Β© 2025 MTJ Data Analytics

Contact Us
πŸ“§ info@mtjdataanalytics.com
πŸ“± +234 901 944 1200
πŸ“ No. 4, Commercial Area, University of Maiduguri, Borno State

Technologies We Use
STATA β€’ SPSS β€’ EpiInfo β€’ SAS
R β€’ Python β€’ PowerBI β€’ Shiny β€’ Google Looker

Β© 2025 MTJ Data Analytics
All Rights Reserved