-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
99 lines (75 loc) · 4.8 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
baseURL = "https://splvm.github.io/virtsys-meetup/"
languageCode = "en-us"
title = "Virtsys Meetup"
theme ="hugo-fresh"
googleAnalytics = "UA-83991908-1"
disableHugoGeneratorInject = true
[markup]
[markup.highlight]
style = "tomorrow-night"
[params]
[params.font]
name = "Nunito Sans"
sizes = [
400.0,
800.0
]
[params.section2]
title = "Annoucements"
[[params.section2.features]]
title = "Sep 15, 2024"
text = "There is NO meeting tomorrow. check our schedule for the next meeting!"
[[params.section2.features]]
title = "June 29, 2024"
text = "We're thrilled to welcome [Alex Crichton](https://github.com/alexcrichton) core maintainer of Wasmtime, and previously core team of Rust language, contributed to Wasm, Rust's Cargo, `std::fmt`, Rust ThinLTO, Rust concurrency, Rust CI, Rust macros, and has published over 200 crates. Alex is a software engineer at Fermyon, previously at Fastly and Mozilla, graduated from Carnegie Mellon University. He will be giving a talk about WebAssembly + Hypervisor on September 2nd, 2024."
[[params.section2.features]]
title = "June 17, 2024"
text = "I have to push the meeting to next week. Please check the schedule page for the latest information 💙. Take care!"
[[params.section2.features]]
title = "May 5, 2024"
text = "Ed (Dongxu) Huang's talk has been re-scheduled to May 15, 2024. Please check the schedule page for the latest information. We are looking forward to seeing you at the next meeting! 💙"
[[params.section2.features]]
title = "Apr 22, 2024"
text = "Come and join us at 4:00 pm PDT today! We have a special guest speaker, [Brendan Burns](https://www.linkedin.com/in/brendan-burns-487aa590/), co-founder of Kubernetes and Corp Vice President of Microsoft, to share his insights on Kubernetes! Please fill out this [pre-meetup doc](https://docs.google.com/document/d/13wef_yrT_iG_NKytdBCMUZ65YqRTnzHItwQ6zhHcFg4) for questions to Brendan. look forward to seeing you there! 🎉"
[[params.section2.features]]
title = "Apr 9, 2024"
text = "The schedule has been updated. Please check the schedule page for the latest information. We are looking forward to seeing you at the next meeting! 💙"
[[params.section2.features]]
title = "Apr 1, 2024"
text = "There is NO meeting today. We have postponed our meetup to the next week. Please check our schedule for the next meeting!"
[[params.section2.features]]
title = "Feb 26, 2024"
text = "There is NO meeting today. We have postponed our meetup to the next week. Please check our schedule for the next meeting!"
[[params.section2.features]]
title = "Feb 16, 2024"
text = "We're honored to welcome [Ed (Dongxu) Huang](https://www.linkedin.com/in/eddxhuang/), Co-founder and CTO of PingCap, and co-author of the open-source HTAP database TiDB and the CNCF graduated project TiKV, as our next guest speaker. A specialist in distributed systems, Ed is a staunch believer in the power of technology and open-source culture."
[[params.section2.features]]
title = "Feb 12, 2024"
text = "We are thrilled to annouce our first guest speaker: [Brendan Burns](https://www.linkedin.com/in/brendan-burns-487aa590/), co-founder of Kubernetes and Corp Vice President of Microsoft, responsible for Azure management, Azure portal, Kubernetes for Azure, Azure OSS Cloud Native."
[[params.section2.features]]
title = "Feb 5, 2024"
text = "There is NO guest meetup today. Have a happy week, everyone"
[[params.section2.features]]
title = "Jan 15, 2024"
text = "Thanks for visiting SPLVM **Virtualized System Meetup**. We will follow [UCSD CSE291](https://cseweb.ucsd.edu/~yiying/cse291j-winter20/). Please check our schedule join us if you are interested. The meetup will be held every Monday at 5:00pm PST. The first meetup will be on January 22, 2021. Please contact us if you want to present a paper or give a guest talk. "
# [[params.section2.features]]
# title = "something"
# text = "Thanks for visiting SPLVM 'Vitual System Meetup'. We will follow UCSD CSE291 on Virtualization. Please check our schedule below and join us if you are interested. The meetup will be held every Monday at 5:00pm PST. The first meetup will be on January 22, 2021. Please contact us if you want to present a paper or give a guest talk. "
[params.hero]
title = "Virtualized System Meetup"
subtitle = "A virtual meetup for people interested in containers and Kubernetes"
buttontext = "Schedule"
buttonLink = "/virtsys-meetup/schedule"
image = "3.png"
# [[params.navbarLogo]]
# image = "plug-cloud.svg"
# link = "/virtsys-meetup"
[[params.navbar]]
title = "About"
url = "/virtsys-meetup/about"
[[params.navbar]]
title = "Schedule"
url = "/virtsys-meetup/schedule"
[params.navbarLogo]
image = "3.svg"
link = "https://github.com/splvm"