Skip to content

kingosticks/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charlie Harrington's Blog - charlieharrington.com

Netlify Status

Source code for my website

Local development

Create env.sh with required env variables

export INSTAGRAM_TOKEN="foo"
export GOODREADS_API_KEY="foo"
export GOODREADS_USER_ID="foo"
export GOOGLE_ANALYTICS_ID="foo"
export GATSBY_GOOGLE_SITE_VERIFICATION="foo"

Then run these commands:

npm install
npm develop

Write new post

./scripts/new-post.sh

Deployment

Netlify deploys automatically from the master branch.

Setup

Note: new API keys / env variables also needed to be added on Netlify.

Also, make sure there is a CNAME file at the root directory that looks like this:

www.charlieharrington.com

About

🌲 charlie harrington's website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • SCSS 9.1%
  • Shell 1.6%