Commit Graph

27 Commits

Author SHA1 Message Date
surtur 9c6215d9a1
chore: bump hugo to v0.115.3
All checks were successful
continuous-integration/drone/push Build is passing
the hugo bump required updating some configuration fields, those are
thus part of this change set
2023-07-20 16:21:41 +02:00
surtur f36a545c93
config: format datetime according to RFC1123Z
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-01 20:17:21 +02:00
surtur 26bc3d7d61
enable pygments to use classes
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-21 18:01:42 +02:00
surtur aaccd2356b
update theme colours
All checks were successful
continuous-integration/drone/push Build is passing
commit bc6140098f
Author: surtur <a_mirre@utb.cz>
Date:   Tue Mar 29 18:32:39 2022 +0200

    add commentary to colour codes

    since we're keeping the original names of colour variables from the
    theme, it's a good idea to at least have the usage of them (somewhat)
    documented.

commit 927909be60
Author: surtur <a_mirre@utb.cz>
Date:   Tue Mar 29 18:24:43 2022 +0200

    increase pre border-radius to 5px

commit 62f0d16540
Author: surtur <a_mirre@utb.cz>
Date:   Tue Mar 29 18:18:02 2022 +0200

    change theme colours
2022-03-29 18:37:04 +02:00
surtur ac4ddd5c18
chore: explicitly specify desired taxonomies
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-22 17:52:39 +01:00
wanderer 06da04bb5c
fix: git url is supposed to only miss commit hash (#31)
All checks were successful
continuous-integration/drone/push Build is passing
to correctly point to a commit path, a '/src/commit/' chunk had to be
added to the previously used URL, which simply pointed to the root of
the repository. that resulted in a garbled URL and a non-existent path as far as Gitea was concerned.
this PR fixes that.

Co-authored-by: surtur <a_mirre@utb.cz>
Reviewed-on: #31
Co-authored-by: wanderer <wanderer@noreply.git.dotya.ml>
Co-committed-by: wanderer <wanderer@noreply.git.dotya.ml>
2021-08-08 11:15:25 +02:00
wanderer 8a1821c416
Add info about DNSCrypt resolver (#29)
All checks were successful
continuous-integration/drone/push Build is passing
update hadolint to v2.6.0-alpine and add an IGNORE to Dockerfile to make
sure the linter is up to date and all errors are resolved, resulting ina passing build.
the ignore is added as the issue is not too big of a deal (at least not
ATM).

* 55d9852 - fix: make hadolint pass <surtur>
* 8f2e192 - about, posts: add dnscrypt <surtur>

Co-authored-by: surtur <a_mirre@utb.cz>
Reviewed-on: #29
Co-authored-by: wanderer <wanderer@noreply.git.dotya.ml>
Co-committed-by: wanderer <wanderer@noreply.git.dotya.ml>
2021-08-08 00:36:37 +02:00
surtur 152cbeaff8
chore: specify lang code as en-gb
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-09 21:52:15 +02:00
wanderer 41099802c2
docker-compose deployment (#18)
All checks were successful
continuous-integration/drone/push Build is passing
refactor: .drone.yml + don't run on {push,PR}

add: docker-compose-build pipeline

* general refactoring of .drone.yml

fix: incorrect dependency

* add: don't run img pull on PR

refactor: update .drone.yml logic

chore: adding docker-compose.yml

* it's in fact going to be docker-compose deployment

add: Dockerfile + update baseUrl

* also enhance footer partial that cries when a ref goes missing (such
  as when a branch is merged)

Co-authored-by: surtur <a_mirre@utb.cz>
Reviewed-on: #18
Co-Authored-By: wanderer <wanderer@noreply.git.dotya.ml>
Co-Committed-By: wanderer <wanderer@noreply.git.dotya.ml>
2020-10-03 21:00:19 +02:00
surtur 873ce9b590
fix: remove redundant config keys
All checks were successful
continuous-integration/drone/push Build is passing
2020-08-24 14:43:39 +02:00
surtur 6640239616
feat: added git info to the footer for pages other than the index
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-24 12:56:29 +02:00
surtur aa5af99643
hugo update + license in footer + fix broken RSS
All checks were successful
continuous-integration/drone/push Build is passing
* hugo v0.70.0 used
* link to the license is in the footer now
* RSS works as expected (was not before) due to semi-custom the site structure
* also fixed some whitespace inconsistencies in config.toml
2020-05-06 14:48:50 +02:00
surtur 29048b29ff
slight adjustment of homepage icon links
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-21 02:13:36 +02:00
surtur a4bf0e6c04
.drone.yml and config.toml updates
All checks were successful
continuous-integration/drone/push Build is passing
* renamed test-build pipeline to build
* removed redundant echo from the deploy pipeline
* link to gitea on the homepage now points to the org site
* updated wording of an alt text
2020-04-10 16:56:36 +02:00
surtur 478583cac4
enabled hugo emoji preprocessor 2020-03-24 03:01:13 +01:00
surtur 5a564c6c03
updated links for faster loading
All checks were successful
continuous-integration/drone/push Build is passing
* this way a request per link is saved == faster load time
2020-03-23 23:10:42 +01:00
surtur db6e9f9fb5
major updates to the site
* added site content
* improved execution pipeline - should now automatically deploy upon
  successful build
* using hugo --minify now
2020-03-08 05:11:26 +01:00
surtur 4f466923a9
changed theme to hermit theme
* proposing major change in favour of extreme speed-up as a result
* the theme is also more consistent IMHO
2020-03-07 05:56:08 +01:00
surtur 638edc005b
[skip ci] great changes indeed 2020-02-28 00:46:45 +01:00
surtur 065268a5a9
formatting nightmares (not really, it's fine) 2020-02-28 00:10:19 +01:00
surtur 3dbabfbfb3
accomodate for adding of drone + cosmetic changes 2020-02-20 06:17:34 +01:00
surtur 2956d3a7fa
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.)
2020-02-17 23:01:30 +01:00
surtur 1b99836522
point to correct path
with a move to running behind reverse proxy some of the paths needed to be adjusted
2019-10-20 08:52:29 +02:00
drew 9b9af40a68 fixed relative paths 2019-10-19 11:41:54 +02:00
drew af11305873 add status page 2019-10-18 23:35:10 +02:00
drew 75915ca9d4 progress 2019-10-18 22:59:56 +02:00
drew 070eaa807e basic hugo setup 2019-10-15 17:42:42 +02:00