https://github.com/wigging/website-paths
Test file paths for local website and on GitHub Pages
https://github.com/wigging/website-paths
Last synced: 8 months ago
JSON representation
Test file paths for local website and on GitHub Pages
- Host: GitHub
- URL: https://github.com/wigging/website-paths
- Owner: wigging
- Created: 2023-02-03T05:44:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:36:43.000Z (over 1 year ago)
- Last Synced: 2025-01-24T17:33:54.552Z (over 1 year ago)
- Language: Python
- Homepage: https://gavinw.me/website-paths/
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website paths
This repository is a website hosted from the `docs` directory using GitHub Pages. The purpose of the website is to investigate how relative paths work for page links, image files, and CSS files when using GitHub Pages from the `docs` directory in a project repository. View the website at https://gavinw.me/website-paths/.
The website is evaluated using three approaches:
- On a local computer by opening the `index.html` file in a web browser 💻
- Running a local Python server to open the `index.html` file in a web browser 🗄️
- Hosting the site via GitHub Pages from the `docs` directory 🌎
When viewing the website, the 💻, 🗄️, and 🌎 symbols represent the path that worked for that approach.