An open API service indexing awesome lists of open source software.

https://github.com/rencryptofish/rencryptofish.github.io


https://github.com/rencryptofish/rencryptofish.github.io

Last synced: 11 months ago
JSON representation

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.