[OK] LOCAL-FIRST
All page assets live in this directory. Public access only needs this folder as the static root.
HELLO WORLD WELCOME TO MY BLOG WEB
[OK] STATIC SITE LOADED
A dark terminal-style website is installed in this folder. It runs without a build step, works locally, and can later be served by Nginx, Caddy, Cloudflare Pages, or any static host.
All page assets live in this directory. Public access only needs this folder as the static root.
Colors, type, spacing, borders, and motion are centralized in CSS variables for easy extension.
Navigation, buttons, and inputs keep visible focus states and high-contrast terminal text.
Merged daily activity from GitHub, GitLab, and Yunxiao for the last year.
A selected personal build displayed as a terminal archive entry. The square preview keeps the wall structured, readable, and ready for more finished work.
root@myweb:~$ ./open --work cellimage_preview
A reusable preview slot for the next finished experiment. Swap the image path and metadata when another build is ready to publish.
root@myweb:~$ ./open --work lab_archive_02
A third gallery window keeps the wall balanced and makes future expansion predictable across desktop and mobile layouts.
root@myweb:~$ ./open --work next_release
.
|-- index.html
|-- assets
| |-- css
| |-- js
| |-- fonts
| `-- images
|-- server.js
|-- start-server.cmd
|-- pages
|-- deploy
| |-- Caddyfile
| `-- nginx.conf
`-- README.md
Open index.html directly, or serve the current directory with the included Node server.
Upload this folder to a server and use deploy/nginx.conf or deploy/Caddyfile as a reference.
Point an A record to the public server IP, then enable HTTPS certificates.