https://github.com/cdilga/networking-and-electrical-design
Shareable document library for Morayfield Landing networking and electrical design plans
https://github.com/cdilga/networking-and-electrical-design
Last synced: about 2 months ago
JSON representation
Shareable document library for Morayfield Landing networking and electrical design plans
- Host: GitHub
- URL: https://github.com/cdilga/networking-and-electrical-design
- Owner: cdilga
- Created: 2026-04-22T01:29:13.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-22T03:06:04.000Z (about 2 months ago)
- Last Synced: 2026-04-22T05:12:52.312Z (about 2 months ago)
- Language: HTML
- Homepage: https://cdilga.github.io/networking-and-electrical-design/
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Networking and electrical design document library
This repository publishes a GitHub Pages site for sharing plans, analyses, and raw supporting files.
## How it works
- Put any shareable files inside `documents/`.
- Keep custom site code inside `viewer/`.
- Push to `main`.
- GitHub Actions rebuilds the site and republishes GitHub Pages.
## Local preview
```bash
python3 scripts/build_site.py
python3 -m http.server 8000 --directory dist
```
Then open `http://localhost:8000`.
## Adding more files
- Preserve whatever subfolder structure you want inside `documents/`.
- The manifest is regenerated automatically during deployment.
- Supported inline previews include HTML, SVG, PDF, images, audio, video, Markdown, text/code files, CSV/TSV, and common Office formats where the browser can embed them.