-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.php
77 lines (44 loc) · 2.11 KB
/
settings.php
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?php
// Title & Tagline
// Edit your title and tagline text below.
$site['title'] = 'Episodes';
$site['tagline'] = 'Video. Made. Simple.';
// Logo Image
// Replace or delete “logo.jpg” within the “assets/images/”.
$site['logo'] = 'logo.jpg';
// Panels
// Hide or show panels.
$panel['about'] = true;
$panel['contact'] = true;
$panel['news'] = true;
// About Panel Text
// Edit your about panel text below.
$about['title'] = 'Video. Made. Simple.';
$about['text'] = 'Hi, I‘m <a href="https://twitter.com/jschuller" target="_blank">Jason Schuller</a>, and I design and make websites. This is “<strong>Episodes</strong>”, a simple solution for creating a dynamic video-centric website without the need for anything but your favorite text editor and video service (e.g. YouTube, Vimeo, Wistia).';
// About Panel Images
// Replace or delete “profile.jpg” & “signature.png” within the “assets/images/”.
$about['profile'] = 'profile.jpg';
$about['signature'] = 'signature.png';
// Contact Panel Text
// Edit your contact panel text below.
$contact['title'] = 'Just Say Hello';
$contact['text'] = 'Here’s an example contact panel for the “Episodes” template. The form below is functional, so test it out, ask a question or just say hello.';
// Contact Form Email
// Edit your contact panel form email below.
$contact['email'] = '[email protected]';
// News Panel
// Edit your news panel text below.
$news['title'] = 'Join Our Newsletter';
$news['text'] = 'Here’s an example newsletter panel for the “Episodes” template. It’s powered by MailChimp so you can easily integrate an existing or new newsletter.';
// MailChimp Integration
// Edit your MailChimp API and List ID below.
$mailchimp['api'] = 'e12346bff12345cff16fc123efb4c6e8-us1';
$mailchimp['list'] = '123a15ea16';
// Footer Text
// Edit your footer text below.
$footer['text'] = 'The Episodes Template by <a href="http://jason.sc" target="_blank">Jason Schuller</a>';
// Social Links
// Edit your social links for the footer.
$social['twitter'] = 'jschuller';
$social['facebook'] = 'yourusername';
$social['instagram'] = 'yourusername';