可以用 Jekyll 安排帖子吗?

发布于 2024-10-16 01:01:50 字数 66 浏览 1 评论 0原文

我怀疑运行静态站点的限制之一是管理员在想要发布帖子时必须掌舵。我正在寻找这个怀疑得到证实。难道还有什么方法我没发现吗?

I suspect that one of the limitations of running a static site is that the administrator has to be at the helm when he wants a post to be published. I'm looking for that suspicion to be validated. Is there a method I haven't discovered?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扭转时空 2024-10-23 01:01:50

在 _config.yml 文件上将 site.future 选项设置为 false。

然后在您的服务器中设置一个 cron 任务,每天(或每小时,无论您喜欢什么)重新生成您的博客。

将来设置的帖子将在到达正确日期时自动发布。

Set the site.future option to false on the _config.yml file.

Then set up a cron task in your server to regenerate your blog every day (or hour, whatever you fancy).

Posts set up in the future will be automatically published when the correct date is reached.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文