Skip to content
Snippets Groups Projects
config.toml 1.58 KiB
Newer Older
GitLab's avatar
GitLab committed
baseurl = "https://pages.gitlab.io/hugo/"
contentdir    = "content"
layoutdir     = "layouts"
publishdir    = "public"
JuanPi Carbajal's avatar
JuanPi Carbajal committed
title = "Introduction to online Bayesian learning"
GitLab's avatar
GitLab committed
canonifyurls  = true

DefaultContentLanguage = "en"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
#disqusShortname = "XXX"
#googleAnalytics = "XXX"

[Params]
JuanPi Carbajal's avatar
JuanPi Carbajal committed
  subtitle = "Webiste for the course"
  logo = "OST_Logo.jpg"
GitLab's avatar
GitLab committed
  favicon = "img/favicon.ico"
JuanPi Carbajal's avatar
JuanPi Carbajal committed
  dateFormat = "April 1, 2021"
GitLab's avatar
GitLab committed
  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]
JuanPi Carbajal's avatar
JuanPi Carbajal committed
  name = "Juan Pablo Carbajal"
  email = "juanpablo.carbajal@ost.ch"
  gitlab = "kakila"
  twitter = "JuanPiCarbajal"
GitLab's avatar
GitLab committed
  youtube = "user/username" # or channel/channelname

[[menu.main]]
JuanPi Carbajal's avatar
JuanPi Carbajal committed
    name = "Lectures"
GitLab's avatar
GitLab committed
    url = ""
    weight = 1

[[menu.main]]
    name = "About"
    url = "page/about/"
    weight = 2

[[menu.main]]
JuanPi Carbajal's avatar
JuanPi Carbajal committed
    name = "Registration"
    url = "page/registration/"
    weight = 3
GitLab's avatar
GitLab committed

JuanPi Carbajal's avatar
JuanPi Carbajal committed
# [[menu.main]]
#     identifier = "samples"
#     name = "Samples"
#     weight = 4
GitLab's avatar
GitLab committed

JuanPi Carbajal's avatar
JuanPi Carbajal committed
# [[menu.main]]
#     parent = "samples"
#     name = "Big Image Sample"
#     url = "post/2017-03-07-bigimg-sample"
#     weight = 1
GitLab's avatar
GitLab committed

[[menu.main]]
    name = "Tags"
    url = "tags"
JuanPi Carbajal's avatar
JuanPi Carbajal committed
    weight = 5