Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Reusable Gatsby Theme #3396

Merged
merged 46 commits into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
48241f0
Remove plugins and config files moved to theme
rogermparent Mar 10, 2022
a6e2506
Merge branch 'master' into try-external-theme
rogermparent Mar 14, 2022
11a3080
Move and refactor stuff that was put into the theme
rogermparent Mar 22, 2022
b3c9b18
Merge branch 'master' of github.com:iterative/dvc.org into try-extern…
rogermparent Mar 22, 2022
cecf1de
Merge branch 'master' of github.com:iterative/dvc.org into try-extern…
rogermparent Mar 23, 2022
99f5a15
trailing slash: never
rogermparent Mar 24, 2022
93f8f18
Upgrade packages
rogermparent Mar 24, 2022
98e9b26
Merge branch 'master' of github.com:iterative/dvc.org into try-extern…
rogermparent Mar 24, 2022
0ffef66
Add getEditLink
rogermparent Mar 24, 2022
5a178e2
autoprefixer yarn.lock change
rogermparent Mar 24, 2022
f9b7035
Add more granular filesystem config entries
rogermparent Mar 26, 2022
44a048d
Switch image resolvers to use simpler File resolvers
rogermparent Mar 26, 2022
b95d9a9
gatsby-theme-iterative-docs => gatsby-theme-iterative
rogermparent Mar 26, 2022
857890d
Use @dvcorg/gatsby-theme-iterative
rogermparent Mar 26, 2022
797835d
Refactor around new theme name
rogermparent Mar 26, 2022
770488f
Double quotes in CSS
rogermparent Apr 5, 2022
21c57f9
Upgrade theme, fixing glossary pages
rogermparent Apr 5, 2022
fa2eb7d
Remove unused gatsby-node.ts from tsconfig
rogermparent Apr 5, 2022
ed59a02
Merge branch 'master' of github.com:iterative/dvc.org into try-extern…
rogermparent Apr 5, 2022
1e8a0d3
Update theme package
rogermparent Apr 7, 2022
be108e9
Add stylelint ignore for `a` and `color-mod` functions
rogermparent Apr 7, 2022
74554d5
Merge branch 'master' of github.com:iterative/dvc.org into try-extern…
rogermparent Apr 7, 2022
e15a0af
Fix TypeScript lint issues
rogermparent Apr 7, 2022
da814b9
Upgrade theme package (mostly lint fixes)
rogermparent Apr 7, 2022
0ff9f77
upgraded theme version and bare tailwind setup
yathomasi May 5, 2022
9984134
fix style
yathomasi May 23, 2022
959b38b
pkg upgrades
yathomasi May 23, 2022
58b6813
Merge branch 'master' into try-external-theme
yathomasi May 24, 2022
c33663a
Upgrade packages
rogermparent May 26, 2022
fbb82e8
Remove gatsby-plugin-sharp so it doesn't collide with theme
rogermparent May 26, 2022
b8c72ec
Upgrade theme and disable tailwind
rogermparent May 26, 2022
a84ce27
fix lint
yathomasi May 27, 2022
951e2a4
minor fix
yathomasi May 30, 2022
9745a8b
added linker terms
yathomasi May 30, 2022
e9607d0
upgrade theme
yathomasi Jun 1, 2022
f8a3aad
try beta theme
yathomasi Jun 1, 2022
d68d625
upgrade theme beta
yathomasi Jun 1, 2022
9731ea4
updated theme version
yathomasi Jun 2, 2022
29d1b39
added await to makeFeed
yathomasi Jun 2, 2022
e7674f1
Merge branch 'master' into try-external-theme
yathomasi Jun 2, 2022
7e22033
minor refactoring
yathomasi Jun 2, 2022
1f675df
fix a link error
yathomasi Jun 3, 2022
9be823e
fix image links
yathomasi Jun 6, 2022
49458b3
Merge branch 'master' into try-external-theme
yathomasi Jun 8, 2022
1203765
fixed warnings and dropdown
yathomasi Jun 8, 2022
59ef9a9
upgraded theme pacakge
yathomasi Jun 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"files": [
"src/utils/shared/*.?(js|ts)",
"src/gatsby/**/*.js",
"src/components/PageWrapper/index.js",
"scripts/**/*.js",
"config/**/*.js",
"src/server/**/*.js",
Expand Down
8 changes: 7 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
}
],
"selector-class-pattern": null,
"keyframes-name-pattern": null
"keyframes-name-pattern": null,
"function-no-unknown": [
true,
{
"ignoreFunctions": ["a", "color-mod"]
}
]
}
}
59 changes: 0 additions & 59 deletions config/gatsby-remark-embedder/custom-yt-embedder.js

This file was deleted.

19 changes: 0 additions & 19 deletions config/postcss/media.js

This file was deleted.

115 changes: 0 additions & 115 deletions config/postcss/mixins.js

This file was deleted.

71 changes: 0 additions & 71 deletions config/prismjs/dvc-commands.js

This file was deleted.

29 changes: 0 additions & 29 deletions config/prismjs/dvc-hook.js

This file was deleted.

64 changes: 0 additions & 64 deletions config/prismjs/dvc.js

This file was deleted.

Loading