2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00
inventree-website/_config.yml
2022-08-05 12:19:20 +10:00

98 lines
1.9 KiB
YAML

# Metadata
title: InvenTree
tagline: Intuitive Inventory Management
description: >-
InvenTree is an open-source inventory management system which provides intuitive parts management and stock control.
It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.
# Links
demo-link:
internal: demo.md
doc-link: https://inventree.readthedocs.io/en/latest/
deploy-link:
internal: deploy.md
blog-link:
internal: blog.html
plugin-link:
internal: plugins.html
support-link:
internal: support.md
contribute-link:
internal: contribute.md
# Hosting parameters
baseurl: "/inventree-website"
url: ""
# Analytics
analytics-domain: matmair.github.io
# Add names to use more enhanced feature
# See https://plausible.io/docs/script-extensions
analytics-add: .outbound-links
# Rendering settings - do not touch
collections:
publishers:
output: true
permalink: "/:title"
plugins:
output: true
custom_permalink_placeholders: ["publisher"]
#permalink: "/:publisher/:title"
news:
output: true
permalink: /news/:year/:month/:day/:title
posts:
permalink: /blog/:year/:month/:day/:title
defaults:
- scope:
path: ""
type: "publishers"
values:
layout: "publisher"
- scope:
path: ""
type: "plugins"
values:
layout: "plugin"
- scope:
path: ""
type: "posts"
values:
layout: "collection/post"
- scope:
path: ""
type: "news"
values:
layout: "collection/news"
- scope:
path: ""
values:
layout: "content"
feed:
path: /blog/feed.atom
excerpt_only: true
collections:
news:
path: "/news/feed.atom"
plugins:
- jekyll-seo-tag
- jekyll-postcss-v2
- jekyll-sitemap
- jekyll-feed
- jekyll-mentions
- jekyll_custom_permalink
exclude: [
package.json,
package-lock.json,
postcss.config.js,
README.md,
tailwind.config.js,
LICENSE,
]