Commit graph

53 commits

Author SHA1 Message Date
Dan
e58896cc52 Added in the 'latest' command and display latest post in terminal boot 2025-12-08 14:52:34 +00:00
Dan
99e89f7e84 Started adding some navigation options
For pages I want to add...
2025-12-08 14:35:27 +00:00
Dan
23369f4ace Refactors site to use interactive terminal UI
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.
2025-12-08 13:46:35 +00:00