-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
37 lines (30 loc) · 1.03 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
title = "ASPLOS'22 Tutorial"
baseURL = "/"
languageCode = "en-us"
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
# Controls how many words are printed in the content summary on the docs homepage.
# See https://gohugo.io/content-management/summaries/
summaryLength = 30
[[menu.main]]
name = "Learn more about Unikraft"
url = "https://unikraft.org"
weight = 2
[params]
[params.homepage_meta_tags]
meta_description = "Unikraft ASPLOS'22 Tutorial"
meta_og_title = "Unikraft ASPLOS'22 Tutorial"
meta_og_type = "website"
meta_og_url = "https://asplos22.unikraft.org"
meta_og_description = "ASPLOS'22 Tutorial on Unikraft: educating the community on unikernels, libOSes, and particularly Unikraft."
meta_twitter_card = "summary"
meta_twitter_site = "@UnikraftSDK"
meta_twitter_creator = "@UnikraftSDK"
[params.logo]
mobile = "/images/unikraft.svg"
standard = "/images/unikraft.svg"