mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
add file structure
This commit is contained in:
parent
f154fc0508
commit
cd504fad25
54
README.md
54
README.md
@ -2,6 +2,60 @@
|
|||||||
This project contains the source for the new InvenTree 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.
|
It is built on Jekyll and GitHub pages for backend / hosting and tailtwindcss for frontend.
|
||||||
|
|
||||||
|
## file structure
|
||||||
|
|
||||||
|
State as of f154fc0.
|
||||||
|
``` bash
|
||||||
|
├── 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
|
## common commands
|
||||||
Install packages
|
Install packages
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user