gosora/themes/tempra-conflux/theme.json
Azareal c7df616f5b Profiles are less broken now.
Renamed RouteViewCounterImpl to DefaultRouteViewCounter.
Added the bot_routes.go file and moved routeRobotsTxt into it.
Added /report/ to robots.txt to stop Googlebot going there.

Began work on the sitemaps. I plan to move the routes into their own package, but I don't want to break too many things right now.
2017-12-24 07:38:46 +00:00

24 lines
417 B
JSON

{
"Name": "tempra-conflux",
"FriendlyName": "Tempra Conflux",
"Version": "0.1.0-dev",
"Creator": "Azareal",
"FullImage": "tempra-conflux.png",
"MobileFriendly": true,
"BgAvatars":true,
"URL": "github.com/Azareal/Gosora",
"Docks":["rightSidebar"],
"Templates": [
{
"Name": "topic",
"Source": "topic_alt"
}
],
"Resources": [
{
"Name":"tempra-conflux/misc.js",
"Location":"global"
}
]
}