summaryrefslogtreecommitdiff
path: root/examples/portfolio/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 5-5/+11
2021-07-01update example astro inline docs (#592)Gravatar Fred K. Schott 1-1/+5
2021-06-24New Props API (#515)Gravatar Nate Moore 3-3/+3
* 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-05-21Revert stylegen (#228)Gravatar Drew Powers 1-1/+1
2021-05-11Fix portfolio example (#196)Gravatar Drew Powers 1-3/+5
2021-05-07Improve Snowpack docs styling (#180)Gravatar Drew Powers 1-1/+1
2021-05-04Fix `fetchContent` for nested files (#171)Gravatar Nate Moore 1-0/+23
* fix: fetchContent within nested folders * feat: add `sourceId` to fetchContent * test: update collection tests * fix: windows compat for importPath * chore: add changeset * fix: astroRoot => projectRoot * feat: add `slash` package * chore: remove sourceId prop * chore: update changeset * format
2021-04-30Add portfolio example (#140)Gravatar Drew Powers 15-0/+754
* Add portfolio example * Feedback