hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit ff433f98133662063cbb16e220fd44c678c82823
parent f387cb1b38fe8b09e4cbca9816caaa840de55c5b
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri, 21 Jul 2017 11:01:13 +0200

Add script to pull in docs changes

Diffstat:
Apull-docs.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/pull-docs.sh b/pull-docs.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+# We may extend this to also push changes in the other direction, but this is the most important step.
+git subtree pull --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash
+