File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# GraphTheory landing page
22
3+ <p align =" center " >
4+ <img src =" demos/demo.gif " alt =" 30-second demo: local preview and static assets " width =" 100% " >
5+ </p >
36
47<p ><strong >Docs:</strong > <a href =" https://graphtheory.xyz/ " >https://graphtheory.xyz/</a ></p >
58
Original file line number Diff line number Diff line change 1+ Output demos/demo.gif
2+ Set Shell "bash"
3+ Set FontSize 20
4+ Set Width 1280
5+ Set Height 720
6+ Set Theme "Catppuccin Mocha"
7+ Set TypingSpeed 50ms
8+
9+ Type "# graphtheory.xyz · static cyberpunk landing" Enter
10+ Sleep 600ms
11+ Type "grep -m1 '<title>' index.html" Enter
12+ Sleep 2s
13+ Type "ls assets" Enter
14+ Sleep 3s
15+
16+ Hide
17+ Type "python3 -m http.server 4173 >/tmp/gt-demo-http.log 2>&1 &" Enter
18+ Sleep 1s
19+ Type "curl -s http://127.0.0.1:4173/ | head -20" Enter
20+ Sleep 5s
21+ Type "pkill -f 'http.server 4173' || true" Enter
22+ Sleep 1s
23+ Show
24+
25+ Type "# Zero build step · python3 -m http.server 4173" Enter
26+ Sleep 3s
27+ Type "open https://graphtheory.xyz/" Enter
28+ Sleep 3s
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -euo pipefail
3+ ROOT=" $( cd " $( dirname " $0 " ) /../.." && pwd) "
4+ cd " $ROOT "
5+ command -v vhs > /dev/null || { echo " Install: brew install vhs ffmpeg" >&2 ; exit 1; }
6+ mkdir -p demos
7+ vhs demos/vhs/demo-30s.tape
8+ ls -la demos/demo.gif
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " HeavyCoder" ,
3+ "black" : " #0a0e14" ,
4+ "red" : " #ff6b9d" ,
5+ "green" : " #5eca89" ,
6+ "yellow" : " #fdd877" ,
7+ "blue" : " #65aef7" ,
8+ "magenta" : " #c678dd" ,
9+ "cyan" : " #56d4e8" ,
10+ "white" : " #e6e8eb" ,
11+ "brightBlack" : " #3d4450" ,
12+ "brightRed" : " #ff8ab3" ,
13+ "brightGreen" : " #7ee0a8" ,
14+ "brightYellow" : " #ffe08a" ,
15+ "brightBlue" : " #8bc4ff" ,
16+ "brightMagenta" : " #d8a0f0" ,
17+ "brightCyan" : " #7ee8ff" ,
18+ "brightWhite" : " #ffffff" ,
19+ "background" : " #0a0e14" ,
20+ "foreground" : " #e6e8eb" ,
21+ "selection" : " #1a2332" ,
22+ "cursor" : " #56d4e8"
23+ }
You can’t perform that action at this time.
0 commit comments