Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 919 Bytes

File metadata and controls

38 lines (32 loc) · 919 Bytes

LSPD MDT GitHub Pages Template

This is a simple static website for GitHub Pages.

Files

  • index.html → site structure
  • style.css → design
  • script.js → tabs + search + loading config
  • config.json → edit your content here

How to use with GitHub Pages

  1. Create a new GitHub repository.
  2. Upload all files from this folder.
  3. Go to SettingsPages.
  4. Under Build and deployment, choose:
    • Source: Deploy from a branch
    • Branch: main
    • Folder: /root
  5. Save.
  6. GitHub will give you a website link after a short moment.

How to edit content

Open config.json.

You can change:

  • website title
  • subtitle
  • status
  • tabs
  • hero text
  • section text
  • lists
  • image links

Notes

  • Keep valid JSON formatting.
  • For images, you can use direct image URLs.
  • If you want local images, upload them to the repo and use paths like images/example.png.