书签〔更新中...〕
导航类

生产力,PKM、个人成长类博客









技术科技类博客










Tech blog.>>>


Ghost博客.>>>



观点类博客


https://www.ruanyifeng.com/blog/?ref=blognext
工具



网站测速

https://wordpress.com/speed-test/

视频下载

其他

Kadaza

Ship 30 for 30
Productivityist
Forte Labs
Ness Labs
Toggl Blog
Scott H Young
PKM Beth
Dan KoeDan Koe
Owen的博客Owen Young
NotedJeremy

Rest of WorldRest of World Staff


Moraxyc's RhapsodyMoraxyc
张洪Heo张洪Heo
WP TavernMiroslav Glavić


君子可内敛不可懦弱,面不公可起而论之威言威语
ZDNETJada Jones
TechgenyzTechgenyz
The Stack Junction
Bright ThemesBright Themes

隐形学园

胡涂说hutusihttps://www.ruanyifeng.com/blog/?ref=blognext
Tables Generator
MakeWPFastMarcin Dudek


https://wordpress.com/speed-test/



This is note, a brand new site by typenode that's just getting started. Things will be up and running here shortly, but you can subscribe in the meantime if you'd like to stay up to date and receive emails when new content is published!
如果你还在找一个更好的字幕翻译工具,那么就是是“沉浸式翻译”这个浏览器插件把,免费版本可以使用微软翻译、硅基流动翻译、GlM-4 Flash和Babel lite。 我测试了一下《挽救计划》的英文字幕,翻译成中文。这部电影的字幕其实难度还是挺大的,不过就我测试了硅基流动翻译、GlM-4 Flash和Babel lite 3个模型的翻译效果,这里推荐Babel lite模型。原因如下: 字幕里面有一个断句的 文本,Babel lite能准确翻译出原文表达的意思: 00:09:4900:09:52Over the next 30 years, the Earth could在未来 30 年,地球可能会 00:09:5200:09:55cool maybe 10凉爽,也许 10
view-transition是一个很专业的功能,可以通过CSS去实现网页动画,在跨网页浏览上启用view-transition,无需多余配置即可获得一个优雅的网站页面切换效果。 适用于多页面应用的跨文档视图过渡 | View Transitions | Chrome for Developers开始在您的多页应用 (MPA) 中使用跨文档视图过渡。Chrome for DevelopersX demo: HomecamelCase 配置 在Code injection里面添加如下代码即可: <style> @view-transition { navigation: auto; } ::view-transition-group(root){ animation-duration:600ms } </style>
之前的Ghost托管在PikaPods上面,其实相当于是Managed Ghost,所以你不需要去操心服务器的配置。最近换了服务商,那么情况就不一样了,遇到的所有问题都需要自己去处理,其中一个就是ActivityPub无法正常使用。 错误排查 查看log后发现报错:No Webhook Secret Found。 原因分析 * /.ghost/activitypub/* * /.well-known/webfinger * /.well-known/nodeinfo 上面三个ActivityPub资源配置错误,并未通过https反对带至ap.ghost.org。 处理办法 将需要反代的路径添加至nginx配置文件即可: location ~ /.ghost/activitypub/* { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_se