diff --git a/config.toml b/config.toml index 19754b8876381491c9db64f45066e15c67504067..71f61b6135256a14c6561148ffc86696ae972874 100644 --- a/config.toml +++ b/config.toml @@ -66,6 +66,11 @@ googleAnalytics = "GTM-WLHTXFF" identifier = "community" name = "Community" weight = 4 +[[menu.main]] + identifier = "calendar" + parent = "community" + name = "Calendar" + url = "/community/calendar" [[menu.main]] identifier = "gitlab" parent = "community" diff --git a/content/community/calendar.md b/content/community/calendar.md new file mode 100644 index 0000000000000000000000000000000000000000..1d71725db60b705d31ded78ed402824d3815d0a1 --- /dev/null +++ b/content/community/calendar.md @@ -0,0 +1,9 @@ +--- +Title: Calendar +--- + +# SOAFEE Public Calendar + +All of the public meetings of the SOAFEE SIG are available in this calendar. Please feel free to subscribe, join and contribute to any of these meetings under the rules set out under the [charter](/about/charter). + +{{< google_calendar src="Y19taTAxMWJiajNrdXJhbGpnOGs5MmtrOG44NEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t">}} diff --git a/themes/soafee/layouts/shortcodes/google_calendar.html b/themes/soafee/layouts/shortcodes/google_calendar.html new file mode 100644 index 0000000000000000000000000000000000000000..0c971d11ec093a65b89c987071c5f73d3985ea62 --- /dev/null +++ b/themes/soafee/layouts/shortcodes/google_calendar.html @@ -0,0 +1,10 @@ +{{ $src := (.Get "src" ) }} +{{ $color := (.Get "color") | default "233F51B5" }} +{{ $bgcolor := (.Get "bgcolor") | default "23ffffff" }} +{{ $height := (.Get "height") | default "600" }} + + + +{{/* {{< google_calendar src="Y19taTAxMWJiajNrdXJhbGpnOGs5MmtrOG44NEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t">}} */}} + +