-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the new localFeed ability. This allows the consumer to be able …
…to specify where to take the feed from.
- Loading branch information
Showing
5 changed files
with
94 additions
and
28 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"themes": | ||
[ | ||
{"name": "amelia", "cssCdn": "css/themes/amelia/bootstrap.min.css"}, | ||
{"name": "cerulean", "cssCdn": "css/themes/cerulean/bootstrap.min.css"}, | ||
{"name": "cosmo", "cssCdn": "css/themes/cosmo/bootstrap.min.css"}, | ||
{"name": "cyborg", "cssCdn": "css/themes/cyborg/bootstrap.min.css"}, | ||
{"name": "darkly", "cssCdn": "css/themes/darkly/bootstrap.min.css"}, | ||
{"name": "flatly", "cssCdn": "css/themes/flatly/bootstrap.min.css"}, | ||
{"name": "journal", "cssCdn": "css/themes/journal/bootstrap.min.css"}, | ||
{"name": "lumen", "cssCdn": "css/themes/lumen/bootstrap.min.css"}, | ||
{"name": "readable", "cssCdn": "css/themes/readable/bootstrap.min.css"}, | ||
{"name": "shamrock", "cssCdn": "css/themes/shamrock/bootstrap.min.css"}, | ||
{"name": "simplex", "cssCdn": "css/themes/simplex/bootstrap.min.css"}, | ||
{"name": "slate", "cssCdn": "css/themes/slate/bootstrap.min.css"}, | ||
{"name": "spacelab", "cssCdn": "css/themes/spacelab/bootstrap.min.css"}, | ||
{"name": "superhero", "cssCdn": "css/themes/superhero/bootstrap.min.css"}, | ||
{"name": "united", "cssCdn": "css/themes/united/bootstrap.min.css"}, | ||
{"name": "yeti", "cssCdn": "css/themes/yeti/bootstrap.min.css"} | ||
] | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"Bootswatch", | ||
"Themes" | ||
], | ||
"version": "1.0.2", | ||
"version": "1.1.3", | ||
"author": { | ||
"name": "Joseph Guadagno", | ||
"email": "[email protected]", | ||
|
This file contains 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