Skip to content

Commit

Permalink
chore: clean repo + bump theme-brain to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindballa committed Apr 23, 2020
1 parent 7b7618b commit a22ad01
Show file tree
Hide file tree
Showing 31 changed files with 626 additions and 821 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion packages/notes/gatsby-config.js → gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const path = require('path');

module.exports = {
plugins: [
{
Expand All @@ -6,7 +8,7 @@ module.exports = {
notesDirectory: 'content/',
rootPath: '/',
rootNote: 'about',
// noteTemplate: './src/templates/brain.js',
noteTemplate: path.join(__dirname, 'src/templates/note.js'),
},
},
`gatsby-plugin-postcss`,
Expand Down
31 changes: 26 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
{
"name": "@aravindballa/notes",
"version": "0.1",
"private": true,
"workspaces": [
"packages/*"
]
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop"
},
"keywords": [],
"author": "Aravind Balla <[email protected]> (https://aravindballa.com)",
"license": "MIT",
"dependencies": {
"@aengusm/gatsby-theme-brain": "^1.0.5",
"@popperjs/core": "^2.3.3",
"@reach/portal": "^0.10.0",
"gatsby": "^2.20.23",
"gatsby-plugin-postcss": "^2.2.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-popper": "^2.2.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"autoprefixer": "^9.7.6",
"tailwindcss": "^1.2.0"
}
}
48 changes: 0 additions & 48 deletions packages/gatsby-theme-brain/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions packages/gatsby-theme-brain/gatsby-config.js

This file was deleted.

7 changes: 0 additions & 7 deletions packages/gatsby-theme-brain/gatsby-node.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/gatsby-theme-brain/index.js

This file was deleted.

28 changes: 0 additions & 28 deletions packages/gatsby-theme-brain/package.json

This file was deleted.

32 changes: 0 additions & 32 deletions packages/gatsby-theme-brain/src/components/BrainNote.js

This file was deleted.

48 changes: 0 additions & 48 deletions packages/gatsby-theme-brain/src/create-pages.js

This file was deleted.

23 changes: 0 additions & 23 deletions packages/gatsby-theme-brain/src/create-schema-customization.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/gatsby-theme-brain/src/on-pre-bootstrap.js

This file was deleted.

Loading

0 comments on commit a22ad01

Please sign in to comment.