2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 04:56:45 +00:00
2022-02-07 01:00:04 +01:00
2022-02-07 00:24:10 +01:00
2022-02-07 00:29:53 +01:00
2022-02-07 00:58:49 +01:00
2022-02-07 00:24:10 +01:00
2022-02-07 00:24:10 +01:00
2022-02-07 00:24:10 +01:00
2022-01-27 11:10:00 +01:00
2022-02-07 00:58:49 +01:00
2022-02-07 01:00:04 +01:00
2022-02-03 02:07:06 +01:00
2022-02-04 23:57:18 +01:00
2022-02-07 00:29:53 +01:00
2021-11-08 23:24:52 +01:00
2021-11-08 23:24:52 +01:00
2022-02-03 01:38:28 +01:00
2022-02-06 03:49:49 +01:00
2022-02-06 03:49:49 +01:00
2022-02-03 01:38:28 +01:00
2022-01-27 11:14:52 +01:00
2021-11-08 23:24:52 +01:00
2022-02-03 01:22:17 +01:00
2021-11-08 23:24:52 +01:00
2022-02-07 01:00:04 +01:00
2022-02-07 01:00:04 +01:00
2022-02-07 00:29:53 +01:00
2022-02-06 03:59:29 +01:00
2021-11-09 23:00:09 +01:00

InvenTree home website

This project contains the source for the new InvenTree website. It is built on Jekyll and GitHub pages for backend / hosting and tailtwindcss for frontend.

file structure

State as of f154fc0.

├── assets
│   ├── index.css
│   └── logo.png
├── _data
│   ├── ctas
│   │   ├── end.yml
│   │   └── learn.yml
│   ├── functions
│   │   ├── extras.yml
│   │   └── general.yml
│   ├── general
│   │   ├── footer.yml
│   │   └── stats.yml
│   ├── for_business.yml
│   ├── for_edu.yml
│   └── for_maker.yml
├── _includes
│   ├── cta.html
│   ├── features.html
│   ├── footer.html
│   ├── functions.html
│   ├── header.html
│   ├── head.html
│   ├── hero.html
│   ├── learn_more.html
│   ├── link.html
│   ├── stats.html
│   ├── team.html
│   └── testimonials.html
├── _layouts
│   ├── branche.html
│   ├── default.html
│   └── post.html
├── 404.md
├── business.md
├── _config.yml
├── education.md
├── functions.md
├── Gemfile
├── Gemfile.lock
├── index.md
├── LICENSE
├── maker.md
├── package.json
├── package-lock.json
├── postcss.config.js
├── README.md
└── tailwind.config.js

common commands

Install packages

bundle install

Build site locally

bundle exec jekyll build

Run debug server

bundle exec jekyll serve --incremental

Regenerate file structure

tree -I '_site|.git|.jekyll-cache|node_modules' --dirsfirst
Description
The official website for InvenTree - The Open Source Inventory System
Readme MIT 34 MiB
Languages
JavaScript 85.3%
HTML 11.7%
Ruby 2.4%
CSS 0.6%