summaryrefslogtreecommitdiff
path: root/examples/blog/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-28[ci] yarn formatGravatar FredKSchott 1-12/+11
2021-06-28update the blog example (#565)Gravatar Fred K. Schott 21-633/+521
2021-06-28bug: changed initialization order of the author (#563)Gravatar Brian Hinton 1-1/+2
2021-06-24New Props API (#515)Gravatar Nate Moore 7-19/+32
* wip: update props api * feat(#139, #309): enable new props api * chore: migrate examples to new props API * docs: update syntax guide for new props API * chore: update examples to new props API * chore: update docs to new Props API * fix: hide __astroInternal from `Astro.props` consumers * chore: remove scratchpad file * chore: fix script error * test: fix failing collection tests * fix: set __astroInternal to `enumerable: false` * chore: add changeset * feat: warn users using old props api
2021-06-16Improvement/accessibility blog example (#475)Gravatar Brian Hinton 8-17/+20
* improvements: updated heading tag order, removed repeat alt values, added aria-labels * chore: added changeset
2021-05-28Create astro fixes (#267)Gravatar Drew Powers 2-21/+13
* Remove create-astro from workspace * Improve contrast ratio * Swap blank template for blog template * Remove counter components from blog template * Use `latest` astro version
2021-05-17Improve blog template (#217)Gravatar Drew Powers 22-275/+391
2021-05-11Add Astro.request.canonicalURL and Astro.site to global (#199)Gravatar Drew Powers 2-1/+12
2021-04-26Update defaults directory structure to `src` and `dist` (#132)Gravatar Nate Moore 18-0/+507
* chore: update defaults in docs * chore: update config defaults * test: update tests to config defaults * chore: update gitignore to new defaults * docs: update readme to new defaults * chore: update examples to new defaults * chore: update default exclude in lang server * chore: update tests * test: fix failing tests * chore: update www defaults