diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/assets/ananke/css/style.css b/assets/ananke/css/style.css new file mode 100644 index 0000000..fca6d88 --- /dev/null +++ b/assets/ananke/css/style.css @@ -0,0 +1,9 @@ +body { + min-height: 100vh; + display: flex; + flex-direction: column; +} + +footer { + margin-top: auto; +} diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..240fa40 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,19 @@ +--- +title: "RIPE 87 Local Hub - Tallinn, Estonia" +description: "28 - 29 November 2023" +cascade: + featured_image: '/images/gohugo-default-sample-hero-image.jpg' +--- + +Register for the local meeting + +Meeting plan + +K-space is hosting a local hu + +Join the RIPE 87 Local Hub at k-space! + + +If you want to actively participate in the meeting you have to be registeres as on online attendee on the Ripe 87 website (https://meeting-registration.ripe.net/meeting-pub/registration?4&meetingId=0baebe05-4707-471a-989a-cad0631456d6) + +

For all additional information regarding the event please check the main RIPE87 website

diff --git a/content/attend.md b/content/attend.md new file mode 100644 index 0000000..ecdfcc5 --- /dev/null +++ b/content/attend.md @@ -0,0 +1,12 @@ +--- +title: "Attend" +# featured_image: '' +description: "We'd love to hear from you" +type: page +menu: main +--- +Reg form + +{{< rawhtml >}} + +{{< /rawhtml >}} diff --git a/content/meeting-plan.md b/content/meeting-plan.md new file mode 100644 index 0000000..eb5edc9 --- /dev/null +++ b/content/meeting-plan.md @@ -0,0 +1,76 @@ +--- +title: "Meeting plan" +# featured_image: '' +description: "28 - 29 November 2023" +type: page +menu: main +--- +Via webcast in the venue. +Agenda is subject to change. +{{< rawhtml >}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Tuesday
28 November
Wednesday
29 November
08:30Welcome CoffeeWelcome Coffee
09:00PlenaryAddress Policy
10:30Coffee BreakCoffee Break
11:00PlenaryAddress Policy
12:30Lunch BreakLunch Break
14:30PlenaryRIPE NCC Services
15:30Coffee BreakCoffee Break
16:00PlenaryGeneral Meeting
17:30Coffee Break
18:00BoFFoo Bar
19:00ENDEND
+{{< /rawhtml >}} diff --git a/content/venue.md b/content/venue.md new file mode 100644 index 0000000..e34dbc2 --- /dev/null +++ b/content/venue.md @@ -0,0 +1,20 @@ +--- +title: "Venue" +# featured_image: '' +description: "Akadeemia tee 21/1, Tallinn" +type: page +menu: main +--- +k-space hackerspace + +RIPE87 Local Hub will be held in Tallinn Tehnopol, 5th floor Kuberneetica maja. + +Have questions? please call +372 665 96 51 or write an email info@k-space.ee + +## Getting There + +### By Car + +### By Public Transportation + + diff --git a/hugo.toml b/hugo.toml index 6eb3dd2..1fdf297 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,22 @@ baseURL = 'https://example.org/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'RIPE 87 Local Hub at K-space.ee' theme = 'ananke' + +[params] +body_classes = "avenir white" +custom_css = ["style.css"] +# site_logo = "img/logo.svg" + +[[params.ananke_socials]] +name = "instagram" +url = "https://www.instagram.com/kspace.ee" +[[params.ananke_socials]] +name = "facebook" +url = "https://www.facebook.com/kspace.ee" +[[params.ananke_socials]] +name = "youtube" +url = "https://www.youtube.com/@k-space-ee" +[[params.ananke_socials]] +name = "linkedin" +url = "https://www.linkedin.com/company/11702699" diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html new file mode 100644 index 0000000..061e52c --- /dev/null +++ b/layouts/partials/site-footer.html @@ -0,0 +1,8 @@ + diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html new file mode 100644 index 0000000..b90bea2 --- /dev/null +++ b/layouts/shortcodes/rawhtml.html @@ -0,0 +1,2 @@ + +{{.Inner}}