-
-
Save playxamplez-admin/6044763 to your computer and use it in GitHub Desktop.
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
# Add here IDs of your Root Gists | |
gist.roots=[6044768] | |
admins=["playbyexample-admin"] | |
# Configuration of the ES backend | |
elasticsearch { | |
url="http://localhost:9200" | |
index="play_xamplez" | |
} | |
application.root.url=play.xamplez.io | |
# Optional configuration of the twitter account | |
twitter{ | |
tags="#playframework #xamplez" | |
} |
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
/** | |
* Custom CSS for Play by Xamplez | |
*/ | |
.ribbon.ribbon-main { | |
background: #8adc92; | |
background: -webkit-gradient(linear, left bottom, right top, from(#B3E862), to(#73dac1)); | |
background: -moz-linear-gradient(left bottom, #B3E862, #73dac1); | |
background: gradient(linear, left bottom, right top, from(#B3E862), to(#73dac1)); | |
color: #fff; | |
} | |
section.main h3 { | |
color: #454545; | |
} | |
header { | |
border-top: 5px solid #8adc92; | |
} | |
header a { | |
color: #454545; | |
} | |
header a:hover { | |
color: #454545; | |
} | |
header a:hover:before { | |
border-top: 5px solid #8adc92; | |
} | |
.tags .tag a:hover { | |
color: #8adc92; | |
} | |
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
application.name=Play Xamplez |
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
{ | |
"meta" : { | |
"version" : "1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment