Skip to content

Commit

Permalink
Add puzzles regarding deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Mar 19, 2019
1 parent 3de3c7d commit 12cc5ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
export CC_TEST_REPORTER_ID=288aa84aed5e2836e6e216cbdc7270562db0578317d2e08a2a8cf02d53be6857
/tmp/cc-test-reporter after-build --coverage-input-type lcov
# @todo #1 Setup deployment to live environment.
12 changes: 11 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ module.exports = {
resolve: "gatsby-plugin-web-font-loader",
options: {
google: {
families: ["Noto Sans", "Bai Jamjuree"],
families: [
"Libre Baskerville:400,400i,700",
"Noto Sans:400,700",
"Bai Jamjuree:400,600",
],
},
},
},
Expand All @@ -24,5 +28,11 @@ module.exports = {

// @todo #1 Add PWA manifest file using gatsby-plugin-manifest.
// (see: https://www.gatsbyjs.org/docs/add-a-manifest-file/)

// @todo #1 Add `gatsby-plugin-netlify` for Netlify headers.
// (see: https://www.gatsbyjs.org/packages/gatsby-plugin-netlify/)

// @todo #1 Add `gatsby-plugin-htaccess` for deployment to Apache-based server.
// (see: https://www.gatsbyjs.org/packages/gatsby-plugin-htaccess/)
],
}

3 comments on commit 12cc5ec

@0pdd
Copy link

@0pdd 0pdd commented on 12cc5ec Mar 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-b9804e60 discovered in gatsby-config.js and submitted as #32. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 12cc5ec Mar 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-fb05d954 discovered in gatsby-config.js and submitted as #33. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link

@0pdd 0pdd commented on 12cc5ec Mar 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-f7fafd1b discovered in .circleci/config.yml and submitted as #34. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.