Static multi-page website prepared for GitHub Pages.
- Home (
index.html) - About (
about.html) - Donation (
donation.html) - Shop (
shop.html) - Homes (
homes.html) - Smog (
smog.html)
Use assets/js/content.js as the single source for:
- Repository links and descriptions (Home page)
- Social links (footer icons on every page)
- Donation links (footer icons on every page)
- About page text and cards
Edit this array in assets/js/content.js:
links.repositories
Each repository item supports:
name: Repository titledescription: Short repository summary shown on Home pageurl: Repository link (leave blank to show a disabled placeholder)
Edit these arrays in assets/js/content.js:
links.sociallinks.donations
Each item supports:
name: Display label / accessibility labelurl: External link (leave blank to keep icon disabled)site: Domain used to load the website favicon icon
Add as many objects as you want to either array and they will render automatically.
Edit about inside assets/js/content.js:
kickertitledescriptionhighlights(array)cards(array of objects withtitleandtext)
- Push this project to a GitHub repository.
- Open repository Settings.
- Open Pages.
- Set Source to "Deploy from a branch".
- Select the
mainbranch and/ (root)folder. - Save and wait for publish.