Skip to content

sorcererxw/iloveworks

Repository files navigation

I Love Works

visit site

Usage

Url Params

name values
lang zh-hant, zh-hans, en
slogan Any text you want to show, Reference. In addition, you can use || as paragraph break.
theme light, dark, white, black, chrome-dark

Use as ScreenSaver

MacOS

  1. Install liquidx/webviewscreensaver
  2. Add this site's url (example: https://ilove.works/?theme=black) to urls

develop

Run on local

  1. fork and clone this repository
  2. npm install
  3. npm run build
  4. npm run start

Deploy on your github pages

  1. fork and clone this repository
  2. npm install
  3. change the CNAME(/public/CNAME) file to your domain
  4. change the homepage config in package.json to your github homepage (example.github.io)
  5. npm run deploy