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
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'master' into try-external-theme
yathomasi committed May 24, 2022
commit 58b681305f9c1bbc00f7b5937b10bddeb51147d0
19 changes: 19 additions & 0 deletions .github/workflows/deploy-master.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy Master

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: 'dvc-org'
heroku_email: 'juliannagal18@gmail.com'
buildpack: 'https://github.com/heroku/heroku-buildpack-static.git'
dontautocreate: true
4 changes: 2 additions & 2 deletions .github/workflows/link-check-deploy.yml
Original file line number Diff line number Diff line change
@@ -23,9 +23,9 @@ jobs:
status: queued
- name: Run Link Check
id: check
uses: iterative/link-check.action@v0.9
uses: iterative/link-check.action@v0.11
with:
diff: true
diff: master
configFile: config/link-check/config.yml
rootURL: '${{ github.event.deployment.payload.web_url }}'
output: checksAction
8 changes: 8 additions & 0 deletions content/authors/alex_kim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Alex Kim
avatar: alex_kim.jpeg
links:
- https://www.linkedin.com/in/alex000kim/
---

Solutions Engineer at [Iterative](https://iterative.ai/)
2 changes: 1 addition & 1 deletion content/authors/maria_khalusova.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Maria Khalusova
avatar: maria_khalusova.jpeg
avatar: maria_khalusova.jpg
links:
- https://twitter.com/mariaKhalusova
---
8 changes: 8 additions & 0 deletions content/authors/rob_dewit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Rob de Wit
avatar: rob_dewit.jpg
links:
- https://www.linkedin.com/in/rcdewit/
---

Developer Advocate at [Iterative](https://iterative.ai)
3 changes: 2 additions & 1 deletion content/blog/2020-07-07-cml-release.md
Original file line number Diff line number Diff line change
@@ -134,7 +134,8 @@ cml:

# Visualize loss function diff
- dvc plots diff --target loss.csv --show-vega master > vega.json
- vl2png vega.json | cml publish --md >> report.md
- vl2png vega.json > plot.png
- cml publish --md plot.png >> report.md
- dvc push data --run-cache
- cml send-comment report.md
```
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ $ docker run --name myrunner -d --gpus all \
-e RUNNER_LABELS=cml,gpu \
-e RUNNER_REPO=$my_repo_url \
-e repo_token=$my_repo_token \
iterativeai/cml:0-dvc2-base1-gpu
iterativeai/cml:0-dvc2-base1-gpu runner
```

where:
2 changes: 1 addition & 1 deletion content/blog/2020-11-25-november-20-community-gems.md
Original file line number Diff line number Diff line change
@@ -189,7 +189,7 @@ $ sudo docker run --name myrunner -d --gpus all \
-e RUNNER_REPO=$CI_SERVER_UR \
-e repo_token=$REGISTRATION_TOKEN \
-e RUNNER_DRIVER=gitlab \
iterativeai/cml:0-dvc2-base1-gpu
iterativeai/cml:0-dvc2-base1-gpu runner
```

We did this so you'll avoid running up GPU hours and a big bill. If you're not
6 changes: 4 additions & 2 deletions content/blog/2021-10-15-october-21-heartbeat.md
Original file line number Diff line number Diff line change
@@ -296,15 +296,17 @@ jobs:
-x actual \
-y predicted \
--show-vega master > vega.json
vl2png vega.json -s 1.5 | cml publish --md >> report.md
vl2png vega.json -s 1.5 > plot.png
cml publish --md plot.png >> report.md

# Publish regularization function diff
echo "### Effects of regularization" >> report.md
dvc plots diff \
--target estimators.csv \
-x Regularization \
--show-vega master > vega.json
vl2png vega.json -s 1.5 | cml publish --md >> report.md
vl2png vega.json -s 1.5 > plot.png
cml publish --md plot.png >> report.md

cml send-comment report.md
```
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.