Skip to content

Commit 3353eab

Browse files
committed
.
1 parent 6852415 commit 3353eab

File tree

5 files changed

+82
-32
lines changed

5 files changed

+82
-32
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
name: Deploy
1+
# name: Deploy
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
# on:
4+
# push:
5+
# branches:
6+
# - main
77

8-
permissions:
9-
contents: write
8+
# permissions:
9+
# contents: write
1010

11-
jobs:
12-
build:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
17-
with:
18-
node-version: 20.3.1
11+
# jobs:
12+
# build:
13+
# runs-on: ubuntu-latest
14+
# steps:
15+
# - uses: actions/checkout@v2
16+
# - uses: actions/setup-node@v2
17+
# with:
18+
# node-version: 20.3.1
1919

20-
- name: Install node packages
21-
run: yarn
20+
# - name: Install node packages
21+
# run: yarn
2222

23-
- name: Build
24-
run: yarn build
23+
# - name: Build
24+
# run: yarn build
2525

26-
- name: Deploy 🚀
27-
uses: JamesIves/github-pages-deploy-action@v4
28-
with:
29-
folder: public
26+
# - name: Deploy 🚀
27+
# uses: JamesIves/github-pages-deploy-action@v4
28+
# with:
29+
# folder: public

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ yarn-error.log
6767
.pnp.js
6868
# Yarn Integrity file
6969
.yarn-integrity
70+
71+
# Local Netlify folder
72+
.netlify

gatsby-config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ module.exports = {
1010
siteUrl,
1111
},
1212
plugins: [
13-
// {
14-
// resolve: `gatsby-plugin-google-gtag`,
15-
// options: {
16-
// trackingIds: ["G-S9F9021Q9B"],
17-
// },
18-
// },
1913
`gatsby-plugin-catch-links`,
2014
`gatsby-plugin-robots-txt`,
2115
{

yarn.lock

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,13 @@
11481148
html-entities "^2.3.3"
11491149
strip-ansi "^6.0.0"
11501150

1151+
"@giscus/react@^3.0.0":
1152+
version "3.1.0"
1153+
resolved "https://registry.yarnpkg.com/@giscus/react/-/react-3.1.0.tgz#0ab77cc80d765989e87403ea7f50ba7a790a36c7"
1154+
integrity sha512-0TCO2TvL43+oOdyVVGHDItwxD1UMKP2ZYpT6gXmhFOqfAJtZxTzJ9hkn34iAF/b6YzyJ4Um89QIt9z/ajmAEeg==
1155+
dependencies:
1156+
giscus "^1.6.0"
1157+
11511158
"@graphql-codegen/add@^3.2.3":
11521159
version "3.2.3"
11531160
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-3.2.3.tgz#f1ecee085987e7c21841edc4b1fd48877c663e1a"
@@ -1434,6 +1441,18 @@
14341441
dependencies:
14351442
"@lezer/common" "^1.0.0"
14361443

1444+
"@lit-labs/ssr-dom-shim@^1.2.0":
1445+
version "1.3.0"
1446+
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.3.0.tgz#a28799c463177d1a0b0e5cefdc173da5ac859eb4"
1447+
integrity sha512-nQIWonJ6eFAvUUrSlwyHDm/aE8PBDu5kRpL0vHMg6K8fK3Diq1xdPjTnsJSwxABhaZ+5eBi1btQB5ShUTKo4nQ==
1448+
1449+
"@lit/reactive-element@^2.1.0":
1450+
version "2.1.0"
1451+
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-2.1.0.tgz#177148214488068ae209669040b7ce0f4dcc0d36"
1452+
integrity sha512-L2qyoZSQClcBmq0qajBVbhYEcG6iK0XfLn66ifLe/RfC0/ihpc+pl0Wdn8bJ8o+hj38cG0fGXRgSS20MuXn7qA==
1453+
dependencies:
1454+
"@lit-labs/ssr-dom-shim" "^1.2.0"
1455+
14371456
14381457
version "2.5.2"
14391458
resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.5.2.tgz#bc66fa43286b5c082e8fee0eacc17995806b6fbe"
@@ -2408,6 +2427,11 @@
24082427
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.33.tgz#1073c4bc824754ae3d10cfab88ab0237ba964e4d"
24092428
integrity sha512-gVC1InwyVrO326wbBZw+AO3u2vRXz/iRWq9jYhpG4W8LXyIgDv3ZmcLQ5Q4Gs+gFMyqx+viFoFT+l3p61QFCmQ==
24102429

2430+
"@types/trusted-types@^2.0.2":
2431+
version "2.0.7"
2432+
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
2433+
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
2434+
24112435
"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
24122436
version "2.0.11"
24132437
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
@@ -6449,6 +6473,13 @@ gh-pages@^5.0.0:
64496473
fs-extra "^8.1.0"
64506474
globby "^6.1.0"
64516475

6476+
giscus@^1.6.0:
6477+
version "1.6.0"
6478+
resolved "https://registry.yarnpkg.com/giscus/-/giscus-1.6.0.tgz#96c592e01829707b3a0ba72c2636c07a28b5c19d"
6479+
integrity sha512-Zrsi8r4t1LVW950keaWcsURuZUQwUaMKjvJgTCY125vkW6OiEBkatE7ScJDbpqKHdZwb///7FVC21SE3iFK3PQ==
6480+
dependencies:
6481+
lit "^3.2.1"
6482+
64526483
64536484
version "0.0.0"
64546485
resolved "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce"
@@ -7726,6 +7757,31 @@ linkfs@^2.1.0:
77267757
resolved "https://registry.yarnpkg.com/linkfs/-/linkfs-2.1.0.tgz#5cc774ad8ed6b0aae5a858bd67e3334cc300a917"
77277758
integrity sha512-kmsGcmpvjStZ0ATjuHycBujtNnXiZR28BTivEu0gAMDTT7GEyodcK6zSRtu6xsrdorrPZEIN380x7BD7xEYkew==
77287759

7760+
lit-element@^4.2.0:
7761+
version "4.2.0"
7762+
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-4.2.0.tgz#75dcf9e5fae3e3b5fd3f02a5d297c582d0bb0ba3"
7763+
integrity sha512-MGrXJVAI5x+Bfth/pU9Kst1iWID6GHDLEzFEnyULB/sFiRLgkd8NPK/PeeXxktA3T6EIIaq8U3KcbTU5XFcP2Q==
7764+
dependencies:
7765+
"@lit-labs/ssr-dom-shim" "^1.2.0"
7766+
"@lit/reactive-element" "^2.1.0"
7767+
lit-html "^3.3.0"
7768+
7769+
lit-html@^3.3.0:
7770+
version "3.3.0"
7771+
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-3.3.0.tgz#f66c734a6c69dbb12abf9a718fa5d3dfb46d0b7c"
7772+
integrity sha512-RHoswrFAxY2d8Cf2mm4OZ1DgzCoBKUKSPvA1fhtSELxUERq2aQQ2h05pO9j81gS1o7RIRJ+CePLogfyahwmynw==
7773+
dependencies:
7774+
"@types/trusted-types" "^2.0.2"
7775+
7776+
lit@^3.2.1:
7777+
version "3.3.0"
7778+
resolved "https://registry.yarnpkg.com/lit/-/lit-3.3.0.tgz#b3037ea94676fb89c3dde9951914efefd0441f17"
7779+
integrity sha512-DGVsqsOIHBww2DqnuZzW7QsuCdahp50ojuDaBPC7jUDRpYoH0z7kHBBYZewRzer75FwtrkmkKk7iOAwSaWdBmw==
7780+
dependencies:
7781+
"@lit/reactive-element" "^2.1.0"
7782+
lit-element "^4.2.0"
7783+
lit-html "^3.3.0"
7784+
77297785
77307786
version "2.5.2"
77317787
resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-2.5.2.tgz#37e28a9fb43405f4dc48c44cec0e13a14c4a6ff1"

0 commit comments

Comments
 (0)