diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 1c2ef06a..f1c0ff85 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -12,5 +12,12 @@ module.exports = { parser: "go-template", }, }, + { + files: [".vscode/*.json"], + options: { + parser: "jsonc", + trailingComma: "all", + }, + }, ], } diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..661b8920 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["budparr.language-hugo-vscode"], +} diff --git a/assets/main.scss b/assets/main.scss index 72a2bf4b..daf32c29 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -2967,7 +2967,9 @@ body { .command-icon { width: 32px; height: 32px; + appearance: none; background-color: #ccc; + border: none; border-radius: 50%; display: flex; justify-content: center; diff --git a/config.toml b/config.toml index b1912d03..ed57437b 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ baseURL = "https://scverse.org/" -languageCode = "en-us" +locale = "en-us" title = "scverse" description = "Foundational tools for omics data in the life sciences" @@ -12,6 +12,10 @@ enableRobotsTXT = true images = ["img/scverse-social-card.png"] description = "Foundational tools for omics data in the life sciences" +# No content uses tags or categories, so turn off Hugo's built-in taxonomies: +# they only generated empty /tags/ and /categories/ pages and a missing-template warning. +[taxonomies] + [outputs] home = ["html", "rss", "entities"] diff --git a/layouts/blog/rss.xml b/layouts/blog/rss.xml index 09b80762..4ce0a06a 100644 --- a/layouts/blog/rss.xml +++ b/layouts/blog/rss.xml @@ -16,7 +16,7 @@