1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-26 21:12:41 +00:00

Add Dutch nonpage language files and index page

Added files to public/nl/ dir:
  _concat.json
  _disclaimer.hbs
  _menu.hbs
  _strings.js
  index.md
This commit is contained in:
Maxime van der Smissen
2023-07-13 19:11:50 +02:00
parent 7a511fd4e0
commit 8676ff0b0c
5 changed files with 193 additions and 0 deletions

33
public/nl/_concat.json Normal file
View File

@@ -0,0 +1,33 @@
{
"output": "public/nl/printable.md",
"sources": [
"public/nl/index.md",
"public/nl/wat-is-gender.md",
"public/nl/geschiedenis.md",
"public/nl/euforie.md",
"public/nl/fysieke-dysforie.md",
"public/nl/biochemische-dysforie.md",
"public/nl/sociale-dysforie.md",
"public/nl/maatschappelijke-dysforie.md",
"public/nl/seksuele-dysforie.md",
"public/nl/presentationele-dysforie.md",
"public/nl/existentiele-dysforie.md",
"public/nl/beheersbare-dysforie.md",
"public/nl/impostor-syndroom.md",
"public/nl/ben-ik-trans.md",
"public/nl/diagnoses.md",
"public/nl/behandeling.md",
"public/nl/oorzaken.md",
"public/nl/chromosomen.md",
"public/nl/hormonen.md",
"public/nl/tweede-puberteit-masc.md",
"public/nl/tweede-puberteit-fem.md",
"public/nl/conclusie.md"
],
"meta": {
"title": "De Genderdysforie Bijbel",
"description": "Een duik in de vele manieren waarop genderdysforie zich manifesteert en wat het betekent om transgender te zijn.",
"classes": [ "gdb", "longform" ],
"preBody": "_disclaimer"
}
}