From 4ae7846acbf0b5c80e07768ac728d07809987f81 Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Sat, 8 Jun 2024 02:30:52 +0800 Subject: [PATCH] fix(config): add `collections` --- _config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/_config.yml b/_config.yml index 48fa5b0..2877ef3 100644 --- a/_config.yml +++ b/_config.yml @@ -20,6 +20,22 @@ parent_hub: git_repo_branch: main home_url: https://open.ribose.com/ +collections: + projects: + output: false + software: + output: true + permalink: /software/:path/ + specs: + output: true + permalink: /specs/:path/ + posts: + output: true + permalink: /blog/:year-:month-:day-:title/ + pages: + output: true + permalink: /:path/ + # These are required for the theme to work: theme: jekyll-theme-open-project