Docs: Update Twitter account name
This commit is contained in:
parent
365e582ffd
commit
683292cae9
13 changed files with 13 additions and 13 deletions
|
@ -7,7 +7,7 @@ PhotoPrism: Browse Your Life in Pictures
|
|||
[![GitHub contributors](https://img.shields.io/github/contributors/photoprism/photoprism.svg)](https://github.com/photoprism/photoprism/graphs/contributors/)
|
||||
[![Documentation](https://img.shields.io/badge/read-the%20docs-4aa087.svg)][docs]
|
||||
[![Community Chat](https://img.shields.io/badge/chat-on%20gitter-4aa087.svg)][chat]
|
||||
[![Twitter](https://img.shields.io/badge/follow-@browseyourlife-00acee.svg)][twitter]
|
||||
[![Twitter](https://img.shields.io/badge/follow-@photoprism_app-00acee.svg)][twitter]
|
||||
|
||||
PhotoPrism® is a privately hosted app for browsing, organizing, and sharing your photo collection.
|
||||
It makes use of the latest technologies to tag and find pictures automatically without getting in your way.
|
||||
|
|
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="144" height="20"><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="144" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="43" height="20" fill="#555"/><rect x="43" width="101" height="20" fill="#00acee"/><rect width="144" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="225" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">follow</text><text x="225" y="140" transform="scale(.1)" textLength="330">follow</text><text x="925" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="910">@browseyourlife</text><text x="925" y="140" transform="scale(.1)" textLength="910">@browseyourlife</text></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="144" height="20"><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="144" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="43" height="20" fill="#555"/><rect x="43" width="101" height="20" fill="#00acee"/><rect width="144" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text x="225" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">follow</text><text x="225" y="140" transform="scale(.1)" textLength="330">follow</text><text x="925" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="910">@photoprism_app</text><text x="925" y="140" transform="scale(.1)" textLength="910">@photoprism_app</text></g></svg>
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
@ -17,7 +17,7 @@ services:
|
|||
PHOTOPRISM_SITE_TITLE: "PhotoPrism"
|
||||
PHOTOPRISM_SITE_CAPTION: "Browse Your Life"
|
||||
PHOTOPRISM_SITE_DESCRIPTION: "Open-Source Personal Photo Management"
|
||||
PHOTOPRISM_SITE_AUTHOR: "@browseyourlife"
|
||||
PHOTOPRISM_SITE_AUTHOR: "@photoprism_app"
|
||||
PHOTOPRISM_DEBUG: "false"
|
||||
PHOTOPRISM_READONLY: "false"
|
||||
PHOTOPRISM_PUBLIC: "true"
|
||||
|
|
|
@ -22,7 +22,7 @@ services:
|
|||
PHOTOPRISM_SITE_TITLE: "PhotoPrism"
|
||||
PHOTOPRISM_SITE_CAPTION: "Browse Your Life"
|
||||
PHOTOPRISM_SITE_DESCRIPTION: "Open-Source Personal Photo Management"
|
||||
PHOTOPRISM_SITE_AUTHOR: "@browseyourlife"
|
||||
PHOTOPRISM_SITE_AUTHOR: "@photoprism_app"
|
||||
PHOTOPRISM_DEBUG: "true"
|
||||
PHOTOPRISM_READONLY: "false"
|
||||
PHOTOPRISM_PUBLIC: "true"
|
||||
|
|
|
@ -37,7 +37,7 @@ services:
|
|||
PHOTOPRISM_SITE_TITLE: "PhotoPrism"
|
||||
PHOTOPRISM_SITE_CAPTION: "Browse Your Life"
|
||||
PHOTOPRISM_SITE_DESCRIPTION: "Open-Source Personal Photo Management"
|
||||
PHOTOPRISM_SITE_AUTHOR: "@browseyourlife"
|
||||
PHOTOPRISM_SITE_AUTHOR: "@photoprism_app"
|
||||
PHOTOPRISM_DEBUG: "true"
|
||||
PHOTOPRISM_READONLY: "false"
|
||||
PHOTOPRISM_PUBLIC: "true"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<meta property="og:image" content="{{ .config.SitePreview }}"/>
|
||||
<meta property="og:description" content="{{ .config.SiteDescription }}">
|
||||
|
||||
<meta name="twitter:site" content="@browseyourlife">
|
||||
<meta name="twitter:site" content="@photoprism_app">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="{{ .config.SiteTitle }}{{if .config.SiteCaption}}: {{ .config.SiteCaption }}{{end}}">
|
||||
<meta name="twitter:image" content="{{ .config.SitePreview }}">
|
||||
|
|
|
@ -11,7 +11,7 @@ window.__CONFIG__ = {
|
|||
siteTitle: "PhotoPrism",
|
||||
siteCaption: "Browse Your Life",
|
||||
siteDescription: "Open-Source Personal Photo Management",
|
||||
siteAuthor: "@browseyourlife",
|
||||
siteAuthor: "@photoprism_app",
|
||||
debug: true,
|
||||
readonly: false,
|
||||
uploadNSFW: false,
|
||||
|
|
|
@ -13,7 +13,7 @@ window.__CONFIG__ = {
|
|||
siteTitle: "PhotoPrism",
|
||||
siteCaption: "Browse Your Life",
|
||||
siteDescription: "Open-Source Personal Photo Management",
|
||||
siteAuthor: "@browseyourlife",
|
||||
siteAuthor: "@photoprism_app",
|
||||
debug: true,
|
||||
readonly: false,
|
||||
uploadNSFW: false,
|
||||
|
|
|
@ -13,7 +13,7 @@ window.__CONFIG__ = {
|
|||
siteTitle: "PhotoPrism",
|
||||
siteCaption: "Browse Your Life",
|
||||
siteDescription: "Open-Source Personal Photo Management",
|
||||
siteAuthor: "@browseyourlife",
|
||||
siteAuthor: "@photoprism_app",
|
||||
debug: true,
|
||||
readonly: false,
|
||||
uploadNSFW: false,
|
||||
|
|
|
@ -9,7 +9,7 @@ window.__CONFIG__ = {
|
|||
siteTitle: "PhotoPrism",
|
||||
siteCaption: "Browse Your Life",
|
||||
siteDescription: "Open-Source Personal Photo Management",
|
||||
siteAuthor: "@browseyourlife",
|
||||
siteAuthor: "@photoprism_app",
|
||||
debug: true,
|
||||
readonly: false,
|
||||
uploadNSFW: false,
|
||||
|
|
|
@ -11,7 +11,7 @@ window.__CONFIG__ = {
|
|||
siteTitle: "PhotoPrism",
|
||||
siteCaption: "Browse Your Life",
|
||||
siteDescription: "Open-Source Personal Photo Management",
|
||||
siteAuthor: "@browseyourlife",
|
||||
siteAuthor: "@photoprism_app",
|
||||
debug: true,
|
||||
readonly: false,
|
||||
uploadNSFW: false,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@ window.__CONFIG__ = {
|
|||
siteTitle: "PhotoPrism",
|
||||
siteCaption: "Browse Your Life",
|
||||
siteDescription: "Open-Source Personal Photo Management",
|
||||
siteAuthor: "@browseyourlife",
|
||||
siteAuthor: "@photoprism_app",
|
||||
debug: true,
|
||||
readonly: false,
|
||||
uploadNSFW: false,
|
||||
|
|
Loading…
Reference in a new issue