1
1
mirror of https://github.com/mdx-js/mdx.git synced 2024-08-17 10:50:38 +03:00
Commit Graph

21 Commits

Author SHA1 Message Date
Remco Haszing
f12afda243
Refactor to use TypeScript @import JSDoc tags
Closes GH-2498.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
2024-06-26 12:35:50 +02:00
Titus Wormer
0e6dd7aa48
Update dev-dependencies 2024-02-10 12:00:57 +01:00
Titus Wormer
780fa02778
Refactor some more 2023-10-18 16:32:48 +02:00
Titus Wormer
a94f28521d
Refactor code-style 2023-10-18 14:38:06 +02:00
Titus Wormer
89097e4c31
Remove unmaintained dev-dependency 2023-10-16 17:43:31 +02:00
Titus Wormer
69d87e39f7
Refactor to enable some xo rules 2023-10-16 12:04:24 +02:00
Titus Wormer
e1d929e80a
Add some improved internal types 2023-10-14 16:07:54 +02:00
Titus Wormer
ac01ca2a76
Refactor tsconfig.jsons, add more types 2023-10-14 14:34:50 +02:00
Titus
a2c86936a9
Fix site
* new very fast, more spacious, playground
* proper syntax highlighting for MDX
* static (except for playground), no RSC, super fast, can be hosted everywhere
2023-09-29 20:57:34 +02:00
Titus Wormer
7087dec45a
Fix crash in capture-website 2022-10-20 09:06:44 +02:00
Titus
46fae4fcd0
Update dev-dependencies
Closes GH-1938.
Closes GH-1963.
Closes GH-1977.
2022-03-16 11:21:11 +01:00
Titus
7d09ef8266
Remove non-blog posts from feed (#1764) 2021-10-21 11:23:33 +02:00
Titus
1cc7553f21
Rework the style of open graph images (#1746) 2021-10-18 11:45:07 +02:00
Titus
0b9c2c55f7
Fix links and misc. improvements to the site (#1733) 2021-10-11 20:39:57 +02:00
Titus
982c322dea
Improve the docs (#1732) 2021-10-11 14:48:12 +02:00
Titus
dce2b4c760
Add proper authors, modified/published dates to site (#1727) 2021-10-09 15:30:28 +02:00
Titus
7b72f6ff33
Add a nice blog page (#1719)
Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
2021-10-06 20:00:21 +02:00
Titus
822fb99bc1
Use xo (#1682) 2021-09-26 18:02:09 +02:00
Titus
2b806ae902
Miscellaneous cleaning tasks (#1677)
* Add `remark-cli`, `prettier` back
* Update license years
* Reorder `package.json`
* Update `.gitignore`
* Update `.editorconfig`
* Remove `.gitattributes`
* Remove unneeded babel files
2021-09-24 12:58:28 +02:00
Titus
d8b666e5cd
Fix a couple bugs on the site (#1653) 2021-09-14 11:14:10 +02:00
Titus
917c9e1440
Add new, RSC + MDX based website (#1640)
* uses xdm for now, will switch to mdx-js/mdx when it has the features
* rsc is the future
* extremely optimized implementation, rich metadata, sitemap, rss feed
* improved playground(s)
* no framework, which makes sure we don’t favor one company over another
* currently a lot of new direct dependencies and custom code, which will
  presumably become less so when RSC hits mainstream as either someone
  else will build stuff that does things like this, or perhaps I will
  externalize it.
2021-09-13 10:53:41 +02:00