eleventy-starter-ghost
A starter template to build websites with Ghost & Eleventy
File Explorer
Download Latest Version (.zip)- --anything-else.md
- --bug-report.md
- test.yml
- site.js
- styles.css
- author.njk
- default.njk
- doc.njk
- post.njk
- tag.njk
- author-header.njk
- card.njk
- footer.njk
- header.njk
- icon.njk
- icons.njk
- navigation.njk
- pagination.njk
- authors.njk
- docs.njk
- posts.njk
- tags.njk
- html-min-transform.js
- 404.njk
- feed.njk
- headers.njk
- htaccess.njk
- index.njk
- redirects.njk
- robots.njk
- sitemap.njk
- .editorconfig
- .eleventy.js
- .env
- .eslintrc.js
- .gitignore
- LICENSE
- netlify.toml
- package.json
- README.md
- renovate.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/TryGhost/eleventy-starter-ghost
Downloads the entire project code from GitHub to your computer.
cd eleventy-starter-ghost
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn
Downloads and installs the libraries listed in package.json.
yarn start
Starts the development/run server.
yarn build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
