Quellcode durchsuchen

Add logos to docs

pull/169/head
Isaac Bythewood vor 5 Jahren
Ursprung
Commit
e4f10b25b0
5 geänderte Dateien mit 19 neuen und 1 gelöschten Zeilen
  1. +9
    -0
      docs/src/assets.md
  2. BIN
      docs/src/imgs/logo-dark.png
  3. BIN
      docs/src/imgs/logo-light.png
  4. +9
    -1
      docs/src/index.md
  5. +1
    -0
      mkdocs.yml

+ 9
- 0
docs/src/assets.md Datei anzeigen

@@ -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)

BIN
docs/src/imgs/logo-dark.png Datei anzeigen

Vorher Nachher
Breite: 727  |  Höhe: 200  |  Größe: 32 KiB

BIN
docs/src/imgs/logo-light.png Datei anzeigen

Vorher Nachher
Breite: 727  |  Höhe: 200  |  Größe: 33 KiB

+ 9
- 1
docs/src/index.md Datei anzeigen

@@ -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

<p style="display: flex; justify-content: space-between;">


+ 1
- 0
mkdocs.yml Datei anzeigen

@@ -16,6 +16,7 @@ nav:
- Home: 'index.md'
- Screenshots: 'screenshots.md'
- Docs: 'docs.md'
- Assets: 'assets.md'
- Contributing: 'contributing.md'
- License: 'license.md'



Laden…
Abbrechen
Speichern