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: