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 "
},
}
개발 서버를 시작하십시오. 이제 Gatsby 사이트가 Headless Ghost에서 콘텐츠를 가져 오는 것을 보유하고 있습니다.
yarn run dev
사이트 구축에는 다음과 같은 ENT 변수가 필요합니다. apiUrl
& contentApiKey