From f9405089dc74817eac75bf8521b2c0ae47bdf263 Mon Sep 17 00:00:00 2001 From: Micressor <micressor@secure.mailbox.org> Date: Fri, 8 Feb 2019 09:54:39 +0100 Subject: [PATCH] Add test.py --- README.md | 2 +- test.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 test.py diff --git a/README.md b/README.md index c446d94..e8b2dc8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $ git clone https://code.briarproject.org/briar/website.git Test page with local hugo webserver: ``` -hugo server -D --enableGitInfo +./test.py ``` Generate static hugo pages: diff --git a/test.py b/test.py new file mode 100755 index 0000000..bff04a1 --- /dev/null +++ b/test.py @@ -0,0 +1,4 @@ +#!/usr/bin/python +import os + +os.system('hugo server -D --enableGitInfo') -- GitLab