Skip to content

Commit

Permalink
feat: add favicon and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Nov 25, 2023
1 parent f15669a commit 3ac44d6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# cite-github
Generate BibTeX citation for all of your repositories.
# Cite GitHub

Generate BibTeX citation for all of your repositories.

![Screenshot of Cite GitHub web application](static/screenshot.png)
12 changes: 12 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@
import "../app.css";
</script>

<svelte:head>
<title>Cite GitHub</title>
<meta
name="description"
content="Generate BibTeX citations for your all GitHub repositories."
/>
<meta name="keywords" content="GitHub, BibTeX, citation, generator" />
<meta name="author" content="Jacob Lin" />
<meta name="og:image" content="https://cite.pages.dev/screenshot.png" />
<meta name="twitter:card" content="summary_large_image" />
</svelte:head>

<slot />
Binary file modified static/favicon.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 static/screenshot.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 3ac44d6

Please sign in to comment.