2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 19:15:28 +00:00

migrate plugins repo

This commit is contained in:
2022-02-07 00:24:10 +01:00
parent cd504fad25
commit b046190388
14 changed files with 288 additions and 0 deletions

View File

@ -12,6 +12,35 @@ description: >-
baseurl: "/home.invenhost.com"
url: ""
collections:
publishers:
output: true
permalink: "/:title"
plugins:
output: true
custom_permalink_placeholders: ["publisher"]
#permalink: "/:publisher/:title"
defaults:
- scope:
path: ""
type: "publishers"
values:
layout: "publisher"
- scope:
path: ""
type: "plugins"
values:
layout: "plugin"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
plugins:
- jekyll-seo-tag