gpt4 book ai didi

javascript - 幽灵博客不创建 RSS 提要

转载 作者:行者123 更新时间:2023-11-30 00:30:27 25 4
gpt4 key购买 nike

Ghost FAQs建议可以在“exampleblog.com/rss”找到我的幽灵博客的 rss 提要。然而my blog当我尝试导航到“/rss”网址时抛出 404。关于我可能出错的地方有什么建议吗?

如果有帮助,博客托管在 github 页面上。这是我在 config.js 中的生产设置:

// ### Production
// When running Ghost in the wild, use the production environment
// Configure your URL and mail settings here
production: {
url: 'http://markbennett.io',

mail: {
transport: 'SMTP',
options: {
service: 'Mailgun',
auth: {
user: '[removed]', // mailgun username
pass: '[removed]' // mailgun password
}
}
},
database: {
client: 'sqlite3',
connection: {
filename: path.join(__dirname, '/content/data/ghost.db')
},
debug: false
},
server: {
// Host to be passed to node's `net.Server#listen()`
host: '127.0.0.1',
// Port to be passed to node's `net.Server#listen()`, for iisnode set this to `process.env.PORT`
port: '2368'
}
}

最佳答案

看起来您的 RSS 位于 http://markbennett.io/rss/index.rss .确保更新模板文件,并确保更新 href对于 rss <link> <head> 中的标签.

关于javascript - 幽灵博客不创建 RSS 提要,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29784385/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com