Skip to content
Snippets Groups Projects
siteconf.json 930 B
{
	"categories": {
		"event":  {"de": "Veranstaltungen","color": "hsl(345, 86%, 56%)" },
		"studium":{"de": "Studium",        "color": "hsl( 44, 87%, 50%)" },
		"engage": {"de": "Engagier Dich!", "color": "hsl(157, 77%, 37%)" },
		"misc":   {"de": "Sonstiges",      "color": "hsl(289, 43%, 56%)" },
		"pages":  {"de": "Sonstiges",      "color": "hsl(289, 43%, 56%)" }
	},
	"menuitems": [
		{ "category": "event" },
		{ "category": "studium" },
		{ "slug": "fachgruppe" },
		{ "category": "engage" },
		{ "slug": "ophase" },
		{ "slug": "raeume" }
	],
	"startpage": [
		{
			"type": "news",
			"num": 5,
			"title": { "de": "Aktuelles / Neues" },
			"id": "news"
		},
		{
			"type": "iframe",
			"url": "https://cloud.asta.uni-goettingen.de/apps/calendar/embed/g8psWpbfafNM6Rpo",
			"title": { "de": "Kalender" },
			"id": "calendar"
		},
		{
			"type": "category",
			"category": "engage",
			"num": 5,
			"id": "engage"
		}
	]
}