landing site https://dotya.ml
Go to file
surtur a6961ff0c3
All checks were successful
continuous-integration/drone/push Build is passing
template: add RSS link to head of each page
using the below would also add any other alternative formats.
since we don't use any other alt formats, it will only output the link
to RSS feed for each page.
{{ range .AlternativeOutputFormats -}}
    {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}

ref: https://gohugo.io/templates/rss/#reference-your-rss-feed-in-head
2021-08-23 15:16:34 +02:00
.gitea/issue_template fix: correctly use bug issue template (#14) 2020-09-15 22:01:35 +02:00
archetypes removed whitespace [skip ci] 2020-03-17 03:49:30 +01:00
assets/scss chore: minor improvements from theme submodule 2020-10-05 13:11:36 +02:00
content Add info about DNSCrypt resolver (#29) 2021-08-08 00:36:37 +02:00
layouts template: add RSS link to head of each page 2021-08-23 15:16:34 +02:00
static feat: add missing values to site.webmanifest 2020-10-03 13:04:09 +02:00
themes fix: updated submodule + plz do update submodule --remote 2020-07-08 10:05:13 +02:00
.drone.yml Add info about DNSCrypt resolver (#29) 2021-08-08 00:36:37 +02:00
.gitignore feat: add vim .swp files to the list of the ignored 2020-07-08 20:56:55 +02:00
.gitmodules changed theme to hermit theme 2020-03-07 05:56:08 +01:00
.hadolint.yaml chore: add Hadolint Dockerfile linting (#27) 2021-02-16 16:11:24 +01:00
.pre-commit-config.yaml add pre-commit config 2021-08-21 21:01:05 +02:00
config.toml fix: git url is supposed to only miss commit hash (#31) 2021-08-08 11:15:25 +02:00
docker-compose.yml chore: bump traefik to version 2.5.1 2021-08-22 12:31:35 +02:00
Dockerfile Add info about DNSCrypt resolver (#29) 2021-08-08 00:36:37 +02:00
LICENSE fix: name proper project authors in LICENSE (#28) 2021-03-09 22:15:22 +01:00
README.md feat: add clickable badges 2020-11-11 14:56:50 +01:00

dotya.ml

Build Status Mozilla HTTP Observatory Grade Security Headers Chromium HSTS preload

sawce that makes up the dotya.ml landing page.

Built with Hugo on Hermit theme.