Skip to content

Instantly share code, notes, and snippets.

@playxamplez-admin
Forked from xamplez-admin/CONF.md
Last active December 20, 2015 00:49
Show Gist options
  • Save playxamplez-admin/6044763 to your computer and use it in GitHub Desktop.
Save playxamplez-admin/6044763 to your computer and use it in GitHub Desktop.
# 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"
}
/**
* 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;
}
application.name=Play Xamplez
{
"meta" : {
"version" : "1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment