summaryrefslogtreecommitdiff
path: root/examples/blog/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Add types to examples and docs (#1347)Gravatar Matthew Phillips 2-2/+7
* 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-08-18add dev script, switch documentation from advising start to dev script (#1141)Gravatar Jonathan Neal 1-1/+1
2021-08-16cleanup example faviconsGravatar Fred K. Schott 1-2/+2
2021-08-16Adding favicon to examples (#1084)Gravatar Rafid Muhymin Wafi 1-0/+1
2021-08-11fix: language serverGravatar Nate Moore 1-0/+1
2021-08-04Reduce meta viewport tag (#1006)Gravatar Jonathan Neal 1-1/+1
2021-07-27Add an alt tag for the hero image in the blog example (#868)Gravatar Michael Stramel 3-4/+5
* Add an alt tag for the hero image * pass along * Create heavy-pumas-cross.md
2021-07-24Remove components from example md file (#831)Gravatar Lukas Murdock 1-6/+2
2021-07-19tsconfig fix (#752)Gravatar Fred K. Schott 1-1/+1
2021-07-18fix: fixes prop href of author component in example blog, was url (#734)Gravatar Guilherme Siquinelli 1-1/+1
2021-07-16Update docs in compiler messages (#710)Gravatar Caleb Jasik 1-1/+1
* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/` * convert links to docs site links * Fix broken links that didn't work w/ the regex. * Add changeset * Delete five-weeks-destroy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-13code review commentsGravatar Fred K. Schott 1-2/+1
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 2-2/+3
2021-07-08Move hydration directives to special attributes (#618)Gravatar Tony Sullivan 1-1/+1
* feat: :recycle: updating hydration to work with the directive syntax * test: :white_check_mark: Updating tests for the hydration directive syntax * refactor: Updating example projects for the hydration directive syntax * test: :white_check_mark: Found a test fixture still needing an update to the hydration directive syntax * style: Prettier strikes again! Reverting code formatting changes * refactor: :recycle: moving directive matching to a Set * refactor: Updating syntax to `client:load` * refactor: :recycle: Simplifying the `client:` directive match Per PR feedback from @matthewp * chore: errant console.warn() snuck into the last commit * feat: :loud_sound: Adding a super fancy build warning to update to the directive syntax * refactor: :recycle: Removing unnecessary checks when matching supported hydration directives `val` isn't being used for now, but leaving it in the attr destructuring as a reminder since it'll be needed for `client:media` * test: :white_check_mark: Including the original hydration syntax in a test to make sure it builds * style: :memo: Adding a comment to make it clear why the old hydration syntax is included in a the test markup * fix: :bug: updating `head` logic to recognize hydration directive syntax * docs: Adding changeset * refactor: :fire: Removing unnecessary `!hasComponents` check * docs: :memo: Adding more detail to the changset Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-08fix: sorting key for blog posts (#629)Gravatar Jim Nielsen 1-1/+1
The posts use a `publishDate` key, not a `date` key, so this wasn't sorting on anything.
2021-07-01update example astro inline docs (#592)Gravatar Fred K. Schott 1-1/+9
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