Moves site from static HTML to a dynamic terminal interface.
This commit represents a major overhaul, introducing:
- A functional terminal emulator implemented in JavaScript.
- Command parsing and execution framework.
- Various terminal commands for navigation and utility functions.
- SASS conversion.
The old CSS and simple HTML are completely removed. A new Hugo theme is implemented.
Introduces a build script to automate the deployment process to Neocities.
This script:
- Reads API key from a `.env` file.
- Builds the Hugo site.
- Uploads all files to Neocities, displaying a progress bar.
- Implements error handling and color-coded output for better visibility.
Also includes `.editorconfig` for consistent code formatting, updates `.gitignore` and removes the `PaperMod` submodule.