summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-01Version Packages (#1472)create-astro@0.6.3astro@0.20.9@astrojs/renderer-react@0.2.2Gravatar github-actions[bot] 17-17/+17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-01chore: add alt type (#1471)Gravatar Yoshiaki Togami 1-0/+1
2021-09-30Do we really need a massive 5MB+ banner that takes multiple seconds to load ↵Gravatar Joshua Byrd 1-1/+1
when people open the readme? (#1459) * 5MB PNG > 789K JPG * Different RAW address * Revert "Different RAW address" This reverts commit db47b992116c04a1abfccbe6ce6e43e82e61a621.
2021-09-29Portfolio example fix (#1457)Gravatar Peter Cook 3-3/+3
* Fix project page in portfolio example Projects list was blank because template filter uses publishDate but front matter uses published_at. Changed front matter to publishDate. * Fix nested projects in portfolio example
2021-09-28Version Packages (#1451)@astrojs/renderer-lit@0.1.2Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-28Version Packages (#1442)astro@0.20.8Gravatar github-actions[bot] 17-17/+17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-27Update /examples/docs/.../MoreMenu.astro (#1446)Gravatar Caleb Jasik 1-1/+1
2021-09-23Update gradient background sizing. (#1417)Gravatar jake m 1-0/+2
2021-09-21Fix typo (#1404)Gravatar Tim Jensen 1-2/+2
Portfolio missing t.
2021-09-16update examples for stackblitz (#1379)Gravatar Fred K. Schott 222-8175/+170
2021-09-15Version Packages (#1377)astro@0.20.7Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-14Version Packages (#1358)astro@0.20.6@astrojs/renderer-vue@0.1.8@astrojs/renderer-svelte@0.1.2@astrojs/renderer-solid@0.1.1@astrojs/renderer-react@0.2.1@astrojs/renderer-preact@0.2.2@astrojs/renderer-lit@0.1.1Gravatar github-actions[bot] 18-21/+21
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-14Add types to examples and docs (#1347)Gravatar Matthew Phillips 6-17/+46
* Adds a changeset * Add types to examples and docs * Make changes based on review feedback * Avoid using the variable named props * Make path a const
2021-09-09Version Packages (#1344)Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-09Revert "Version Packages (#1303)"Gravatar Fred K. Schott 18-18/+18
This reverts commit 1a88cfde7d2b3854e279c1bf3e12adf5d2155801.
2021-09-09Version Packages (#1303)Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-06cleanup docs changesGravatar Fred K. Schott 21-287/+23
2021-09-06[ci] yarn formatGravatar FredKSchott 19-38/+105
2021-09-06Adds examples pageGravatar aFuzzyBear 21-23/+220
2021-09-04examples: Fix with-tailwindcss example #1256 (#1312)Gravatar kreako 2-1/+1
2021-09-03Comment out RSS call in example (#1302)Gravatar Tushar Sadhwani 1-13/+15
* Comment out RSS call in example * Update [...page].astro Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-01Version Packages (#1271)create-astro@0.6.2astro@0.20.4Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-01[ci] yarn formatGravatar FredKSchott 4-10/+13
2021-08-31Checked the astro configs for the templates, (#1282)Gravatar Peter Singh 6-10/+34
* Checked the astro configs for the templates, * Update astro.config.mjs * Update package.json Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-27Version Packages (#1252)astro@0.20.3Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-27Fixes #1249 (#1250)Gravatar Patrick Gotthardt 4-4/+4
Adjust the layout imports in all md files so that they can be resolved.
2021-08-27Version Packages (#1246)create-astro@0.6.1astro@0.20.2@astrojs/parser@0.20.2Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 4-58/+64
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 1-0/+4
2021-08-26improve introduction page of example/docsGravatar Fred K. Schott 1-2/+6
2021-08-26Merge branch 'okikio/main' (#1111)Gravatar Fred K. Schott 45-1007/+1796
2021-08-26add algolia and cleanup docs readmeGravatar Fred K. Schott 19-617/+286
2021-08-26Version Packages (#1239)astro@0.20.1Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-26WIP update examples/docs/Gravatar Okiki 43-692/+1812
2021-08-26add "astro preview" command (#1226)Gravatar Fred K. Schott 19-18/+37
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
2021-08-26Version Packages (#1228)astro@0.20.0@astrojs/markdown-support@0.3.0Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-25[ci] yarn formatGravatar FredKSchott 2-142/+145
2021-08-25stop building, bundling, and transforming public/ files (#1210)Gravatar Fred K. Schott 9-180/+182
* stop bundling public/ files * update www and examples
2021-08-25Upgrade unified deps and improve unified plugins types (#1200)Gravatar Robin Métral 2-2/+3
* Upgrade @astrojs/markdown-support deps and update types * Add changeset * Update changeset * Switch astro-markdown-plugins example to use rehype-autolink-headings Usage of remark-autolink-headings is discouraged in favor of the rehype counterpart: https://github.com/remarkjs/remark-autolink-headings\#remark-autolink-headings * Add stricter types for unified plugins This includes a few suggestions from a code review: - use vfile.toString instead of vfile.value.toString - refactor plugins to follow unified best practices instead of returning functions that return a plugin - use any instead of any[] for plugin options types * Narrow down types to more specific hast or mdast typings
2021-08-24Fix CSS in docs example (#1221)Gravatar Marcus Otterström 1-2/+3
2021-08-24Version Packages (#1217)astro@0.19.4Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-23Version Packages (#1206)astro@0.19.3Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-23[ci] yarn formatGravatar FredKSchott 2-4/+6
2021-08-23Add zod schema validation (#1198)Gravatar Fred K. Schott 16-211/+195
* add zod schema validation * update pageUrlFormat config name * add trailing slash support to config
2021-08-23Add Astro `<Debug/>` component (#675)Gravatar Caleb Jasik 1-0/+3
* Initial MVP Debug component * Document the prettifying of the input * Just make `<Debug/>` a wrapper around `<Prism/>` lol * feat: add details/summary debug component * chore: remove Props (unused) * fix: prefer `div` to semantic elements * chore: format * fix: prop-drill `class` into components * fix: ensure `astro/components` are evaluated lazily * feat(debug): export debug component from `astro/debug` * fix: minimal example local snowpack config * docs: add debugging docs * chore: add changeset * docs: update debug docs Co-authored-by: Nate Moore <nate@skypack.dev>
2021-08-23Version Packages (#1181)astro@0.19.2Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-20CodeSandbox-izing via template override (#1167)Gravatar Sarah Rainsberger 2-0/+11
* initial commit * Added to config to specify port and node version. I think this will be all that's needed.
2021-08-19Version Packages (#1163)astro@0.19.1@astrojs/markdown-support@0.2.4Gravatar github-actions[bot] 18-18/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-18walk-back examples/snowpack changesGravatar Fred K. Schott 7-12/+11
2021-08-18add dev script, switch documentation from advising start to dev script (#1141)Gravatar Jonathan Neal 32-21/+39