Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
Updated to latest upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
savyajha committed Jun 13, 2020
1 parent 2d96bb3 commit 2bdd8bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-starter-try-ghost",
"description": "Turn your Ghost blog into a flaring fast static site with Gatsby",
"version": "1.29.0",
"version": "1.30.11",
"license": "MIT",
"keywords": [
"gatsby",
Expand All @@ -22,7 +22,7 @@
],
"scripts": {
"develop": "gatsby develop",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"build": "gatsby build --log-pages",
"clean": "gatsby clean",
"config": "git update-index --skip-worktree .ghost.json",
"deploy": "gatsby build && echo 'demo.jamify.org' > public/CNAME && gh-pages -f -d public -b master -r [email protected]:styxlab/styxlab.github.io"
Expand All @@ -34,7 +34,7 @@
"gatsby-rehype-prismjs": "^1.0.2",
"gatsby-theme-ghost-dark-mode": "^1.4.4",
"gatsby-theme-ghost-members": "^1.2.6",
"gatsby-theme-try-ghost": "^1.29.0",
"gatsby-theme-try-ghost": "^1.30.11",
"gatsby-transformer-rehype": "^1.5.0",
"prismjs": "^1.20.0",
"react": "^16.13.1",
Expand Down
6 changes: 6 additions & 0 deletions siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ module.exports = {
themeColor: `#15171A`,

gatsbyImages: false,

// Show more logs for debugging purposes (default: false)
verbose: false,

// Severity for verbose mode: (`info`, `warn`, `error`)
severity: `info`,
}

0 comments on commit 2bdd8bd

Please sign in to comment.