https://github.com/rencryptofish/rencryptofish.github.io
https://github.com/rencryptofish/rencryptofish.github.io
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rencryptofish/rencryptofish.github.io
- Owner: rencryptofish
- Created: 2021-06-16T03:32:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T03:49:45.000Z (over 1 year ago)
- Last Synced: 2025-04-04T00:44:36.964Z (over 1 year ago)
- Language: CSS
- Size: 25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RenCryptoFish.github.io
Personal website hosted on GitHub Pages.
## Directory Structure
```
.
├── assets/
│ ├── css/ # Stylesheet files
│ ├── images/ # Image assets
│ └── js/ # JavaScript files (for future use)
├── favicon/ # Favicon and related icons
├── index.html # Main webpage
├── CNAME # Custom domain configuration
└── README.md # This file
```
## Local Development
To test the site locally, you can use Python's built-in HTTP server:
```bash
python -m http.server 8000
```
Then visit `http://localhost:8000` in your web browser.