https://www.shipstatic.com/ (我是通过google a/c: briteming@gmail.com登录的。)
https://my.shipstatic.com/
https://my.shipstatic.com/new (可以上传多个静态网站的根目录。免费计划只能绑定1个shipstatic.com的子域名(比如qd-blog.shipstatic.com)到所上传的静态网站的根目录而得到的域名(比如dreamy-pulse-456nehu.shipstatic.com)
https://dreamy-pulse-456nehu.shipstatic.com/。
https://my.shipstatic.com/deployments/upload里面说:
“Can I update a deployment?
Deployments are immutable. To update, upload a new deployment and link it to your domain.“
这个link的概念很有创意。访问https://github.com/brightmann/igi-source-code/tree/main/src/blog ,我在此新建了一个源帖2026-08-26-advice.qd 。然后在windows的git-bash程序窗口里:
cd ~/igi-source-code-by-brightmann
git pull
(就把仓库igi-source-code的内容更新到了本地机器。因为仓库里新建了源帖,这样就相当于把新建的源帖下载到了本地。你当然可以在本地机器直接新建源帖。)
然后build网站:
cd ~/igi-source-code-by-brightmann/src
quarkdown c main.qd
cd ~/igi-source-code-by-brightmann/src/quarkdown-output/Giorgio-Garofalo-iamgio/
可以发现静态网站的根目录更新了,出现了目录2026-08-26-advice/。
然后在https://my.shipstatic.com/deployments,点击upload deployment,页面会跳到
https://my.shipstatic.com/deployments/upload,
(就是'上传所生成的静态网站的根目录'的意思)
在资源管理器中,定位到所生成的静态网站的根目录。然后点击页面里的Upload Deployment,我得到一个新网址:
https://inverted-glow-4tp6kww.shipstatic.com/
然后访问https://my.shipstatic.com/domains,然后访问https://my.shipstatic.com/domains/set,选择shipstatic domain,
然后点击continue,就把域名qd-blog.shipstatic.com绑定到了新的域名inverted-glow-4tp6kww.shipstatic.com上。
qd-blog.shipstatic.com之前显示的内容是https://dreamy-pulse-456nehu.shipstatic.com/的内容,现在显示的内容是https://inverted-glow-4tp6kww.shipstatic.com/的内容。这样
域名qd-blog.shipstatic.com所代表的网站就得到了更新。
相关帖子: https://briteming.blogspot.com/2026/08/windowsquarkdown.html
No comments:
Post a Comment