Last active
November 1, 2016 15:55
-
-
Save scripting/b03106f660111ac7d987 to your computer and use it in GitHub Desktop.
An example config.json file that specifies a set of panels on your River5 installation's home page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"maxRiverItems": 300, | |
"flAddItemsFromNewSubs": false, | |
"homePage": { | |
"panels": [ | |
{ | |
"title": "Dave", | |
"river": "iowa.js" | |
}, | |
{ | |
"title": "NYT", | |
"river": "nytRiver.js" | |
}, | |
{ | |
"title": "WP", | |
"river": "washpost.js" | |
}, | |
{ | |
"title": "Guard", | |
"river": "guardian.js" | |
}, | |
{ | |
"title": "Podcasts", | |
"river": "podcasts.js" | |
}, | |
{ | |
"title": "NBA", | |
"river": "nba.js" | |
}, | |
{ | |
"title": "MLB", | |
"river": "mlb.js" | |
}, | |
{ | |
"title": "Movies", | |
"river": "movies.js" | |
}, | |
{ | |
"title": "Tech", | |
"river": "techblast.js" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This example is used in documenting the configuration options for River5.
https://github.com/scripting/river5/blob/master/docs/CONFIG.md
Dave