diff --git a/.gitignore b/.gitignore index 8cc2467..0ecf131 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ vendor/ go.work # db directory -.bingodb \ No newline at end of file +.bingodb +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 9bbd71f..eb9c930 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,9 @@ Overall goal is to create a service that works well as a single-user self-hosted - [ ] Server configuration file (via viper) - [ ] API key authentication / loose user management - [ ] CLI upload / management functionality -- [ ] Edit/revise/replace content at ID \ No newline at end of file +- [ ] Edit/revise/replace content at ID + +## Screenshots +| without syntax highlighting | with syntax highlighting | +| - | - | +|![](screenshot.jpeg) |![](screenshot-syntax.jpeg)| \ No newline at end of file diff --git a/screenshot-syntax.jpeg b/screenshot-syntax.jpeg new file mode 100644 index 0000000..f435907 Binary files /dev/null and b/screenshot-syntax.jpeg differ diff --git a/screenshot.jpeg b/screenshot.jpeg new file mode 100644 index 0000000..620f1e5 Binary files /dev/null and b/screenshot.jpeg differ