slight enhancements for the user agent stylesheet slightcss.devins.page
css stylesheet framework lightweight
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 22 lines 541 B view raw
1when: 2 - event: ["push"] 3 branch: ["main"] 4 5engine: "nixery" 6dependencies: 7 nixpkgs: [pnpm, nodejs, coreutils, curl, glibc] 8 9environment: 10 SITE_PATH: "./" 11 SITE_NAME: "slightcss.devins.page" 12 WISP_HANDLE: "devins.page" 13 14steps: 15 - name: deploy to wisp 16 command: | 17 curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli 18 chmod +x wisp-cli 19 ./wisp-cli deploy "$WISP_HANDLE" \ 20 --path "$SITE_PATH" \ 21 --site "$SITE_NAME" \ 22 --password "$WISP_APP_PASSWORD"