Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

Commit

Permalink
feat(displaystats): Update seed file to include stats
Browse files Browse the repository at this point in the history
Updates the Brigade development seed file to include both landingstats
and displaystats
  • Loading branch information
toddseller committed Aug 28, 2016
1 parent 62aefa2 commit 16a7cf6
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions seeds/development/Brigade.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,66 @@ module.exports = function () {
image: 'https://i.imgur.com/jdbLl87.png'
}
],
landingstats: [
{
imglink: 'http://kodujdlapolski.pl/wp-content/themes/kdp/images/stats-forum.png',
link: 'undefined',
stat: '554',
caption: 'Slackers Registered',
display: '1'
},
{
imglink: 'http://kodujdlapolski.pl/wp-content/themes/kdp/images/stats-ideas.png',
link: '/blog',
stat: '31',
caption: 'Ideas Being Discussed',
display: '1'
},
{
imglink: 'http://kodujdlapolski.pl/wp-content/themes/kdp/images/stats-citylab.png',
link: 'undefined',
stat: '4',
caption: 'Bay Area Brigades',
display: '1'
},
{
imglink: 'http://kodujdlapolski.pl/wp-content/themes/kdp/images/stats-projects.png',
link: '/projects',
stat: '8',
caption: 'Active Projects',
display: '1'
}
],
displayedstats: [
{
imglink: 'http://kodujdlapolski.pl/wp-content/themes/kdp/images/stats-forum.png',
link: 'undefined',
stat: '554',
caption: 'Slackers Registered',
display: '1'
},
{
imglink: 'http://kodujdlapolski.pl/wp-content/themes/kdp/images/stats-ideas.png',
link: '/blog',
stat: '31',
caption: 'Ideas Being Discussed',
display: '1'
},
{
imglink: 'http://kodujdlapolski.pl/wp-content/themes/kdp/images/stats-citylab.png',
link: 'undefined',
stat: '4',
caption: 'Bay Area Brigades',
display: '1'
},
{
imglink: 'http://kodujdlapolski.pl/wp-content/themes/kdp/images/stats-projects.png',
link: '/projects',
stat: '8',
caption: 'Active Projects',
display: '1'
}
],
auth: {
github: {
clientId: process.env.GITHUB_ID,
Expand Down

0 comments on commit 16a7cf6

Please sign in to comment.