可以用 Jekyll 安排帖子吗?
我怀疑运行静态站点的限制之一是管理员在想要发布帖子时必须掌舵。我正在寻找这个怀疑得到证实。难道还有什么方法我没发现吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 _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.