1
0
Fork 0
hscloud/hswaw/site
radex f5844311eb */kube: Add kube.SimpleIngress
Change-Id: Iddcac629b9938f228dd93b32e58bb14606d5c6e5
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1745
Reviewed-by: q3k <q3k@hackerspace.pl>
2023-10-28 17:55:48 +00:00
..
calendar hswaw/site: implement recurring events 2023-09-22 22:50:39 +00:00
static go: re-do the entire thing 2023-09-22 21:50:19 +00:00
templates hswaw/site: add "upcoming events" section 2023-09-22 22:19:11 +00:00
BUILD.bazel hswaw/site: deploy 2023-10-28 17:47:11 +00:00
COPYING hswaw/site: add landing page prototype 2021-06-01 21:53:47 +00:00
README.md hswaw/site: remove mirko dependency 2023-10-09 21:23:14 +00:00
at.go hswaw/site: add checkinator integration 2021-07-18 13:18:11 +00:00
deps.bzl hswaw/site: mirror google fonts 2022-02-01 09:38:54 +00:00
events.go hswaw/site: wip new layout 2021-08-30 21:00:59 +02:00
feeds.go hswaw/site: render main page and blog feed 2021-05-30 23:21:49 +00:00
main.go hswaw/site: remove mirko dependency 2023-10-09 21:23:14 +00:00
prod.jsonnet */kube: Add kube.SimpleIngress 2023-10-28 17:55:48 +00:00
spaceapi.go hswaw/site: spaceapi: make the open state depend on members presence 2022-01-25 14:52:07 +00:00
views.go hswaw/site: fix catch-all, add robots.txt 2022-11-07 00:24:09 +00:00

README.md

hackerspace.pl landing page

Introduction

This is a service which runs the hackerspace.pl landing page. It's a relatively simple Go application serving mostly static files with some template rendering threwn in for good measure.

It replaces the old www-main app.

Running locally

$ bazel run //hswaw/site

And point your web browser to 127.0.0.1:8080.

For interactive development, use ibazel run instead to automatically rebuild on file changes (templates, statics or even Go code).