Skip to content

sermetege/ghpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GH Pages — Site with Downloadable PDF

A minimal GitHub Pages site that presents a downloadable PDF to visitors.

Project structure

GH Pages/
├── index.html        ← main page
├── files/
│   └── document.pdf  ← place your PDF here
└── README.md

Getting started

  1. Add your PDF — copy your PDF into the files/ folder and name it document.pdf (or update the href in index.html to match your filename).

  2. Customise the page — edit index.html:

    • Change the <title> and <h1> to your site name.
    • Update the <p> description text.
    • Change the download="document.pdf" attribute to set the filename that visitors receive when they download the file.
  3. Enable GitHub Pages — in your repository go to Settings → Pages → Source and select the branch/folder that contains index.html (usually main / root).

  4. Your site will be live at https://<username>.github.io/<repo-name>/.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages