From a417e0d39abb4b1710d714ecd978d6c1e6c18e42 Mon Sep 17 00:00:00 2001 From: Janus Valberg-Madsen Date: Fri, 5 Oct 2018 13:45:11 +0200 Subject: [PATCH] Add options to Jekyll config --- _config.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c419263..889ca5f 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,24 @@ -theme: jekyll-theme-cayman \ No newline at end of file +theme: jekyll-theme-cayman + +url: "https://janusvm.github.io/aau-project-template" +baseurl: "/aau-project-template" + +title: "AAU Project Template" +description: "LaTeX templates and learning resources for semester projects at Aalborg University" + +navbar-links: + Templates: "latex-template" + Resources: "resources" + Exercises: "exercises" + +author: + name: "Janus Valberg-Madsen" + bio: "PhD Student in Mathematics-Economics" + email: "janus@math.aau.dk" + github: "janusvm" + twitter: "atokniiro" + instagram: "atokniiro" + +markdown: kramdown +kramdown: + input: GFM