diff --git a/_config.yml b/_config.yml index 86d21cee..4e3f2505 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,10 @@ title: InvenTree tagline: Intuitive Inventory Management demo-link: https://inventree.readthedocs.io/en/latest/demo/ doc-link: https://inventree.readthedocs.io/en/latest/ -plugin-link: https://repo.invenhost.com/ +blog-link: + internal: blog.html +plugin-link: + internal: plugins.html description: >- InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. @@ -20,6 +23,8 @@ collections: output: true custom_permalink_placeholders: ["publisher"] #permalink: "/:publisher/:title" + posts: + permalink: /blog/:year/:month/:day/:title defaults: - scope: @@ -40,7 +45,7 @@ defaults: - scope: path: "" values: - layout: "default" + layout: "content" plugins: - jekyll-seo-tag diff --git a/_data/for_business.yml b/_data/for_business.yml index 80904856..414d5fdf 100644 --- a/_data/for_business.yml +++ b/_data/for_business.yml @@ -1,6 +1,6 @@ ref: business link: - internal: use/business + internal: use/business.md title: For Business text: | lorem ipsum text diff --git a/_data/for_edu.yml b/_data/for_edu.yml index 2c12e973..63c8bddf 100644 --- a/_data/for_edu.yml +++ b/_data/for_edu.yml @@ -1,9 +1,9 @@ ref: edu link: - internal: use/education + internal: use/education.md title: For Education text: | - Electronic Labs are creative places. Whether your institution works with K12 or post-grads - organisation and tooling is challenging. Let InvenTree help you calm the storm! + Electronic Labs are creative places. Whether your institution works with K12 or post-grads - organisation and tooling is challenging. Let InvenTree at least do the invetory reliably for you! features: - title: Open Source - Open Knowledge diff --git a/_data/for_maker.yml b/_data/for_maker.yml index 0d73e7c7..dee91c1d 100644 --- a/_data/for_maker.yml +++ b/_data/for_maker.yml @@ -1,6 +1,6 @@ ref: maker link: - internal: use/maker + internal: use/maker.md title: For Maker text: | lorem ipsum text diff --git a/_data/functions/general.yml b/_data/functions/general.yml index c091c3ab..c1422b50 100644 --- a/_data/functions/general.yml +++ b/_data/functions/general.yml @@ -1,6 +1,6 @@ title: InvenTree builds it vast functions on top of a few core workflows link: - internal: functions + internal: functions/index.md text: functions: - title: Organize Parts diff --git a/_data/general/footer.yml b/_data/general/footer.yml index d057460f..fd6f548f 100644 --- a/_data/general/footer.yml +++ b/_data/general/footer.yml @@ -5,7 +5,7 @@ - name: Demo site: demo-link - name: Plugins - site: plugin-link + internal: plugins.html - title: Contribute cats: @@ -27,7 +27,7 @@ - name: API link: https://inventree.readthedocs.io/en/latest/extend/python/ - name: Plugins - site: plugin-link + internal: plugins.html - name: KiCad link: https://github.com/sparkmicro/Ki-nTree/ - name: Fusion360 @@ -42,12 +42,12 @@ - name: Home home: true - name: For Maker - internal: maker + internal: use/maker.md - name: For Business - internal: business + internal: use/business.md - name: For Education - internal: education + internal: use/education.md - name: About - internal: about + internal: about/index.md - name: Blog - internal: blog + internal: blog.html diff --git a/_includes/base/footer.html b/_includes/base/footer.html index 1cad2669..8e7a8c83 100644 --- a/_includes/base/footer.html +++ b/_includes/base/footer.html @@ -1,5 +1,5 @@