merging origin/testing goodness into master

* also adding .drone.yml for master branch

Squashed commit of the following:

commit 423fe440b2
Author: surtur <a_mirre@utb.cz>
Date:   Fri Feb 28 00:42:14 2020 +0100

    [skip ci] serious updates y'all

commit 75ffadcc53
Author: surtur <a_mirre@utb.cz>
Date:   Fri Feb 28 00:17:25 2020 +0100

    [skip ci] add submodule in hugo-extended build too

commit a57fbca9c7
Author: surtur <a_mirre@utb.cz>
Date:   Thu Feb 27 23:51:51 2020 +0100

    fixing wget magic

commit 600288e13a
Author: surtur <a_mirre@utb.cz>
Date:   Thu Feb 27 23:40:35 2020 +0100

    fix pointing to non-existent archlinux image

commit f49929e49d
Author: surtur <a_mirre@utb.cz>
Date:   Thu Feb 27 23:34:34 2020 +0100

    updated .drone.yml + hugo config

    * attempting to build the site with hugo-extended
    * replaced old references with relevant paths

commit cb0dade65b
Author: surtur <a_mirre@utb.cz>
Date:   Thu Feb 27 17:36:42 2020 +0100

    specifying we want a docker runner

commit 20073d0d31
Author: surtur <a_mirre@utb.cz>
Date:   Thu Feb 27 17:07:12 2020 +0100

    have a badge indicating build status

commit ae4ab498cc
Author: surtur <a_mirre@utb.cz>
Date:   Thu Feb 27 16:58:14 2020 +0100

    let drone actually build the site with hugo

commit 81b3d12333
Author: surtur <a_mirre@utb.cz>
Date:   Thu Feb 27 16:42:22 2020 +0100

    adding .drone.yml

    * let's see what happens (no idea really)

commit 2f0d0b7fab
Author: surtur <a_mirre@utb.cz>
Date:   Thu Feb 27 16:21:07 2020 +0100

    merging master changes into testing

    Squashed commit of the following:

    commit 3dbabfbfb3
    Author: surtur <a_mirre@utb.cz>
    Date:   Thu Feb 20 06:17:34 2020 +0100

        accomodate for adding of drone + cosmetic changes

    commit 976958461d
    Merge: efacaa0 4e69fa9
    Author: surtur <a_mirre@utb.cz>
    Date:   Tue Feb 18 00:30:53 2020 +0100

        Merge 'origin/dev' into master

        Signed-off-by: surtur <a_mirre@utb.cz>

    commit 4e69fa9404
    Author: surtur <a_mirre@utb.cz>
    Date:   Tue Feb 18 00:23:35 2020 +0100

        forgot this is git, not btrfs... fixing

    commit 96aec19aa2
    Author: surtur <a_mirre@utb.cz>
    Date:   Mon Feb 17 23:55:56 2020 +0100

        PC above all

    commit 640726ee9c
    Author: surtur <a_mirre@utb.cz>
    Date:   Mon Feb 17 23:51:14 2020 +0100

        improvements in the deploy script logic

    commit be63d93aa3
    Merge: efacaa0 fa4d4f4
    Author: surtur <a_mirre@utb.cz>
    Date:   Mon Feb 17 23:43:03 2020 +0100

        Merge remote-tracking branch 'origin/develop'

    commit fa4d4f448b
    Author: surtur <a_mirre@utb.cz>
    Date:   Mon Feb 17 23:04:16 2020 +0100

        minor updates to content pages

    commit 2956d3a7fa
    Author: surtur <a_mirre@utb.cz>
    Date:   Mon Feb 17 23:01:30 2020 +0100

        correct some instances of undesirable casing

        - also: set sub-title text to 'hello friend' (hello friend? that's lame. maybe I should give you a name.)

    commit 74ff5f0126
    Author: surtur <a_mirre@utb.cz>
    Date:   Mon Feb 17 21:49:50 2020 +0100

         removing forgotten cache

commit d4691f3c34
Author: drew <yngblkee1000@tfwno.gf>
Date:   Sun Oct 20 12:45:11 2019 +0200

    create testing branch
This commit is contained in:
surtur 2020-02-28 00:54:16 +01:00
parent 638edc005b
commit f969ee7f46
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 26 additions and 1 deletions

26
.drone.yml Normal file
View File

@ -0,0 +1,26 @@
kind: pipeline
type: docker
name: hugo_builder
steps:
- name: hugo-std
pull: if-not-exists
image: plugins/hugo
settings:
hugo_version: 0.65.3
validate: false
commands:
- git submodule init
- git submodule update
- hugo --gc=true
- name: hugo-extended
pull: if-not-exists
image: archlinux
commands:
- pacman -Syu --noconfirm wget tar
- wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz
- tar xfv hugo.tgz
- git submodule init
- git submodule update
- ./hugo --gc=true

View File

@ -1,4 +1,3 @@
# about dotya.ml
Free services provided for fun as a hobby. So far we have [gitea](https://git.dotya.ml) and a [drone](https://drone.dotya.ml) ci/cd instance.