Skip to content

omerdduran/ssh-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-portfolio

A terminal portfolio served over SSH, featuring a Matrix rain animation, blog posts, projects, and work history — all rendered in your terminal.

Built with Wish, Bubble Tea, and Lip Gloss.

Features

  • Matrix-style rain animation on the home page
  • Blog posts, projects, work experience, and changelog sections
  • Live content fetched from omerduran.dev with offline fallback data
  • Vim-style navigation (j/k, g/G)
  • Clickable hyperlinks (in supported terminals)
  • Personalized greeting using your SSH username
  • Responsive layout adapting to terminal size

Try it

ssh localhost -p 23234

Run locally

go run .

Docker

docker build -t ssh-portfolio .
docker run -p 23234:23234 ssh-portfolio

Configuration

Variable Default Description
PORTFOLIO_URL https://www.omerduran.dev Base URL for the content API

Navigation

Key Action
Enter Select / open
Esc / Backspace Go back
j / Down Move down
k / Up Move up
g Scroll to top
G Scroll to bottom
q / Ctrl+C Quit

Project structure

.
├── main.go                  # SSH server setup
├── internal/
│   ├── content/             # API fetcher, cache, fallback data
│   └── ui/
│       ├── model.go         # Bubble Tea model & navigation
│       ├── rain.go          # Matrix rain animation
│       ├── styles.go        # Shared styles
│       ├── components/      # Header, footer, markdown renderer
│       └── views/           # Page views (home, menu, blog, projects, work, changelog)
└── Dockerfile

License

MIT

About

A terminal portfolio served over SSH, featuring a Matrix rain animation, blog posts, projects, and work history — all rendered in your terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors