internetfreedom.in
1.0.0
使用Ghost&Gatsby构建的InternetFreedom.in的网站
在这里可以找到初始架构和动力。
# From Source
git clone https://github.com/TryGhost/gatsby-starter-ghost.git
cd gatsby-starter-ghost
然后安装依赖项
yarn
使用以下内容创建一个.ghost.json
文件:
{
"development" : {
"apiUrl" : " https://staging.internetfreedom.in " ,
"contentApiKey" : " c3fc08ee04d811676f240f1e40 "
},
}
启动开发服务器。现在,您有一个盖茨比网站,从无头幽灵中汲取内容。
yarn run dev
构建网站需要以下ENV变量: apiUrl
& contentApiKey