baseURL: https://numpy.org/ languageCode: en-us theme: scientific-python-hugo-theme disableKinds: ["taxonomy", "term"] DefaultContentLanguage: en markup: goldmark: renderer: unsafe: true # Add two character language codes to disable translations for the specified # languages. This may be useful to be able to merge partial translations # without deploying them to numpy.org immediately. disableLanguages: [] params: colorScheme: light author: name: "NumPy team" images: - /images/numpy-image.jpg navColor: blue font: name: "Lato" sizes: [400,900] plausible: dataDomain: numpy.org languages: en: title: NumPy weight: 1 contentDir: content/en include-files: - content/en/config.yaml - content/en/tabcontents.yaml # Portuguese pt: title: NumPy weight: 2 contentDir: content/pt include-files: - content/pt/config.yaml - content/pt/tabcontents.yaml # Japanese ja: title: NumPy weight: 3 contentDir: content/ja include-files: - content/ja/config.yaml - content/ja/tabcontents.yaml # Spanish es: title: NumPy weight: 4 contentDir: content/es include-files: - content/es/config.yaml - content/es/tabcontents.yaml