diff --git a/_config.yml b/_config.yml index 8f25487..ced7313 100644 --- a/_config.yml +++ b/_config.yml @@ -18,6 +18,5 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -name: dresden24 rouge: true -baseurl: "mpi-pboc" +baseurl: "/mpi-pboc" diff --git a/_data/2024/navigation.yml b/_data/2024/navigation.yml index e5a71cc..6ffb881 100644 --- a/_data/2024/navigation.yml +++ b/_data/2024/navigation.yml @@ -1,11 +1,11 @@ sitemap: - title: overview - url: /2024/index + url: /mpi-pboc/2024/index - title: schedule - url: /2024/schedule + url: /mpi-pboc/2024/schedule - title: people - url: /2024/people + url: /mpi-pboc/2024/people - title: tutorials - url: /2024/tutorials + url: /mpi-pboc/2024/tutorials - title: readings - url: /2024/readings + url: /mpi-pboc/2024/readings