Compare commits

...

2 Commits

Author SHA1 Message Date
Malin Freeborn 6b93ae1bbb
place basic config dir 2023-09-06 21:50:59 +02:00
Malin Freeborn b17378ca5f
add basic filestructure 2023-09-06 21:47:51 +02:00
34 changed files with 1361 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
*.bmp
*.doc
*.docx
public

26
archetypes/post.md Normal file
View File

@ -0,0 +1,26 @@
---
title: "{{ replace .Name "-" " " | title }}" # Title of the blog post.
date: {{ .Date }} # Date of post creation.
description: "Article description." # Description used for search engine.
featured: true # Sets if post is a featured post, making appear on the home page side bar.
draft: true # Sets whether to render this page. Draft of true will not be rendered.
toc: false # Controls if a table of contents should be generated for first-level links automatically.
# menu: main
usePageBundles: false # Set to true to group assets like images in the same folder as this post.
featureImage: "/images/path/file.jpg" # Sets featured image on blog post.
featureImageAlt: 'Description of image' # Alternative text for featured image.
featureImageCap: 'This is the featured image.' # Caption (optional).
thumbnail: "/images/path/thumbnail.png" # Sets thumbnail image appearing inside card on homepage.
shareImage: "/images/path/share.png" # Designate a separate image for social media sharing.
codeMaxLines: 10 # Override global value for how many lines within a code block before auto-collapsing.
codeLineNumbers: false # Override global value for showing of line numbers within code block.
figurePositionShow: true # Override global value for showing the figure label.
categories:
- Technology
tags:
- Safety
- Messaging
# comment: false # Disable comment if false.
---
**Insert Lead paragraph here.**

View File

@ -0,0 +1,24 @@
# set `baseurl` to your root domain
# if you set it to "/" share icons won't work properly on production
baseurl = "https://domestos.info/" # Include trailing slash
# title = "Clarity" # Edit directly from config/_default/languages.toml # alternatively, uncomment this and remove `title` entry from the aforemention file.
copyright = "Copyright © 20082018, Steve Francia and the Hugo Authors; all rights reserved."
# canonifyurls = true
paginate = 10
theme = "hugo-clarity"
disqusShortname = ""
DefaultContentLanguage = "en"
# [languages]
# config/_default/languages.toml
# [menus]
# config/_default/menus/menu.xx.toml
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[outputs]
home = ["HTML", "RSS", "JSON"]

View File

@ -0,0 +1,23 @@
timeout = 30000
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
[privacy]
[privacy.vimeo]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
disableInlineCSS = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true

View File

@ -0,0 +1,11 @@
[en]
title = "Clarity"
LanguageName = "English"
weight = 1
[pt]
title = "Claridade" # just for the sake of showing this is possible
LanguageName = "Português"
weight = 2
# tip: assign the default language the lowest Weight

View File

@ -0,0 +1,17 @@
[goldmark]
[goldmark.renderer]
hardWraps = false
unsafe = true # change to false to disable inclusion of rawHTML and math functions
xhtml = false
[goldmark.extensions]
typographer = false
[highlight]
codeFences = true
guessSyntax = true
hl_Lines = "--"
lineNoStart = 1
lineNos = true # always set to true # else line numbers won't show at all! even when you toggle them on in the UI
lineNumbersInTable = false # toggling this on (i.e to true) or deleting this line will break the code blocks functionality. Will
noClasses = false
# style = "monokai"
tabWidth = 2

View File

@ -0,0 +1,46 @@
[[main]]
name = "Home"
url = ""
weight = -110
[[main]]
name = "Archives"
url = "post/rich-content/"
weight = -109
# Submenus are done this way: parent -> identifier
[[main]]
name = "Links"
identifier = "Links"
weight = -108
[[main]]
name = "About"
url = "about/"
weight = -107
# social menu links
[[social]]
name = "github"
type = "social"
weight = 1
url = "https://github.com/#"
[[social]]
name = "rss"
weight = 4
url = "index.xml"
# other supported social links
# name = "youtube"
# url = "https://www.youtube.com/#"
# name = "facebook"
# url = "https://facebook.com/#"
# name = "instagram"
# url = "https://instagram.com/#"
# name = "stackoverflow"
# url = "https://stackoverflow.com/#"
# name = "gitlab"
# url = "https://gitlab.com/#"
# name = "discord"
# url = "https://discord.gg/#"

View File

@ -0,0 +1,19 @@
[[main]]
name = "Início"
url = ""
weight = -110
# [[main]]
# name = "Arquivos"
# url = "post/rich-content/"
# weight = -109
# Submenus are done this way: parent -> identifier
[[main]]
name = "Links"
identifier = "Links"
weight = -108
[[main]]
name = "Sobre"
url = "about/"
weight = -107

149
config/_default/params.toml Normal file
View File

@ -0,0 +1,149 @@
# enable search
enableSearch = true
# socials
introDescription = "Technologist, perpetual student, teacher, continual incremental improvement."
# introURL = "about/" # set the url for the 'read more' button below the introDescription, or set to false to not show the button
# description = "A theme based on VMware's Clarity Design System for publishing technical blogs with Hugo." # Set your site's meta tag (SEO) description here. Alternatively set this description in your home page content file e.g. content/_index.md. Whatever is set in the latter will take precedence.
# keywords = ["design", "clarity", "hugo theme"] # Set your site's meta tag (SEO) keywords here. Alternatively set these in your home page content file e.g. content/_index.md. Whatever is set in the latter will take precedence.
# showShare = false # Uncomment to not show share buttons on each post. Also available in each post's front matter.
# Google analytics Id
ga_analytics = ""
# Google tag manager
google_tag_manager_id = ""
# Baidu analytics Id
# baidu_analytics = "XXXXXXXX"
# limit the number of taxonomies links shown on the sidebar of each page by default.
numberOfTagsShown = 14 # Applies for all other default & custom taxonomies. e.g categories, brands see https://gohugo.io/content-management/taxonomies#what-is-a-taxonomy
# Whether to default to storing images and other assets in the `static` directory, or use Hugo page bundles.
# Switch to `true` if you'd like to group assets with the post itself (as a "leaf bundle").
# This can be overridden at the page level; what is set below acts as the default if no page variable is set.
# Details on page bundles: https://gohugo.io/content-management/page-bundles/#leaf-bundles
usePageBundles = false
# Path variables
#
# By default, each of these directories are children of the `static` directory.
#
# In some Apache server installs, these directory names could conflict and you
# may want to change them. See:
# https://github.com/chipzoller/hugo-clarity/issues/74
#
# If you change the names of these directories, be sure to copy the contents of
# the originals to get the files included with Hugo Clarity.
#
# Images:
imagesDir = "images/" # without a leading forward slash
# Icons:
iconsDir = "icons/" # without a leading forward slash
# Fonts:
fontsDir = "fonts/" # without a leading forward slash
# Social media sharing image: Will be used on Twitter, Facebook, LinkedIn, etc.
# when a given page has no other image present.
fallBackOgImage = "images/thumbnail.png"
# Logo image
logo = "logos/logo.png"
# center logo on navbar
centerLogo = false # Set to "true" for centering or "false" for left aligned.
# sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable.
codeMaxLines = 7
# disable showing line numbers by default. Switch to `true` if you'd rather have them on.
codeLineNumbers = false
# enable math notation. Switch to `true` to enable mathjax in your site.
enableMathNotation = false
# directory(s) where your articles are located
mainSections = ["post"] # see config details here https://gohugo.io/functions/where/#mainsections
# Label Non inline images on an article body
figurePositionShow = false # toggle on or off globally
# you can toggle this behaviour on or off on per page using the same variable inside your articles frontmatter
figurePositionLabel = "Figure" # the text before image number e.g Figure 1.0
# Set the collapsed mobile navigation to either appear from the left or the right
mobileNavigation = "left" # if you prefer right change to 'right'
# some site owners want to decide how they would like their sites to be introduced users. These settings give you as a site owner to decide how the user will view your site for the first time.
# please note that you cannot enforce both modes at the same time. i.e by enforcing one mode, you priotise it over the other (by setting it to true). enforceDarkMode will be commented out
# please also not that mode toggle UI will remain in place. That way, if a user prefers darkmode, they can have their way.
enforceLightMode = false
# enforceDarkMode = false
# customize footer icon. see issue https://github.com/chipzoller/hugo-clarity/issues/77
# footerLogo = "icons/copy.svg"
# Customize Sidebar Disclaimer Text
# sidebardisclaimer = true
# disclaimerText = "The opinions expressed on this site are my own personal opinions and do not represent my employers view in any way."
# Text for the languages menu.
languageMenuName = "🌐"
# Title separator, default to |.
# titleSeparator = "|"
# Enable or disable comments globally. Default to true.
# comments = false
# Enable or disable Utterances (https://github.com/utterance/utterances) Github Issue-Based Commenting
# utterances = true # Run the utterances script in the single.html layout to load https://utteranc.es comments
# utterancesRepo = "GHUsername/Repository.Name" # Utterances is enabled when this param is set
# utterancesLabel = "blog comments ✨💬✨" # The label needs to be manually added to your Github repository issues before configuring here
# utterancesTheme = "github-light" # Default: github-dark
# utterancesIssueTerm = "pathname" # Default: pathname
# Maximum number of recent posts. (default: 8)
# numberOfRecentPosts = 8
# Maximum number of featured posts. (default: 8)
# numberOfFeaturedPosts = 8
# Pin featured posts in list.
# pinFeatured = true
# Maximum number of pinned featured posts. (default: 8)
# numberOfPinnedPosts = 8
# Date format. Checkout https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference for details.
# dateFormat = "2006-01-02" # Default to "Jan 2, 2006".
# customFonts = false # toggle to true if you want to use custom fonts only.
# The year when ths website was created, this value is used in the copyright
# notice of the footer.
# since = 2016
# Show related content at the end of an article based on the 'series' taxonomy. Can be set in post front matter.
# showRelatedInArticle = false
# showRelatedInSidebar = false
# website author
[author]
name = "Jane Doe"
# photo = "images/jane-doe.png" #include this if you would like to show the author photo on the sidebar
[plausible_analytics]
enable = false # to enable plausible analytics set to true.
websiteDomain = "example.com" # domain name of your website, most cases same as your base url
# plausibleDomain = "plausible.io" # default is set to plausible.io, only required if plausible is selfhosted
# scritpName = "plausible" # default is set to plausible, only required if using a custome name for script
[matomo_analytics]
enable = false # To enable matomo analytics change to `true`.
websiteDomain = "example.com" # Set the domain name of your website, in most cases same as your base URL this is required.
matomoDomain = "matomo.example.com" # Set to Matomo domain
matomoSiteID = "1" # Default is set to 1, change this to the siteid being tracked

5
content/_index.md Normal file
View File

@ -0,0 +1,5 @@
+++
author = "Hugo Authors"
description = "A theme based on VMware's Clarity Design System for publishing technical blogs with Hugo." # Set your site's meta tag (SEO) description here. This overrides any description set in your site configuration.
keywords = ["design", "clarity", "hugo theme"] # Set your site's meta tag (SEO) keywords here. These override any keywords set in your site configuration.
+++

25
content/about.md Normal file
View File

@ -0,0 +1,25 @@
+++
title = "About"
description = "Hugo, the world's fastest framework for building websites"
date = "2019-02-28"
aliases = ["about-us", "about-hugo", "contact"]
author = "Hugo Authors"
+++
Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
Hugo makes use of a variety of open source projects including:
* https://github.com/yuin/goldmark
* https://github.com/alecthomas/chroma
* https://github.com/muesli/smartcrop
* https://github.com/spf13/cobra
* https://github.com/spf13/viper
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
Learn more and contribute on [GitHub](https://github.com/gohugoio).

28
content/about.pt.md Normal file
View File

@ -0,0 +1,28 @@
+++
title = "Sobre"
description = "Hugo, the world's fastest framework for building websites"
date = "2019-02-28"
aliases = ["sobre"]
author = "Hugo Authors"
+++
Tradução em português. Apenas para demonstração, o resto do artigo não está traduzido.
Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
Hugo makes use of a variety of open source projects including:
* https://github.com/yuin/goldmark
* https://github.com/alecthomas/chroma
* https://github.com/muesli/smartcrop
* https://github.com/spf13/cobra
* https://github.com/spf13/viper
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
Learn more and contribute on [GitHub](https://github.com/gohugoio).

5
content/archives.md Normal file
View File

@ -0,0 +1,5 @@
---
date: 2019-05-28
type: section
layout: "archives"
---

View File

@ -0,0 +1,7 @@
---
title: 'Our Difference'
button: 'About us'
weight: 2
---
Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Ipsum dolor sit amet, et essent mediocritatem quo.

View File

@ -0,0 +1,3 @@
---
headless: true
---

7
content/homepage/work.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 'We Help Business Grow'
button: 'Our Work'
weight: 1
---
Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit.

5
content/search.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = "Search"
searchPage = true
type = "search"
+++

72
i18n/ca.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Llegiu més"
[copyright]
other = "Drets d'autor"
[all_rights]
other = "Tots els drets reservats"
[share_on]
other = "Compartiu a"
[featured_posts]
other = "Entrades destacades"
[recent_posts]
other = "Entrades recents"
[404_title]
other = "Perdut"
[could_not_find]
other = "No podem trobar la pàgina que cerqueu"
[go_back]
other = "Vés enrere"
[translations]
other = "Traduccions"
[categories]
other = "Categories"
[tags]
other = "Etiquetes"
[series]
other = "Sèries"
[all_categories]
other = "Totes les categories"
[all_tags]
other = "Totes les etiquetes"
[all_series]
other = "Totes les sèries"
[overview]
other = "Resum"
[reading_time]
other = "{{ .ReadingTime }} min lectura"
[series_posts]
other = "Publicacions d'aquesta sèrie"
# search
[quick_links]
other = "Resultats"
[no_matches]
other = "No s'han trobat resultats"
[search_field_placeholder]
other = "Cerca la base de coneixements"
[blog_search_field_placeholder]
other = "Cerca..."
[search_results_label]
other = "Resultats de la cerca"
[short_search_query]
other = "La consulta és massa curta"
[type_to_search]
other = "Escriu per cercar"

72
i18n/de.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Weiterlesen"
[copyright]
other = "Copyright"
[all_rights]
other = "All Rights Reserved"
[share_on]
other = "Teilen"
[featured_posts]
other = "Empfohlene Artikel"
[recent_posts]
other = "Neueste Artikel"
[404_title]
other = "Verirrt"
[could_not_find]
other = "Die gesuchte Seite konnte nicht gefunden werden"
[go_back]
other = "Zurück"
[translations]
other = "Übersetzungen"
[categories]
other = "Kategorien"
[tags]
other = "Tags"
[series]
other = "Serien"
[all_categories]
other = "Alle Kategorien"
[all_tags]
other = "Alle Tags"
[all_series]
other = "Alle Serien"
[overview]
other = "Inhalt"
[reading_time]
other = "Lesezeit {{ .ReadingTime }} Min."
[series_posts]
other = "Beiträge in dieser Serie"
# search
[quick_links]
other = "Ergebnisse"
[no_matches]
other = "Keine Ergebnisse gefunden"
[search_field_placeholder]
other = "Wissensdatenbank durchsuchen"
[blog_search_field_placeholder]
other = "Suchen..."
[search_results_label]
other = "Suchergebnisse"
[short_search_query]
other = "Abfrage ist zu kurz"
[type_to_search]
other = "Zum Suchen eingeben"

72
i18n/en.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Read More"
[copyright]
other = "Copyright"
[all_rights]
other = "All Rights Reserved"
[share_on]
other = "Share on"
[featured_posts]
other = "Featured Posts"
[recent_posts]
other = "Recent Posts"
[404_title]
other = "Lost"
[could_not_find]
other = "We couldn't find the page you're looking for"
[go_back]
other = "Go Back"
[translations]
other = "Translations"
[categories]
other = "Categories"
[tags]
other = "Tags"
[series]
other = "Series"
[all_categories]
other = "All Categories"
[all_tags]
other = "All Tags"
[all_series]
other = "All Series"
[overview]
other = "Overview"
[reading_time]
other = "{{ .ReadingTime }} min read"
[series_posts]
other = "Posts in this series"
# search
[quick_links]
other = "Results"
[no_matches]
other = "No results found"
[search_field_placeholder]
other = "Search the knowledge base"
[blog_search_field_placeholder]
other = "Search..."
[search_results_label]
other = "Search Results"
[short_search_query]
other = "Query is too short"
[type_to_search]
other = "Type to search"

72
i18n/es.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Leer más"
[copyright]
other = "Copyright"
[all_rights]
other = "Todos los Derechos Reservados"
[share_on]
other = "Compartir en"
[featured_posts]
other = "Posts destacados"
[recent_posts]
other = "Posts recientes"
[404_title]
other = "No encontrado"
[could_not_find]
other = "No se pudo encontrar la página buscada"
[go_back]
other = "Volver"
[translations]
other = "Traducciones"
[categories]
other = "Categorías"
[tags]
other = "Tags"
[series]
other = "Series"
[all_categories]
other = "Todas las Categories"
[all_tags]
other = "Todos los Tags"
[all_series]
other = "Todas las Series"
[overview]
other = "Contenido"
[reading_time]
other = "{{ .ReadingTime }} min read"
[series_posts]
other = "Publicaciones en esta serie"
# search
[quick_links]
other = "Resultados"
[no_matches]
other = "No se encontraron resultados"
[search_field_placeholder]
other = "Buscar en la base de conocimiento"
[blog_search_field_placeholder]
other = "Buscar..."
[search_results_label]
other = "Resultados de búsqueda"
[short_search_query]
other = "La consulta es demasiado corta"
[type_to_search]
other = "Escriba para buscar"

72
i18n/fr.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Lire la suite…"
[copyright]
other = "Copyright"
[all_rights]
other = "Tous droits réservés"
[share_on]
other = "Partager sur"
[featured_posts]
other = "Billets en vedette"
[recent_posts]
other = "Billets récents"
[404_title]
other = "Perdu"
[could_not_find]
other = "Nous ne trouvons pas la page que vous recherchez"
[go_back]
other = "Revenir en arrière…"
[translations]
other = "Traductions"
[categories]
other = "Catégories"
[tags]
other = "Tags"
[series]
other = "Séries"
[all_categories]
other = "Toutes les catégories"
[all_tags]
other = "Tous les tags"
[all_series]
other = "Toutes les séries"
[overview]
other = "Sommaire"
[reading_time]
other = "{{ .ReadingTime }} mins de lecture"
[series_posts]
other = "Articles dans cette série"
# search
[quick_links]
other = "Résultats"
[no_matches]
other = "Aucun résultat trouvé"
[search_field_placeholder]
other = "Rechercher dans la base de connaissances"
[blog_search_field_placeholder]
other = "Rechercher..."
[search_results_label]
other = "Résultats de la recherche"
[short_search_query]
other = "La requête est trop courte"
[type_to_search]
other = "Tapez pour rechercher"

72
i18n/ja.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "続きを読む"
[copyright]
other = "Copyright"
[all_rights]
other = "All Rights Reserved"
[share_on]
other = "共有する"
[featured_posts]
other = "おすすめの投稿"
[recent_posts]
other = "最近の投稿"
[404_title]
other = "存在しません"
[could_not_find]
other = "お探しのページを見つけることができませんでした"
[go_back]
other = "戻る"
[translations]
other = "翻訳"
[categories]
other = "カテゴリ"
[tags]
other = "タグ"
[series]
other = "シリーズ"
[all_categories]
other = "全てのカテゴリ"
[all_tags]
other = "全てのタグ"
[all_series]
other = "全てのシリーズ"
[overview]
other = "概要"
[reading_time]
other = "{{ .ReadingTime }} 分で読了"
[series_posts]
other = "このシリーズの投稿"
# search
[quick_links]
other = "結果"
[no_matches]
other = "結果が存在しません"
[search_field_placeholder]
other = "ナレッジベース内を検索"
[blog_search_field_placeholder]
other = "検索..."
[search_results_label]
other = "検索結果"
[short_search_query]
other = "検索文字列が短すぎます"
[type_to_search]
other = "入力して検索"

72
i18n/nl.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Lees meer"
[copyright]
other = "Copyright"
[all_rights]
other = "Alle rechten gereserveerd"
[share_on]
other = "Delen op"
[featured_posts]
other = "Uitgelichte berichten"
[recent_posts]
other = "Recente berichten"
[404_title]
other = "Verdwaald!"
[could_not_find]
other = "We hebben de pagina die je zocht niet gevonden"
[go_back]
other = "Ga terug"
[translations]
other = "Vertalingen"
[categories]
other = "categoriën"
[tags]
other = "Tags"
[series]
other = "Series"
[all_categories]
other = "Alle categoriën"
[all_tags]
other = "Alle tags"
[all_series]
other = "Alle series"
[overview]
other = "Overzicht"
[reading_time]
other = "{{ .ReadingTime }} min leestijd"
[series_posts]
other = "Berichten in deze serie"
# search
[quick_links]
other = "Resultaten"
[no_matches]
other = "Geen resultaten gevonden"
[search_field_placeholder]
other = "Doorzoek de knowledge base"
[blog_search_field_placeholder]
other = "Zoeken..."
[search_results_label]
other = "Zoekresultaten"
[short_search_query]
other = "Zoekopdracht is te kort"
[type_to_search]
other = "Type om te zoeken"

72
i18n/no.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Les mer"
[copyright]
other = "Opphavsrett"
[all_rights]
other = "Alle rettigheter forbeholdt"
[share_on]
other = "Del på"
[featured_posts]
other = "Utvalgte innlegg"
[recent_posts]
other = "Nye innlegg"
[404_title]
other = "Tapt"
[could_not_find]
other = "Vi kunne ikke finne det du ser etter"
[go_back]
other = "Gå Tilbake"
[translations]
other = "Oversettelser"
[categories]
other = "Kategori"
[tags]
other = "Stikkord"
[series]
other = "Serier"
[all_categories]
other = "Alle Kategorier"
[all_tags]
other = "Alle stikkord"
[all_series]
other = "Alle Serier"
[overview]
other = "Oversikt"
[reading_time]
other = "{{ .ReadingTime }} min lesing"
[series_posts]
other = "Flere innlegg i denne serien"
# search
[quick_links]
other = "Resultater"
[no_matches]
other = "Ingen resultater funnet"
[search_field_placeholder]
other = "Søk i kunnskapsbasen"
[blog_search_field_placeholder]
other = "Søk..."
[search_results_label]
other = "Søkeresultater"
[short_search_query]
other = "Søket er for kort"
[type_to_search]
other = "Skriv for å søke"

72
i18n/pl.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Czytaj Dalej"
[copyright]
other = "Copyright"
[all_rights]
other = "Wszystkie Prawa Zastrzeżone"
[share_on]
other = "Udostępnij na"
[featured_posts]
other = "Wyróżnione Wpisy"
[recent_posts]
other = "Ostatnie Wpisy"
[404_title]
other = "Zagubiony"
[could_not_find]
other = "Nie możemy znaleźc strony, której szukasz"
[go_back]
other = "Powrót"
[translations]
other = "Tłumaczenie"
[categories]
other = "Kategorie"
[tags]
other = "Tagi"
[series]
other = "Serie"
[all_categories]
other = "Wszystkie Kategorie"
[all_tags]
other = "Wszystkie Tagi"
[all_series]
other = "Wszystkie Serie"
[overview]
other = "Przegląd"
[reading_time]
other = "Przeczytasz w {{ .ReadingTime }} minut"
[series_posts]
other = "Wpisy w tej serii"
# search
[quick_links]
other = "Wyniki"
[no_matches]
other = "Nic nie znaleziono"
[search_field_placeholder]
other = "Search the knowledge base"
[blog_search_field_placeholder]
other = "Szukaj..."
[search_results_label]
other = "Wyniki Szukania"
[short_search_query]
other = "Zapytanie jest zbyt krótkie"
[type_to_search]
other = "Pisz by szukać"

72
i18n/pt.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Ler Mais"
[copyright]
other = "Copyright"
[all_rights]
other = "Todos os Direitos Reservados"
[share_on]
other = "Partilhar"
[featured_posts]
other = "Principais Artigos"
[recent_posts]
other = "Artigos Mais Recentes"
[404_title]
other = "Ooops"
[could_not_find]
other = "Não foi possível encontrar esta página"
[go_back]
other = "Voltar"
[translations]
other = "Traduções"
[categories]
other = "Categorias"
[tags]
other = "Etiquetas"
[series]
other = "Séries"
[all_categories]
other = "Todas as Categorias"
[all_tags]
other = "Todas as Etiquetas"
[all_series]
other = "Todas as Séries"
[overview]
other = "Overview"
[reading_time]
other = "{{ .ReadingTime }} min read"
[series_posts]
other = "Postagens nesta série"
# search
[quick_links]
other = "Resultados"
[no_matches]
other = "Nenhum resultado encontrado"
[search_field_placeholder]
other = "Pesquisar a base de conhecimento"
[blog_search_field_placeholder]
other = "Pesquisar..."
[search_results_label]
other = "Resultados da pesquisa"
[short_search_query]
other = "A consulta é muito curta"
[type_to_search]
other = "Digite para pesquisar"

72
i18n/tr.toml Normal file
View File

@ -0,0 +1,72 @@
[read_more]
other = "Okumaya Devam Et"
[copyright]
other = "Telif Hakkı"
[all_rights]
other = "Tüm Hakları Saklıdır"
[share_on]
other = "Paylaş:"
[featured_posts]
other = "Seçkin Makaleler"
[recent_posts]
other = "En Son Makaleler"
[404_title]
other = "Kayıp"
[could_not_find]
other = "Aradığınız sayfayı bulamadık"
[go_back]
other = "Geri Git"
[translations]
other = "Çeviriler"
[categories]
other = "Kategoriler"
[tags]
other = "Etiketler"
[series]
other = "Seriler"
[all_categories]
other = "Tüm Kategoriler"
[all_tags]
other = "Tüm Etiketler"
[all_series]
other = "Tüm Seriler"
[overview]
other = "Overview"
[reading_time]
other = "{{ .ReadingTime }} min read"
[series_posts]
other = "Posts in this series"
# search
[quick_links]
other = "Sonuçlar"
[no_matches]
other = "Sonuç bulunamadı"
[search_field_placeholder]
other = "Bilgi tabanında ara"
[blog_search_field_placeholder]
other = "Ara..."
[search_results_label]
other = "Arama Sonuçları"
[short_search_query]
other = "Sorgu çok kısa"
[type_to_search]
other = "Aramak için yazın"

56
i18n/zh-CN.toml Normal file
View File

@ -0,0 +1,56 @@
[read_more]
other = "阅读更多"
[copyright]
other = "Copyright"
[all_rights]
other = "All Rights Reserved"
[share_on]
other = "分享到"
[featured_posts]
other = "精选文章"
[recent_posts]
other = "最新文章"
[404_title]
other = "页面不见了"
[could_not_find]
other = "页面不存在或已被删除"
[go_back]
other = "返回"
[translations]
other = "翻译"
[categories]
other = "分类"
[tags]
other = "标签"
[series]
other = "专栏"
[all_categories]
other = "所有分类"
[all_tags]
other = "所有标签"
[all_series]
other = "所有专栏"
[overview]
other = "文章目录"
[reading_time]
other = "{{ .ReadingTime }} min read"
[series_posts]
other = "Posts in this series"

56
i18n/zh-TW.toml Normal file
View File

@ -0,0 +1,56 @@
[read_more]
other = "閱讀更多"
[copyright]
other = "版權"
[all_rights]
other = "版權所有"
[share_on]
other = "分享到"
[featured_posts]
other = "精選文章"
[recent_posts]
other = "最新文章"
[404_title]
other = "頁面不見了"
[could_not_find]
other = "頁面不存在或已被删除"
[go_back]
other = "返回"
[translations]
other = "翻譯"
[categories]
other = "分類"
[tags]
other = "標籤"
[series]
other = "專欄"
[all_categories]
other = "所有分類"
[all_tags]
other = "所有標籤"
[all_series]
other = "所有專欄"
[overview]
other = "文章目錄"
[reading_time]
other = "{{ .ReadingTime }} 分鐘長"
[series_posts]
other = "此系列文章"

56
i18n/zh.toml Normal file
View File

@ -0,0 +1,56 @@
[read_more]
other = "阅读更多"
[copyright]
other = "Copyright"
[all_rights]
other = "All Rights Reserved"
[share_on]
other = "分享到"
[featured_posts]
other = "精选文章"
[recent_posts]
other = "最新文章"
[404_title]
other = "页面不见了"
[could_not_find]
other = "页面不存在或已被删除"
[go_back]
other = "返回"
[translations]
other = "翻译"
[categories]
other = "分类"
[tags]
other = "标签"
[series]
other = "专栏"
[all_categories]
other = "所有分类"
[all_tags]
other = "所有标签"
[all_series]
other = "所有专栏"
[overview]
other = "文章目录"
[reading_time]
other = "{{ .ReadingTime }} min read"
[series_posts]
other = "Posts in this series"

View File

0
static/.gitignore vendored Normal file
View File