add basic filestructure

This commit is contained in:
Malin Freeborn 2023-09-06 21:47:51 +02:00
parent 9357101bcf
commit b17378ca5f
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
27 changed files with 1072 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.**

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