summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-12[ci] release (#4707)astro@1.2.2@astrojs/vue@1.0.2@astrojs/vercel@2.0.0@astrojs/rss@1.0.1Gravatar Fred K. Bot 23-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09[ci] release (#4702)astro@1.2.1@astrojs/image@0.7.0Gravatar Fred K. Bot 23-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09[ci] release (#4698)astro@1.2.0Gravatar Fred K. Bot 23-24/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09Fix theme.css location in docs starter project (#4697)Gravatar Brendan O'Leary 1-2/+2
* Fix theme.css location in docs starter project * Also fix in diff display Co-authored-by: Brendan O'Leary <boleary@gitlab.com>
2022-09-09[ci] release (#4680)astro@1.1.8@astrojs/react@1.1.2@astrojs/image@0.6.1Gravatar Fred K. Bot 23-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-08[ci] formatGravatar matthewp 1-1/+1
2022-09-07fix: add private to component to prevent accidental publish (#4668)Gravatar Nate Moore 1-0/+1
Co-authored-by: Nate Moore <nate@astro.build>
2022-09-07chore: update component template (#4540)Gravatar Dan Jutan 19-226/+44
Co-authored-by: Nate Moore <nate@astro.build>
2022-09-07[ci] release (#4657)astro@1.1.7@astrojs/preact@1.1.0@astrojs/image@0.6.0Gravatar Fred K. Bot 24-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-06[ci] release (#4620)astro@1.1.6@astrojs/vue@1.0.1@astrojs/image@0.5.1@astrojs/alpinejs@0.1.2Gravatar Fred K. Bot 24-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-06[ci] formatGravatar Jutanium 1-1/+0
2022-09-06Update portfolio, removing Sass and Preact (#4556)Gravatar Dan Jutan 20-457/+400
* remove sass and preact from portfolio example * add back public folder * remove lockfile * Update examples/portfolio/src/layouts/project.astro Co-authored-by: Ben Holmes <hey@bholmes.dev> * run prettier * Update examples/portfolio/src/pages/index.astro Co-authored-by: Ben Holmes <hey@bholmes.dev> * remove wrapper class * remove button component; fix padding * improve mobile layout * lockfile * Revert "lockfile" This reverts commit e32518f4443d0b16cf0ec2301bac8690d57c2360. * Update examples/portfolio/src/pages/index.astro Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update examples/portfolio/src/components/Nav.astro Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * update astro * lockfile (again) Co-authored-by: Ben Holmes <hey@bholmes.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-09-06remove subpath and env-vars examples (#4606)Gravatar Dan Jutan 29-318/+0
2022-09-06fix: add unique key to elements in map (#4607)Gravatar Halí V 1-1/+1
2022-09-03examples: Blog template changes (#4577)Gravatar Daren Chandisingh 6-7/+7
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-09-02[ci] release (#4604)astro@1.1.5Gravatar Fred K. Bot 26-26/+26
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-02[ci] release (#4589)astro@1.1.4@astrojs/mdx@0.11.1@astrojs/image@0.5.0Gravatar Fred K. Bot 26-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-31[ci] release (#4555)astro@1.1.3@astrojs/vercel@1.0.2@astrojs/node@1.0.1@astrojs/netlify@1.0.2@astrojs/mdx@0.11.0@astrojs/image@0.4.0@astrojs/deno@1.0.1@astrojs/cloudflare@1.0.2Gravatar Fred K. Bot 26-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-31[ci] formatGravatar Jutanium 2-23/+20
2022-08-31Update templates to avoid devDependencies and :global (#4576)Gravatar Dan Jutan 29-151/+138
* devDependencies => dependencies * :global -> is:global * update lockfile * remove unneeded markdown dependency * fix remaining merge conflicts * update lockfile
2022-08-31Revert "Update templates to avoid devDependencies and :global (#4544)" (#4575)Gravatar Dan Jutan 29-144/+141
This reverts commit ca2d0728e421a19492dd88aa35c37626c6a2897a.
2022-08-31Update templates to avoid devDependencies and :global (#4544)Gravatar Dan Jutan 29-141/+144
* devDependencies => dependencies * :global -> is:global * update lockfile * remove unneeded markdown dependency
2022-08-30[ci] release (#4520)astro@1.1.2@astrojs/react@1.1.1@astrojs/mdx@0.10.3@astrojs/markdown-remark@1.1.1@astrojs/lit@1.0.1@astrojs/image@0.3.7Gravatar Fred K. Bot 26-35/+35
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-29fix: improve docs example (#4355)Gravatar Julius Marminge 20-163/+233
* fix: improve docs example * final touches * chore: prettier * lockfile * ci? * downgrade types node * fresh lockfile * lockfile and npmrc * remove debug log * Merge branch 'main' into docs-template-ts * merging lockfiles suck * update lockfile * satisfy linter
2022-08-26[ci] release (#4508)astro@1.1.1Gravatar Fred K. Bot 26-26/+26
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-26[ci] release (#4502)@astrojs/alpinejs@0.1.1Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-26[ci] release (#4495)create-astro@1.0.1astro@1.1.0@astrojs/solid-js@1.1.0@astrojs/react@1.1.0@astrojs/mdx@0.10.2@astrojs/markdown-remark@1.1.0Gravatar Fred K. Bot 26-36/+36
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-26Remove "as Props" from the astro examples (#4494)Gravatar Mohammed Elhaouari 8-8/+8
2022-08-26Update blog.astro (#4486)Gravatar Peter Singh 1-2/+2
2022-08-25[ci] release (next) (#4480)create-astro@1.0.1-next.0astro@1.1.0-next.0@astrojs/react@1.1.0-next.0@astrojs/mdx@0.10.2-next.0@astrojs/markdown-remark@1.1.0-next.0Gravatar Fred K. Bot 26-34/+34
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-25[ci] formatGravatar matthewp 1-1/+1
2022-08-25Add template tsconfigs for users to extend from (#4439)Gravatar Erika 25-311/+28
* Add tsconfig templates to extend from * Add changeset * Right order for assign parameters * Add tsconfigs to export map
2022-08-25[ci] release (#4453)astro@1.0.9Gravatar Fred K. Bot 26-26/+26
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-24feat: add screenshots to official theme readme files (#4442)Gravatar Moritz Stückler 4-1/+13
* feat: add screenshot to basic example * feat: add screenshot to blog examples * feat: add screenshots to docs example * feat: add screenshot to portfolio example
2022-08-23[ci] release (#4431)astro@1.0.8@astrojs/mdx@0.10.1Gravatar Fred K. Bot 26-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-22[ci] release (#4363)Gravatar Fred K. Bot 26-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-22chore(basics): update README folder structure (#4417)Gravatar Rui Saraiva 1-1/+3
2022-08-22add an alpine integration and update example (#4406)Gravatar Fred K. Schott 3-11/+5
2022-08-19Fix typo in the docs example (#4382)Gravatar Vincent Uden 1-2/+2
2022-08-17Switch examples favicon to use svg (#4331)Gravatar Nate Moore 70-20/+334
* chore(examples): switch favicon to svg * chore: astro.svg => favicon.svg * Update examples/basics/README.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-08-17Fix example blog post markdown-style-guide.md image extension (#4360)Gravatar Caleb 1-1/+1
2022-08-16[ci] release (#4333)astro@1.0.6@astrojs/mdx@0.10.0Gravatar Fred K. Bot 26-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-15fix(blog): height auto img (#4327)Gravatar Nate Moore 1-0/+1
Co-authored-by: Nate Moore <nate@astro.build>
2022-08-15[ci] formatGravatar FredKSchott 3-10/+10
2022-08-15image fix (#4322)Gravatar Fred K. Schott 18-47/+37
2022-08-13[ci] release (#4296)astro@1.0.5Gravatar Fred K. Bot 26-26/+26
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-13[ci] formatGravatar FredKSchott 1-1/+0
2022-08-13Reove: references to Lit (#4305)Gravatar Peter Singh 1-2/+2
2022-08-13[examples/blog] move copyGravatar Fred K. Schott 1-6/+6
2022-08-13update examples/blog package.jsonGravatar Fred K. Schott 1-1/+1