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

The Guild Blog x Nextra 4 #1783

Open
wants to merge 82 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 66 commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
8f7841c
remove deps
dimaMachina Oct 30, 2024
d95fa92
move
dimaMachina Oct 30, 2024
aaddab2
aa
dimaMachina Oct 30, 2024
04b005c
[skip ci]
dimaMachina Oct 30, 2024
7dde7ef
[skip ci]
dimaMachina Oct 30, 2024
1587079
more
dimaMachina Oct 30, 2024
5a19b6b
nextra 3 is rendering
dimaMachina Oct 30, 2024
95772f8
[skip ci]
dimaMachina Oct 30, 2024
aa1c0fe
[skip ci]
dimaMachina Oct 30, 2024
e205a8c
[skip ci]
dimaMachina Oct 30, 2024
c9c9073
more
dimaMachina Oct 30, 2024
f97d7e2
[skip ci]
dimaMachina Oct 30, 2024
39f0181
more
dimaMachina Oct 30, 2024
455389a
more
dimaMachina Oct 30, 2024
44e9ca8
logos
dimaMachina Oct 30, 2024
d0be599
moree
dimaMachina Oct 30, 2024
8fe4ae8
moree
dimaMachina Oct 30, 2024
ef5641f
more
dimaMachina Oct 30, 2024
03ab081
more
dimaMachina Oct 30, 2024
c1206f0
more
dimaMachina Oct 30, 2024
2721c1f
more
dimaMachina Oct 30, 2024
be046d7
more
dimaMachina Oct 30, 2024
a68e65d
more
dimaMachina Oct 30, 2024
3d7b429
more
dimaMachina Oct 31, 2024
cc17a18
more stuff
dimaMachina Nov 1, 2024
e1b57af
we have feed.xml
dimaMachina Nov 1, 2024
4d3ae52
aa
dimaMachina Nov 1, 2024
df8f2c3
more
dimaMachina Nov 1, 2024
8db1717
more
dimaMachina Nov 1, 2024
0ad4fd0
remove comments
dimaMachina Nov 1, 2024
364cf0e
yoyoyo
dimaMachina Nov 1, 2024
e8c6b9f
yoyo
dimaMachina Nov 1, 2024
f76ae8a
aa
dimaMachina Nov 1, 2024
1fc7440
more
dimaMachina Nov 1, 2024
5a6d460
more
dimaMachina Nov 1, 2024
ac7ea5b
more
dimaMachina Nov 1, 2024
884c18f
more
dimaMachina Nov 1, 2024
117f418
prettier
dimaMachina Nov 1, 2024
95ebd78
prettier
dimaMachina Nov 1, 2024
26ab41b
more
dimaMachina Nov 1, 2024
1be416d
more
dimaMachina Nov 1, 2024
4b00c15
more
dimaMachina Nov 1, 2024
17e0649
more
dimaMachina Nov 1, 2024
370fdb9
move content
dimaMachina Nov 3, 2024
8dd0a26
move nextra
dimaMachina Nov 3, 2024
e35c7ac
move
dimaMachina Nov 3, 2024
3af0d4e
more
dimaMachina Nov 3, 2024
cfe7cca
add wrapper
dimaMachina Nov 3, 2024
7439f87
rename to page.mdx
dimaMachina Nov 3, 2024
4be4779
move to blog
dimaMachina Nov 3, 2024
5c92528
pnpm i
dimaMachina Nov 3, 2024
ec0ad34
prettier
dimaMachina Nov 3, 2024
cdfba81
move blogs
dimaMachina Nov 3, 2024
a1a6c92
refactor link preview
dimaMachina Nov 3, 2024
d447ea4
more
dimaMachina Nov 3, 2024
8c8bffc
more
dimaMachina Nov 3, 2024
4564db6
more
dimaMachina Nov 3, 2024
4c5e2e4
yoyo
dimaMachina Nov 3, 2024
82822ca
remove link preview
dimaMachina Nov 3, 2024
8814a4f
remove link preview
dimaMachina Nov 3, 2024
aa94231
remove link preview
dimaMachina Nov 3, 2024
47d3956
more
dimaMachina Nov 4, 2024
07f9e18
dada
dimaMachina Nov 4, 2024
3efa6bf
more
dimaMachina Nov 4, 2024
f8c31ad
more
dimaMachina Nov 4, 2024
f5d6cfd
do not include code blocks in search
dimaMachina Nov 4, 2024
fae5c8e
Update website/app/layout.tsx
dimaMachina Nov 6, 2024
287e0e3
Update readme.md
dimaMachina Nov 6, 2024
c70465a
Update readme.md
dimaMachina Nov 6, 2024
4ece87a
should fix search
dimaMachina Nov 6, 2024
5e894a1
update instructions
dimaMachina Nov 6, 2024
e03c45d
remove unneeded field from next-sitemap
dimaMachina Nov 6, 2024
a381419
make type check works
dimaMachina Nov 6, 2024
ae4d44b
ttry
dimaMachina Nov 6, 2024
33b4a28
use node 22?
dimaMachina Nov 6, 2024
cbda0b0
upd deps
dimaMachina Nov 6, 2024
ac667c4
prettier
dimaMachina Nov 6, 2024
c438dc3
upd
dimaMachina Nov 9, 2024
8cd1cb7
Merge branch 'master' into update-to-nextra-4
dimaMachina Nov 9, 2024
39dbf86
moree
dimaMachina Nov 9, 2024
31e31b7
fixes
dimaMachina Nov 9, 2024
54ad3b1
more
dimaMachina Nov 10, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
projectName: guild-dev-website
prId: ${{ github.event.pull_request.number }}
websiteDirectory: website
buildScript: pnpm build && pnpm export
buildScript: pnpm build
artifactDir: out

blogsync:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ website/.env
eslint_report.json

.wrangler
_pagefind/
12 changes: 4 additions & 8 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ dist/
.next/
pnpm-lock.yaml
.husky/_/
website/out/
out/

# report about this bug in prettier
website/pages/blog/react-dom-event-handling-system.mdx
# remove when prettier will support MDX2
website/pages/services.mdx
website/pages/blog/graphqxl-language.mdx
website/pages/blog/graphql-eslint-3.14/index.mdx
# idk why it throws SyntaxError: Export 'pageMap' is not defined. (4:11)
website/env.d.ts
website/app/blog/\(2018\)/react-dom-event-handling-system/page.mdx
website/app/blog/\(2022\)/graphqxl-language/page.mdx
website/app/blog/\(2022\)/graphql-eslint-3.14/page.mdx

.wrangler
eslint_report.json
6 changes: 0 additions & 6 deletions .prettierrc.cjs

This file was deleted.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prettier:check": "prettier --cache --check ."
},
"devDependencies": {
"@theguild/eslint-config": "0.12.1",
"@theguild/prettier-config": "2.0.7",
"@theguild/eslint-config": "0.13.0-alpha-20241104001426-f5dc90111a376f3f5b924df834cad5040f9443dc",
"@theguild/prettier-config": "3.0.0-alpha-20241103180104-02d300b711e62e3067174b50b58060a490dc9e42",
"@vue/compiler-sfc": "^3.3.4",
"eslint": "8.57.0",
"eslint-plugin-mdx": "3.1.5",
Expand All @@ -32,10 +32,5 @@
"remark-preset-lint-recommended": "6.1.3",
"remark-preset-prettier": "2.0.1",
"typescript": "5.6.2"
},
"pnpm": {
"overrides": {
"hast-util-to-estree": "^3.0.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/blog-sync/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { toVFile } from 'to-vfile';
import { unified } from 'unified';
import { remove } from 'unist-util-remove';
import { visit } from 'unist-util-visit';
import { AUTHORS } from '../../../website/ui/authors.js';
import { AUTHORS } from '../../../website/app/_components/authors.js';

const DEV_TO_ORG_ID = 4467;

Expand Down
Loading
Loading