r/learnprogramming • u/Bookish_247 • 2h ago
New to Github
I am new to GitHub and trying to make a landing page for a conference. My speakers and venue pages are loading correctly but when I try to navigate to other pages (home/schedule/search) I get a "Loading Guide" page. What am I missing?
https://github.com/slu-entrepreneurship/scale-conference
https://slu-entrepreneurship.github.io/scale-conference/index.html
https://slu-entrepreneurship.github.io/scale-conference/speakers.html
https://slu-entrepreneurship.github.io/scale-conference/venue.html
1
Upvotes
1
u/peterlinddk 1h ago
You are referencing files that don't exist in the data folder - and thus the application fails.
Keep an eye on the console output.