Commit graph

963 commits

Author SHA1 Message Date
bholmesdev
c16e79616a Revert "feat: support .md overrides for content collections"
This reverts commit c06f83ef85.
2023-03-06 10:11:18 -05:00
bholmesdev
5c16a5cfe9 chore: mdoc -> md 2023-03-06 10:11:18 -05:00
bholmesdev
ceb33696b4 fix: lock 2023-03-06 10:11:17 -05:00
bholmesdev
80a5015c7e docs: add note on Aside src 2023-03-06 10:11:17 -05:00
bholmesdev
7e9b2204b8 docs: README edits 2023-03-06 10:11:17 -05:00
bholmesdev
1297341e44 docs: change with-markdoc title 2023-03-06 10:11:17 -05:00
bholmesdev
a756e75673 docs: update example README 2023-03-06 10:11:17 -05:00
bholmesdev
2b072101db chore: remove unused deps 2023-03-06 10:11:17 -05:00
bholmesdev
6858350eb9 chore: unused style tag 2023-03-06 10:11:17 -05:00
bholmesdev
a19c774a1f chore: clean up Markdoc starter to essentials 2023-03-06 10:11:17 -05:00
bholmesdev
28520666fa chore: unused file 2023-03-06 10:11:17 -05:00
bholmesdev
9a1b274eb5 chore: with-markdoc strictNullChecks 2023-03-06 10:11:17 -05:00
bholmesdev
d57f5d1b3a play: add docs example with Aside and Since ported 2023-03-06 10:11:17 -05:00
bholmesdev
18ad9528c0 deps: add shiki for Code comp error 2023-03-06 10:11:16 -05:00
bholmesdev
8fc6c585d8 play: make sure md also works 2023-03-06 10:11:16 -05:00
bholmesdev
3ba5253ff7 wip: move mdx to collection type API 2023-03-06 10:11:16 -05:00
bholmesdev
2816b4f887 deps: mdx 2023-03-06 10:11:16 -05:00
bholmesdev
b64e64b1a8 feat: move Renderer to markdoc, get Content component! 2023-03-06 10:11:16 -05:00
bholmesdev
10c8fa16be deps: move to @astrojs/markdoc 2023-03-06 10:11:16 -05:00
bholmesdev
65846f4151 wip: get dream API for file loader working 2023-03-06 10:11:16 -05:00
bholmesdev
926c82d8a5 wip: play with separate markdoc config 2023-03-06 10:11:16 -05:00
bholmesdev
2b81656b67 fix: render attributes to html 2023-03-06 10:11:16 -05:00
bholmesdev
4b45522c88 deps: stringify-attributes 2023-03-06 10:11:16 -05:00
bholmesdev
9e5c5af3ce fix: component render bug 2023-03-06 10:11:16 -05:00
bholmesdev
30815b454a feat: basic Astro renderer in with-markdoc 2023-03-06 10:11:16 -05:00
Kanad Gupta
f4bf41bb27
fix: use official MDX extension ()
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-03-02 14:48:17 -06:00
Houston (Bot)
5c95f4f95a
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-02 14:32:38 -06:00
Houston (Bot)
71743aeca7
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-27 08:55:42 -05:00
weakish
9f0ae4e6eb
Update doc link in non-html-pages example README () 2023-02-25 19:54:36 +01:00
Houston (Bot)
a848a723f6
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-23 14:50:11 -06:00
Brian McManus
48b54d92ea
Fixes example README links to open in codespaces () 2023-02-23 11:20:19 -06:00
Brian McManus
7da05febea
Enhanced Astro codespace support ()
* Enhanced Astro codespace support

Enhances the base devcontainer and Dockerfile to provide a smoother
development experience out of the box for contributors.

Adds a devcontainer per example so that we can add buttons on astro.new
that will launch users straight into the appropriate example app.

* Cleanup devcontainers and pin base image

* Update .devcontainer/example-welcome-message.txt

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

---------

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-02-23 09:34:37 -06:00
Chris Swithinbank
5e86b011dc
Improve portfolio example icon support () 2023-02-23 15:48:01 +01:00
Eric P Sheets
a9a40d05d6
fix(examples/docs): future-proof Discord link () 2023-02-21 16:31:28 -06:00
Christofer J. Ekervhén
2a6d09e5d2
Fix import of type HTMLAttributes in blog example ()
* Fix extend type HTMLAttributes in blog example

* Update examples/blog/src/components/HeaderLink.astro

Co-authored-by: Christofer J. Ekervhén <45903979+ChrisEke@users.noreply.github.com>

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-02-21 14:21:19 +01:00
Houston (Bot)
2e4ca0370a
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-17 13:44:15 -05:00
Nate Moore
61113dd731
Fix prerendered page handling on Deno ()
* fix(deno): handle prerendered pages

* test(deno): add prerender test

* fix: defensively access vite.build.rollupOptions.external

* fix(deno): support other formats of rollupOptions.external

* fix(deno): crawl prerendered files for match

* fix(deno): ignore deno error in server file

* fix(deno): cross-platform serve file
2023-02-17 13:19:19 -05:00
Houston (Bot)
a486104692
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-17 14:48:21 +01:00
Houston (Bot)
fb4e79bf1f
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-16 14:36:33 -05:00
Houston (Bot)
66acc6a65c
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-15 22:54:16 +08:00
Houston (Bot)
4b89c2b553
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-15 08:05:27 -05:00
Houston (Bot)
27a0b6339b
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-13 15:26:13 -05:00
Houston (Bot)
d6845245f2
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-09 14:27:56 -05:00
bholmesdev
0c3485ab07 [ci] format 2023-02-09 14:50:17 +00:00
Ben Holmes
5616167358
Fix blog starter about page ()
* refactor: about.md -> about.astro

* chore: add strictNullChecks

* fix: format date on blog post layout
2023-02-09 09:48:29 -05:00
Houston (Bot)
919d0db428
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-08 14:11:29 -05:00
Houston (Bot)
d9061da447
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-07 17:08:12 -05:00
Houston (Bot)
27eecd3998
[ci] release ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-07 13:45:08 -05:00
Marcy Sutton-Todd
6147479abf
fix(portfolio): keyboard a11y for ThemeToggle ()
Hiding outline “except for Windows High Contrast Mode” makes this component inaccessible to all keyboard users. Removing this declaration allows the default focus outline to show.
2023-02-06 13:19:19 -06:00
Malte Ehrlen
61d47d25c6
fix example Card component style ()
* fix example Card component style

Card component has uneven border on hover, and in some cases the border is visible even when not hovering

* Delete neat-taxis-thank.md

---------

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-03 20:54:39 -06:00