Newer
Older
baseurl = "https://pages.gitlab.io/hugo/"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
canonifyurls = true
DefaultContentLanguage = "en"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
#disqusShortname = "XXX"
#googleAnalytics = "XXX"
[Params]
subtitle = "Webiste for the course"
logo = "OST_Logo.jpg"
commit = false
rss = true
comments = true
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
#[[Params.bigimg]]
# src = "img/triangle.jpg"
# desc = "Triangle"
#[[Params.bigimg]]
# src = "img/sphere.jpg"
# desc = "Sphere"
#[[Params.bigimg]]
# src = "img/hexagon.jpg"
# desc = "Hexagon"
[Author]
name = "Juan Pablo Carbajal"
email = "juanpablo.carbajal@ost.ch"
gitlab = "kakila"
twitter = "JuanPiCarbajal"
youtube = "user/username" # or channel/channelname
[[menu.main]]
url = ""
weight = 1
[[menu.main]]
name = "About"
url = "page/about/"
weight = 2
[[menu.main]]
name = "Registration"
url = "page/registration/"
weight = 3
# [[menu.main]]
# identifier = "samples"
# name = "Samples"
# weight = 4
# [[menu.main]]
# parent = "samples"
# name = "Big Image Sample"
# url = "post/2017-03-07-bigimg-sample"
# weight = 1