shithub: hugo

Download patch

ref: ff433f98133662063cbb16e220fd44c678c82823
parent: f387cb1b38fe8b09e4cbca9816caaa840de55c5b
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Jul 21 07:01:13 EDT 2017

Add script to pull in docs changes

--- /dev/null
+++ b/pull-docs.sh
@@ -1,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
+