Skip to content

The code of my personal website. Made with Ghost & Gatsby.

License

Notifications You must be signed in to change notification settings

fedetibaldo/fedetibaldo.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fedetibaldo.com

The code of my personal website. Made with Ghost & Gatsby.

Link: https://fedetibaldo.com

status

gatsby-starter-ghost

Installing

# With Gatsby CLI
gatsby new fedetibaldo.com https://github.com/fedetibaldo/fedetibaldo.com.git
# From Source
git clone https://github.com/fedetibaldo/fedetibaldo.com.git
cd fedetibaldo.com

Then install dependencies

yarn

Running

Start the Ghost instance with Docker.

docker-compose up -d

Start the development server. You now have a Gatsby site pulling content from headless Ghost.

gatsby develop

By default, the starter will populate content from the default Ghost install located at http://localhost:3001.

To find out how to change this setting and what to do in case you're a Ghost(Pro) user, visit the gatsby-starter-ghost repository.

Extra options

# Run a production build, locally
gatsby build

# Serve a production build, locally
gatsby serve

Gatsby develop uses the development config in .ghost.json - while Gatsby build uses the production config.

Copyright & License

Released under the MIT license.

About

The code of my personal website. Made with Ghost & Gatsby.

Resources

License

Stars

Watchers

Forks

Packages

No packages published