diff --git a/config.yaml b/config.yaml index 74032e9..7a1368e 100644 --- a/config.yaml +++ b/config.yaml @@ -7,6 +7,7 @@ theme: datacoop2020 DefaultContentLanguage: da +enableGitInfo: true # See: https://gohugo.io/content-management/multilingual/ languages: diff --git a/content/services/nextcloud.da.md b/content/services/nextcloud.da.md index 0d1f3c2..6a57e82 100644 --- a/content/services/nextcloud.da.md +++ b/content/services/nextcloud.da.md @@ -11,4 +11,4 @@ service_badges: logging: negative --- -Nextcould blah blah \ No newline at end of file +Gem dine filer, din kalender og dine kontakter i skyen og tilgå alt fra alle dine enheder. diff --git a/i18n/da.toml b/i18n/da.toml index 7d2844a..1b0af0e 100644 --- a/i18n/da.toml +++ b/i18n/da.toml @@ -7,5 +7,33 @@ other = "Generateret med Hugo d. {{ . }}" [services_status] other = "Tjeneste Status" +[service_badges_status_positive] +other = "Positiv" +[service_badges_status_negative] +other = "Negativ" +[service_badges_status_partial] +other = "Delvis" + +[service_badge_stability] +other = "Stabilitet" + +[service_badge_connection_security] +other = "Sikker forbindelse" + +[service_badge_connection_anonymous] +other = "Anonym adgang" + +[service_badge_storage_encrypted] +other = "Krypteret opbevaring af data" + +[service_badge_zero_knowledge] +other = "Zero knowledge" + +[service_badge_storage_backup] +other = "Backup" + +[service_badge_logging] +other = "Logning" + [tagline] other = "vores data i vores hænder" diff --git a/i18n/en.toml b/i18n/en.toml index 2bfcee4..f54ab3f 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -7,5 +7,8 @@ other = "Generated by Hugo on {{ . }}" [services_status] other = "Services Status" +[service_badges_stability_negative] +other = "Negative" + [tagline] other = "our data in our hands" diff --git a/themes/datacoop2020/assets/static/css/style.scss b/themes/datacoop2020/assets/static/css/style.scss index e5e7f7b..f92d1f7 100644 --- a/themes/datacoop2020/assets/static/css/style.scss +++ b/themes/datacoop2020/assets/static/css/style.scss @@ -62,6 +62,7 @@ $body-color: $datacoop-purple; @import "bootstrap/bootstrap"; +@import "tables"; html { diff --git a/themes/datacoop2020/assets/static/css/tables.scss b/themes/datacoop2020/assets/static/css/tables.scss new file mode 100644 index 0000000..44550ac --- /dev/null +++ b/themes/datacoop2020/assets/static/css/tables.scss @@ -0,0 +1,8 @@ +table { + border-collapse: collapse; + td, th { + border: 2px solid $datacoop-purple; + padding: 5px; + } + +} diff --git a/themes/datacoop2020/layouts/_default/baseof.html b/themes/datacoop2020/layouts/_default/baseof.html index 443d40d..97cc289 100644 --- a/themes/datacoop2020/layouts/_default/baseof.html +++ b/themes/datacoop2020/layouts/_default/baseof.html @@ -15,7 +15,7 @@