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