From 6021c7e8f9132b20f3b2173e94e7ef732473c547 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 2 Nov 2018 15:34:17 -0500 Subject: [PATCH] Move user.yaml template to README because apparently how it is now doesn't work. --- README.md | 9 +++++++++ user.yaml | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 user.yaml diff --git a/README.md b/README.md index 6c7874a..cce1fd3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Lubuntu.me Posts This repository hosts all modern Lubuntu.me blog posts. They're written in Markdown, and using a Python wrapper, automatically created and uploaded. + +Put your Wordpress credentials in user.yaml under the following format: + +``` +--- +url: +username: +password: +``` diff --git a/user.yaml b/user.yaml deleted file mode 100644 index f73dc93..0000000 --- a/user.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -url: -username: -password: