Skip to content

Commit

Permalink
Reworked directory structure
Browse files Browse the repository at this point in the history
Slowly starting to get things more organized, nowhere near done yet but it's slightly better.
  • Loading branch information
ajmeese7 committed Mar 25, 2022
1 parent b4fcb5d commit 3594c83
Show file tree
Hide file tree
Showing 56 changed files with 44 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
public
node_modules
.env
yarn-error.log
*.log
3 changes: 0 additions & 3 deletions .prettierrc.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions SECURITY.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gatsby-theme-mate",
"name": "gatsby-theme-neon",
"version": "0.0.0",
"main": "index.js",
"author": "emasuriano",
Expand Down
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "gatsby-starter-theme-workspace",
"name": "meese.enterprises",
"private": true,
"version": "0.0.0",
"main": "index.js",
"license": "0BSD",
"scripts": {
"example": "env-cmd --silent yarn workspace example",
"theme": "env-cmd --silent yarn workspace gatsby-theme-mate",
"clean": "yarn example clean",
"start": "yarn example start",
"build": "yarn example build",
"serve": "yarn example serve",
"test": "yarn example test",
"website": "env-cmd --silent yarn workspace website",
"theme": "env-cmd --silent yarn workspace gatsby-theme-neon",
"clean": "yarn website clean",
"start": "yarn website start",
"build": "yarn website build",
"serve": "yarn website serve",
"test:ci": "yarn build && start-server-and-test serve 5000",
"check-types": "yarn theme check-types",
"release": "yarn theme release"
},
"workspaces": [
"gatsby-theme-mate",
"example"
"gatsby-theme-neon",
"website"
],
"devDependencies": {
"env-cmd": "^10.1.0",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion example/gatsby-config.js → website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { ACCESS_TOKEN, SPACE_ID, DETERMINISTIC } = process.env;
module.exports = {
plugins: [
{
resolve: `gatsby-theme-mate`,
resolve: `gatsby-theme-neon`,
options: {
accessToken: ACCESS_TOKEN,
spaceId: SPACE_ID,
Expand Down
File renamed without changes
7 changes: 4 additions & 3 deletions example/package.json → website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "example",
"version": "1.0.0",
"name": "website",
"private": true,
"version": "0.0.0",
"main": "index.js",
"author": "@emasuriano",
"license": "MIT",
Expand All @@ -12,7 +13,7 @@
},
"dependencies": {
"gatsby": "^4.10.1",
"gatsby-theme-mate": "0.0.0",
"gatsby-theme-neon": "file:../gatsby-theme-neon",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
28 changes: 28 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6709,6 +6709,34 @@ gatsby-telemetry@^3.10.0:
lodash "^4.17.21"
node-fetch "^2.6.7"

"gatsby-theme-neon@file:gatsby-theme-neon":
version "0.0.0"
dependencies:
"@fortawesome/fontawesome-svg-core" "^1.2.36"
"@fortawesome/free-brands-svg-icons" "^5.15.4"
"@fortawesome/free-solid-svg-icons" "^5.15.4"
"@fortawesome/react-fontawesome" "^0.1.15"
"@rebass/preset" "^4.0.5"
"@tippy.js/react" "^3.1.1"
assert "^2.0.0"
babel-plugin-styled-components "^2.0.6"
gatsby-plugin-image "^2.10.0"
gatsby-plugin-manifest "^4.10.1"
gatsby-plugin-react-helmet "^5.10.0"
gatsby-plugin-sharp "^4.10.1"
gatsby-plugin-styled-components "^5.10.0"
gatsby-plugin-typescript "^4.10.0"
gatsby-source-contentful "^7.8.1"
gatsby-source-medium "^4.10.0"
gatsby-transformer-remark "^5.10.1"
react-awesome-reveal "^3.8.1"
react-headroom "^3.2.0"
react-helmet "^6.1.0"
react-markdown "^7.0.0"
react-text-loop "^2.3.0"
rebass "^4.0.7"
styled-components "^5.3.3"

gatsby-transformer-remark@^5.10.1:
version "5.10.1"
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-5.10.1.tgz#6e4d73eef1cef42abfb2db1a9ada999aeaa76228"
Expand Down

0 comments on commit 3594c83

Please sign in to comment.