Auto Completion Template HTML CSS JS - Based website
C
/temp-auto-html-css-js
.
├── lib
│ ├── css.h
│ ├── html.h
│ ├── js.h
│ └── webg.h
├── LICENSE
├── main.c
├── Makefile
├── README.md
├── src
│ ├── template.c
│ └── webg.c
└── tree.txt/temp-auto-html-css-js
.
├── lib
│ ├── css.h
│ ├── html.h
│ ├── js.h
│ └── webg.h
├── LICENSE
├── main.c
├── Makefile
├── README.md
├── src
│ ├── template.c
│ └── webg.c
└── tree.txt- GCC compiler should be to install
git clone https://github.com/devyverse/temp-auto-html-css-js.git- In the terminal (cmd)
make cd bin/./maincd website- Your templates HTML/CSS/JS " READY !"
- Dark/Light mode : 2 themes CSS
- JSON Config : Read file config.json & Genere the website in function the options
- Assets Gestion : Auto-import img, video, icon
- Template Multi : Choice between --> Portfolio, Landing Page, Blog, Dashboard
- Modules CSS system: base/ layout/ modules/ components
- Generation complete website : Base/Layout/Modules/Components
- Routing statique : Auto-genere the link pages
- Generation composants HTML : Header , footer, navbar , cards , sections (Based on Architecture B.E.M.)
- Debug/Release Mode : DEBUG - CSS Non minifié ==> RELEASE - CSS Minifié + JS Compressé
- Plugins Systems : SEO , analytics, contact form...
- Generation sitemap.xml : SEO
- Generation robots.txt : Referencement
- Compilation Complete theme : Genere theme CSS Complet based colors palette
- Auto-genere palette : ( primary, secondary , accent)
- Auto-genere SVG : icones SVG Simple via templates
- generation manifest.json : Transformer website in PWA
Thanks for contributing !