Skip to content

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
renzenicolai committed May 30, 2024
1 parent b6f3694 commit 9a3ebe1
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 46 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
public
node_modules
resources/_gen
4 changes: 2 additions & 2 deletions content/nl/Gereedschap/handleidingen/streamen.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: docs
## Apparatuur

* Camera Sony ZV-1 met statief
* [Behringer XENYX X1222USB mengpaneel](​​https://www.bax-shop.nl/analoog-mengpaneel/behringer-xenyx-x1222usb-pa-en-studio-mixer) met USB aansluiting
* [Behringer XENYX X1222USB mengpaneel](https://www.bax-shop.nl/analoog-mengpaneel/behringer-xenyx-x1222usb-pa-en-studio-mixer) met USB aansluiting
* Wireless headset microfoon
* Wireless mic 2x
* 2 HDMI capture USB stick
Expand Down Expand Up @@ -80,4 +80,4 @@ Op het einde laat de 'subscribe' scnene zien.

## Controle achteraf

Meestal is livestream goed genoeg om te laten staan. Mocht dit niet het geval zijn dan moet de video/audio gemonteerd worden en opnieuw geupload worden.
Meestal is livestream goed genoeg om te laten staan. Mocht dit niet het geval zijn dan moet de video/audio gemonteerd worden en opnieuw geupload worden.
67 changes: 33 additions & 34 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
baseURL = "https://example.docsy.dev/"
title = "Goldydocs"
baseURL = "/"
title = "Tkkrlab"

# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
contentDir = "content/nl"
defaultContentLanguage = "nl"
defaultContentLanguageInSubdir = false
# Useful when translating.
enableMissingTranslationPlaceholders = true
Expand Down Expand Up @@ -51,34 +51,33 @@ resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"

[services]
[services.googleAnalytics]
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
id = "UA-00000000-0"

# Language configuration

[languages]
[languages.en]
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
title = "Goldydocs"
description = "A Docsy example site"

[languages.no]
languageName ="Norsk"
contentDir = "content/no"
[languages.no.params]
title = "Goldydocs"
description = "Docsy er operativsystem for skyen"
# english has been removed for now un-comment to add english again
#[languages]
#[languages.en]
#languageName ="English"
#contentDir = "content/en"
# Weight used for sorting.
#weight = 1
#[languages.en.params]
#title = "Tkkrlab"
#description = "Create, inovate"

[languages.nl]
languageName ="Dutch/Nederlands"
contentDir = "content/nl"
[languages.nl.params]
title = "Tkkrlab"
description = "Create, inovate"
time_format_default = "02.01.2006"
time_format_blog = "02.01.2006"

[languages.fa]
languageName ="فارسی"
contentDir = "content/fa"
[languages.fa.params]
title = "اسناد گلدی"
description = "یک نمونه برای پوسته داکسی"
time_format_default = "2006.01.02"
time_format_blog = "2006.01.02"

[markup]
[markup.goldmark]
Expand All @@ -99,6 +98,7 @@ time_format_blog = "2006.01.02"
section = ["HTML", "print", "RSS"]

[params]
copyright = "The Docsy Authors"
privacy_policy = "https://policies.google.com/privacy"

# First one is picked as the Twitter card image if not set on page.
Expand Down Expand Up @@ -137,26 +137,27 @@ github_branch= "main"
# Google Custom Search Engine ID. Remove or comment out to disable search.
gcs_engine_id = "d72aa9b2712488cc3"

# Enable Algolia DocSearch
algolia_docsearch = false

# Enable Lunr.js offline search
offlineSearch = false

# Enable syntax highlighting and copy buttons on code blocks with Prism
prism_syntax_highlighting = false

[params.copyright]
authors = "Docsy Authors | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0) | "
from_year = 2018

# User interface configuration
[params.ui]
# Set to true to disable breadcrumb navigation.
breadcrumb_disable = false
# Set to true to disable the About link in the site footer
footer_about_enable = true
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
navbar_logo = true
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
navbar_translucent_over_cover_disable = false
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = false
sidebar_menu_compact = true
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = false

Expand Down Expand Up @@ -213,8 +214,6 @@ enable = false
# hugo module configuration

[module]
# Uncomment the next line to build and serve using local docsy clone declared in the named Hugo workspace:
# workspace = "docsy.work"
[module.hugoVersion]
extended = true
min = "0.110.0"
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 9a3ebe1

Please sign in to comment.