forked from austencm/phaser-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
49 lines (48 loc) · 1.15 KB
/
config.js
File metadata and controls
49 lines (48 loc) · 1.15 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
'use strict';
module.exports = {
url: 'https://phaserplugins.com',
title: 'Phaser Plugins 🔌',
subtitle: 'Unofficial open source plugin catalog for the Phaser framework',
logo: '/phaser-plugins-logo.png',
preview: '/preview.png',
copyright: '',
disqusShortname: '',
postsPerPage: 4,
googleAnalyticsId: 'UA-135908861-1',
githubToken: process.env.GITHUB_ACCESS_TOKEN,
menu: [
{
label: 'Phaser',
path: 'https://phaser.io',
},
{
label: 'Official plugin repo',
path: 'https://github.com/photonstorm/phaser-plugins',
},
{
label: 'Make a plugin',
path: 'https://github.com/photonstorm/phaser3-plugin-template',
},
{
label: 'Phaser FAQ',
path: 'https://github.com/phaser-discord/community/blob/master/FAQ.md',
},
{
label: 'More FAQ',
path: 'https://github.com/samme/phaser3-faq/wiki',
},
],
author: {
name: 'Phaser Plugins',
photo: '/phaser-plugins-logo.png',
bio: '',
contacts: {
email: '',
telegram: '',
twitter: '',
github: 'https://github.com/austencm/phaser-plugins',
rss: '',
vkontakte: ''
}
}
};