crazycth / yival_web

YiVal Web

Home Page:https://yival.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YIAI Website Source

Deployed URL

Deveopment Guide

Install to VS Code with:
git clone https://github.com/crazycth/yival_web.git

Install with NPM

npm install

Install with Yarn

yarn

To start developing:

Develop with NPM

npm run start

Develop with Yarn

yarn start

To generate the site HTML:

Build with NPM

npm run build

Build with Yarn

yarn build

npm run start will run two commands parallel:
npx tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch

Has paginated Categories and Tags. Markdown files will automatically convert images put into /assets folder to .webp images.

Credits

TailBliss https://github.com/nusserstudios/tailbliss

About

YiVal Web

https://yival.io/

License:Apache License 2.0


Languages

Language:CSS 61.1%Language:HTML 35.4%Language:JavaScript 3.4%