| Variable | Required | Description |
|---|---|---|
GITHUB_PAT |
No | GitHub Personal Access Token for fetching latest commits. Without this, the "currently working on" section won't appear on the homepage. |
GITHUB_USERNAME |
No | GitHub username to fetch events for. Defaults to petter. |
To show your latest commits on the homepage:
- Go to GitHub Settings → Developer Settings → Personal Access Tokens → Fine-grained tokens
- Generate a new token with
read:userscope (for accessing your public activity) andreposcope (for accessing private repo names) - Set
GITHUB_PATin your environment or.env.localfile