Skip to content

Commit

Permalink
Add screenshot to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CorySanin committed Jan 15, 2024
1 parent 7a079f4 commit 9443501
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Seance for Ghost

Self-hostable contact form service for Ghost blogs. Or any other application you can think of. The limit is in your mind.
Self-hostable contact form service for Ghost blogs. Or any other applications you can think of. The limit is in your mind.

Add a contact form to your Ghost site without a subscription!

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/CorySanin/seance/master/assets/images/screenshot_dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/CorySanin/seance/master/assets/images/screenshot_light.png">
<img alt="Seance embedded in a Ghost page" src="https://raw.githubusercontent.com/CorySanin/seance/master/assets/images/screenshot_light.png">
</picture>

## Install and run

Expand Down
Binary file added assets/images/screenshot_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/screenshot_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9443501

Please sign in to comment.