https://github.com/tmhsdigital/terminal-theme-site
https://github.com/tmhsdigital/terminal-theme-site
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmhsdigital/terminal-theme-site
- Owner: TMHSDigital
- License: mit
- Created: 2024-10-23T23:32:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T16:35:28.000Z (about 1 year ago)
- Last Synced: 2025-01-06T07:27:47.417Z (about 1 year ago)
- Homepage: https://tmhsdigital.github.io/terminal-theme-site/
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terminal Theme Site
A terminal-inspired theme. This site is hosted via [GitHub Pages](https://tmhsdigital.github.io/terminal-theme-site/).
---
## 🌐 Live Demo
Check out the live version of the site [here](https://tmhsdigital.github.io/terminal-theme-site/).
---
## 📂 Project Structure
```plaintext
.
├── docs/
│ └── index.html # Main HTML file
├── LICENSE # Project license
└── README.md # Project documentation
```
---
## 🚀 How to Use
1. Clone this repository:
```bash
git clone https://github.com/TMHSDigital/terminal-theme-site.git
```
2. Navigate to the project directory:
```bash
cd terminal-theme-site/docs
```
3. Open `index.html` in your browser to view the site locally.
---
## 📜 License
This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.
---