diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..044ae62 --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,4 @@ +# about dotya.ml + +Free services provided for fun as a hobby. So far we have [gitea](https://git.dotya.ml) and a [drone.io](https://drone.io) ci/cd instance integration is [on the way](https://drone.dotya.ml). + diff --git a/content/status/index.md b/content/status/index.md new file mode 100644 index 0000000..7f71608 --- /dev/null +++ b/content/status/index.md @@ -0,0 +1,4 @@ +# dotya.ml status + +![Mozilla HTTP Observatory Grade](https://img.shields.io/mozilla-observatory/grade/dotya.ml) +Any information regarding status of the site and services will be posted here. diff --git a/deploy b/deploy deleted file mode 100755 index 3c466a4..0000000 --- a/deploy +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -USER=y192235 -HOST=mrkev.fme.vutbr.cz -DIR=public_html/ - -hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR} - -exit 0