forked from reverietracker/chromatic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
36 lines (29 loc) · 950 Bytes
/
Copy path.env
File metadata and controls
36 lines (29 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# DEPLOY_HOST=yourserver.com
# DEPLOY_USER=yourlogin
# DEPLOY_DIR=/var/html/somatic
# DEPLOY_PORT=22
# DEPLOY_KEY=~/.ssh/id_rsa # or leave blank if using password
# DEPLOY_PASSWORD=yourpassword # or leave blank if using ssh key
# SEO / Site metadata
# Required for canonical URL, OG:url, and sitemap absolute URLs
SITE_URL=https://somatic.tenfourmusic.net/
SEO_OG_IMAGE=https://somatic.tenfourmusic.net/favicon.png
# Basic metadata
SEO_TITLE=Somatic - TIC-80 Music Tracker
SEO_SITE_NAME=Somatic
SEO_DESCRIPTION=A web-based tracker for creating TIC-80 music
SEO_KEYWORDS=TIC-80, tracker, music, chiptune
SEO_LANG=en
SEO_ROBOTS=index,follow
# Social sharing
# Can be absolute URL or a path relative to SITE_URL
SEO_OG_TYPE=website
SEO_TWITTER_CARD=summary
# Sitemap
SEO_ROUTES=/
SEO_SITEMAP_CHANGEFREQ=weekly
SEO_SITEMAP_PRIORITY=1.0
# JSON-LD (SoftwareApplication)
SEO_APP_CATEGORY=MultimediaApplication
SEO_PRICE=0
SEO_PRICE_CURRENCY=USD