From 83002f722afed8f8bf50c63615497782043ef7ac Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 11 Jan 2019 18:36:34 -0800 Subject: [PATCH] blog: graphviz.christine.website --- Dockerfile | 3 +-- ...t-christine-dot-website-2019-01-11.markdown | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 blog/graphviz-dot-christine-dot-website-2019-01-11.markdown 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.