Skip to content

Commit

Permalink
Revert "Pull Request #1: ADD dynamic search for blog pages"
Browse files Browse the repository at this point in the history
  • Loading branch information
synoet authored Mar 11, 2022
1 parent b73eee0 commit fc37b88
Show file tree
Hide file tree
Showing 16 changed files with 2,910 additions and 46,265 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
.cache
.idea
public
package-lock.json
8 changes: 0 additions & 8 deletions content/blog/helloworld/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/blog/helloworld2/index.md

This file was deleted.

10 changes: 1 addition & 9 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,5 @@ module.exports = {
},
__key: "images",
},
{
resolve: "gatsby-source-filesystem",
options: {
path: `./content/blog`,
name: `blog`,
}
},
"gatsby-transformer-remark"
],
};
};
45 changes: 0 additions & 45 deletions gatsby-node.js

This file was deleted.

Loading

0 comments on commit fc37b88

Please sign in to comment.