summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-05-24 16:43:48 -0500
committerZach van Rijn <me@zv.io>2021-05-24 16:43:48 -0500
commit0a5015eec26eeebb205e860c64b5472f1f16ab41 (patch)
tree9a80182a815538093d757aa08bff93d39cf0093a /README
downloadsite-ng-0a5015eec26eeebb205e860c64b5472f1f16ab41.tar.gz
site-ng-0a5015eec26eeebb205e860c64b5472f1f16ab41.tar.bz2
site-ng-0a5015eec26eeebb205e860c64b5472f1f16ab41.tar.xz
site-ng-0a5015eec26eeebb205e860c64b5472f1f16ab41.zip
Initial commit. Still missing pages/content.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..eccaf5b
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+To create black- and white- versions of logo:
+
+ $ cd assets/images
+ $ ./polyguin.sh
+
+To generate HTML bundle for upload to web server:
+
+ $ make site
+
+Upload html.tgz to the server and unpack, then delete html.tgz.
+
+Imagemagick is required to convert the PSD files into .webm (or other) formats.