Skip to content

aminur-syd/aminur-syd.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thewolfrider.me

Static website for GitHub Pages.

Customize (2 minutes)

  1. Update your links in script.js:
  • state.youtubeUrl
  • state.facebookUrl
  • state.instagramUrl
  1. The homepage loads YouTube data from the API configured in script.js:
  • API_BASE (currently https://api.thewolfrider.me)
  • Subscribers endpoint: /api/subscribers
  • Latest videos endpoint: /api/latest?type=videos&limit=3
  • Latest shorts endpoint: /api/latest?type=shorts&limit=3
  1. Update your contact email in index.html (search for mailto:).

Preview locally

Option A (VS Code): install the Live Server extension and open index.html.

Option B (PowerShell):

  • python -m http.server 5500
  • Open http://localhost:5500

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published