hscloud/hswaw/site
Serge Bazanski 8ef457feee hswaw/site: add calendar/event library
This will let us populate upcoming events server-side on the website (or
serve this data in a format that can be more easily consumed by JS).

Change-Id: I0f6b5bf9831f4d07acebb4eb77a7d88b63fe8e46
2021-07-11 17:17:33 +00:00
..
calendar hswaw/site: add calendar/event library 2021-07-11 17:17:33 +00:00
static hswaw/site: attempt multi-column layout 2021-06-02 01:24:09 +00:00
templates hswaw/site: attempt multi-column layout 2021-06-02 01:24:09 +00:00
BUILD.bazel hswaw/site: load leaflet from NPM package 2021-06-01 22:25:23 +00:00
COPYING hswaw/site: add landing page prototype 2021-06-01 21:53:47 +00:00
feeds.go hswaw/site: render main page and blog feed 2021-05-30 23:21:49 +00:00
main.go hswaw/site: load leaflet from NPM package 2021-06-01 22:25:23 +00:00
README.md hswaw/site: add README.md 2021-05-30 21:16:43 +00:00
views.go hswaw/site: add landing page prototype 2021-06-01 21:53:47 +00:00

hackerspace.pl landing page

Status

Work in progress. Not ready/deployed yet.

Introduction

This is a service which rans 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 something like ibazel to automatically rebuild on file changes (templates, statics or even Go code).