forked from hswaw/hscloud
Serge Bazanski
4d7b2f01ec
This rips out the existing HTML and CSS. In the end, we're not going to use it. In its place, it adds a simplistic landing page, hoping to gather more attention and curiosity from other hackers that would like to make it prettier. Change-Id: I322b071a8510536bd6aad9252ae7aa8fe3a734bc |
||
---|---|---|
.. | ||
static | ||
templates | ||
BUILD.bazel | ||
COPYING | ||
feeds.go | ||
main.go | ||
README.md | ||
views.go |
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).