Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fachgruppenwebseite Metadaten
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fginfo
Fachgruppenwebseite Metadaten
Commits
eee1a0c8
Commit
eee1a0c8
authored
2 years ago
by
Jake
Browse files
Options
Downloads
Patches
Plain Diff
use config.json in content dir instead of siteconf.json
closes
#28
parent
7c4cf707
No related branches found
No related tags found
No related merge requests found
Pipeline
#312560
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pelicanconf.py
+1
-1
1 addition, 1 deletion
pelicanconf.py
siteconf.json
+0
-44
0 additions, 44 deletions
siteconf.json
with
1 addition
and
45 deletions
pelicanconf.py
+
1
−
1
View file @
eee1a0c8
...
...
@@ -115,6 +115,6 @@ THEME = './theme'
JINJA_GLOBALS
=
{}
with
open
(
'
./lang.json
'
)
as
json_file
:
JINJA_GLOBALS
[
'
l
'
]
=
json
.
load
(
json_file
)
with
open
(
'
./site
conf.json
'
)
as
json_file
:
with
open
(
PATH
+
'
/
conf
ig
.json
'
)
as
json_file
:
JINJA_GLOBALS
[
'
sc
'
]
=
json
.
load
(
json_file
)
This diff is collapsed.
Click to expand it.
siteconf.json
deleted
100644 → 0
+
0
−
44
View file @
7c4cf707
{
"categories"
:
{
"event"
:
{
"de"
:
"Veranstaltungen"
,
"color"
:
"hsl(345, 86%, 56%)"
},
"studium"
:{
"de"
:
"Studium"
,
"color"
:
"hsl( 44, 87%, 50%)"
},
"fachgruppe"
:{
"de"
:
"Fachgruppe"
,
"color"
:
"hsl(185, 94%, 34%)"
},
"engage"
:
{
"de"
:
"Engagier Dich!"
,
"color"
:
"hsl(157, 77%, 37%)"
},
"raeume"
:
{
"de"
:
"Räumlichkeiten"
,
"color"
:
"hsl(294, 62%, 39%)"
},
"misc"
:
{
"de"
:
"Sonstiges"
,
"color"
:
"hsl(289, 43%, 56%)"
},
"pages"
:
{
"de"
:
"Sonstiges"
,
"color"
:
"hsl(289, 43%, 56%)"
}
},
"menuitems"
:
[
{
"category"
:
"event"
},
{
"category"
:
"studium"
},
{
"category"
:
"fachgruppe"
},
{
"slug"
:
"ophase"
},
{
"category"
:
"engage"
},
{
"category"
:
"raeume"
}
],
"startpage"
:
[
{
"type"
:
"custom"
,
"content"
:
[
{
"color"
:
"hsl(345, 86%, 56%)"
,
"de"
:
"sIT 2022"
,
"url"
:
"https://cs.ugoe.de/sit"
},
{
"color"
:
"hsl(157, 77%, 37%)"
,
"de"
:
"Programmiersprachen Vortragsreihe"
,
"url"
:
"https://prog-langs.pages.gwdg.de/schedule/"
},
{
"color"
:
"hsl(345, 86%, 56%)"
,
"de"
:
"Mach mit bei der O-Phase 2022!"
,
"url"
:
"https://s.gwdg.de/rhAntJ"
},
{
"color"
:
"hsl(345, 86%, 56%)"
,
"de"
:
"Test"
,
"url"
:
"https://asta.uni-goettingen.de"
}
],
"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"
}
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment