aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-01-11 18:36:34 -0800
committerChristine Dodrill <me@christine.website>2019-01-11 18:36:34 -0800
commit83002f722afed8f8bf50c63615497782043ef7ac (patch)
tree1013034621e8a183ac05bbe35b54777880757843
parentcba841a213cb3571485e19713ff811c318a287df (diff)
downloadxesite-83002f722afed8f8bf50c63615497782043ef7ac.tar.xz
xesite-83002f722afed8f8bf50c63615497782043ef7ac.zip
blog: graphviz.christine.website
-rw-r--r--Dockerfile3
-rw-r--r--blog/graphviz-dot-christine-dot-website-2019-01-11.markdown18
2 files changed, 19 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 622e811..307276b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,7 @@
FROM xena/go:1.11.1 AS build
-#ENV GOPROXY https://cache.greedo.xeserv.us
+ENV GOPROXY https://cache.greedo.xeserv.us
COPY . /site
WORKDIR /site
-RUN apk --no-cache add git
RUN CGO_ENABLED=0 GOBIN=/root go install -v ./cmd/site
FROM xena/alpine
diff --git a/blog/graphviz-dot-christine-dot-website-2019-01-11.markdown b/blog/graphviz-dot-christine-dot-website-2019-01-11.markdown
new file mode 100644
index 0000000..9fa273e
--- /dev/null
+++ b/blog/graphviz-dot-christine-dot-website-2019-01-11.markdown
@@ -0,0 +1,18 @@
+---
+title: graphviz.christine.website
+date: 2019-01-11
+thanks: https://github.com/dreampuf/GraphvizOnline
+---
+
+# [graphviz.christine.website](https://graphviz.christine.website)
+
+I have been using an [online copy of GraphViz](https://github.com/dreampuf/GraphvizOnline)
+for a while to make my own diagrams online. I have forked this to [here](https://github.com/Xe/GraphvizOnline) and added basic [Progressive Web App](https://developers.google.com/web/progressive-web-apps/) support.
+
+Here's an [example usage video](https://youtu.be/IUvbtK_nmtY).
+
+Let me know how this works for you. Hit share->add to home screen in iOS safari to add this to your home screen as a pseudo-app.
+
+If you ever wanted to know how to convert an existing index.html app to a progressive webapp, [here's how you do it](https://github.com/dreampuf/GraphvizOnline/compare/master...Xe:master).
+
+Have fun.