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 @@ -25,9 +25,26 @@ Terminal-style personal website with command-driven navigation.
## Editable Content

- Resume path: `public/data/site-config.json`
- GitHub owner for live repository browsing: `public/data/site-config.json`
- Project/domain list: `public/data/projects.json`
- Canonical resume file location: `public/resume.pdf`

## Terminal Repository Browser

The site can surface Jakob's public GitHub repositories directly from the
terminal:

```bash
repo --list
repo --lang C
repo jakobs-ls-remake
repos systems
```

Curated project metadata from `public/data/projects.json` is merged with the
GitHub public repositories API at runtime, so deployed demos and source links
stay discoverable even if the live API is temporarily unavailable.

## Build

```bash
Expand Down
3 changes: 2 additions & 1 deletion public/data/site-config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"resumeUrl": "https://resume.jjalangtry.com"
"resumeUrl": "https://resume.jjalangtry.com",
"githubOwner": "jjalangtry"
}
Loading
Loading