Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

Terminal-style personal website with command-driven navigation.

## Terminal Virtual Filesystem

The terminal now exposes a read-only portfolio filesystem generated from the
same JSON data that powers the site:

```bash
pwd # print the current virtual directory
ls # list generated files and folders
ls -la projects # long listing, including hidden files with -a
cd projects # update the prompt path
cat link-converter.txt # read generated project details
ls --commands # show the command catalog
```

The filesystem starts at `/home/guest` and includes generated `projects/`,
`repos/`, `skills/`, `experience/`, and `blog/` directories.

## Tech Stack

- Astro
Expand Down
Loading
Loading