diff --git a/docs/src/assets.md b/docs/src/assets.md new file mode 100644 index 0000000..c8b8f34 --- /dev/null +++ b/docs/src/assets.md @@ -0,0 +1,9 @@ +# Assets + + +## Logos + +Pinry has two logos, a light and dark variant: + +![Pinry Logo Dark](imgs/logo-dark.png) +![Pinry Logo Light](imgs/logo-light.png) diff --git a/docs/src/imgs/logo-dark.png b/docs/src/imgs/logo-dark.png new file mode 100644 index 0000000..cf632bd Binary files /dev/null and b/docs/src/imgs/logo-dark.png differ diff --git a/docs/src/imgs/logo-light.png b/docs/src/imgs/logo-light.png new file mode 100644 index 0000000..e5302cb Binary files /dev/null and b/docs/src/imgs/logo-light.png differ diff --git a/docs/src/index.md b/docs/src/index.md index 97dc568..d8b1b4b 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,4 +1,6 @@ -# Pinry +# Pinry, the open-source tiling image board. + +![Pinry](imgs/logo-dark.png) The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through @@ -6,6 +8,12 @@ format. ![Home](imgs/screenshot.png) +## Demo Site + +We currently have a running demo up at +[https://pin.37soloist.com/](https://pin.37soloist.com/). If you'd like to +showcase your Pinry website toss us a link! + ## As Seen On
diff --git a/mkdocs.yml b/mkdocs.yml index ba03bd1..b409363 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,6 +16,7 @@ nav: - Home: 'index.md' - Screenshots: 'screenshots.md' - Docs: 'docs.md' + - Assets: 'assets.md' - Contributing: 'contributing.md' - License: 'license.md'