Skip to content
Merged
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
Binary file added site/demo-social.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
<meta property="og:url" content="https://reeve.fredrivett.com/" />
<meta property="og:title" content="reeve — monitor your PM2 processes from the macOS menu bar" />
<meta property="og:description" content="A free, open-source macOS menu bar app for monitoring and managing PM2 processes. Install with one line via Homebrew." />
<meta property="og:image" content="https://reeve.fredrivett.com/demo.gif" />
<meta property="og:image" content="https://reeve.fredrivett.com/demo-social.gif" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://reeve.fredrivett.com/demo-social.gif" />

<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="stylesheet" href="styles.css" />
Expand Down
Loading