summaryrefslogtreecommitdiff
path: root/examples/blog (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-11Version Packages (#381)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-10Add integration test for templates (#372)Gravatar Drew Powers 1-5/+0
2021-06-08update discord linkGravatar Fred K. Schott 1-1/+1
2021-06-08Give the blog template a default `site` (#338)Gravatar Matthew Phillips 1-1/+1
Not having this causes it to throw in the build
2021-06-08redesign create-astro (#301)Gravatar Fred K. Schott 6-21/+75
* redesign create astro * add changeset * Use npm start * Update the astro version * Adds the changeset Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-06-08Version Packages (#330)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08Version Packages (#328)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08Version Packages (#325)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-07Version Packages (#323)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-07Version Packages (#318)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-05Version Packages (#299)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-04Version Packages (#298)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-04Version Packages (#295)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-02Version Packages (#291)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-02Version Packages (#285)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-01Change astroRoot to pages (#277)Gravatar Drew Powers 1-1/+1
#271
2021-05-29Version Packages (next) (#280)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-28Version Packages (next) (#227)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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-24ReleaseGravatar Matthew Phillips 1-1/+1
2021-05-17Improve blog template (#217)Gravatar Drew Powers 43-283/+419
2021-05-17chore: release v0.10.0Gravatar Nate Moore 1-1/+1
2021-05-17chore: version packagesGravatar Nate Moore 1-1/+1
2021-05-17Version Packages (#213)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-13Version Packages (#195)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-11Add Astro.request.canonicalURL and Astro.site to global (#199)Gravatar Drew Powers 3-1/+12
2021-05-06Add CSS bundling (#172)Gravatar Drew Powers 1-1/+1
* Add CSS bundling * Add Changeset * Update build script * Count better * Fix stats * Cleanup * Add test * Show profile ms under 750ms
2021-05-04chore: version packagesGravatar Nate Moore 1-1/+1
2021-05-04chore: version packagesGravatar Nate Moore 1-1/+1
2021-04-30Migrate to `yarn` monorepo (#157)Gravatar Nate Moore 3-999/+10
* chore: use monorepo * chore: scaffold astro-scripts * chore: move tests inside packages/astro * chore: refactor tests, add scripts * chore: move parser to own module * chore: move runtime to packages/astro * fix: move parser to own package * test: fix prettier-plugin-astro tests * fix: tests * chore: update package-lock * chore: add changesets * fix: cleanup examples * fix: starter example * chore: update changeset config * chore: update changeset config * chore: setup changeset release workflow * chore: bump lockfiles * chore: prism => astro-prism * fix: tsc --emitDeclarationOnly * chore: final cleanup, switch to yarn * chore: add lerna * chore: update workflows to yarn * chore: update workflows * chore: remove lint workflow * chore: add astro-dev script * chore: add symlinked README
2021-04-29example blog add buildoptions (#142)Gravatar duncanhealy 1-1/+8
* examples: add astroRoot to blog example * example: add astro config for `npm run build` #141
2021-04-26Update defaults directory structure to `src` and `dist` (#132)Gravatar Nate Moore 20-2/+2
* 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
2021-04-26Support 500 pages in the dev server (#131)Gravatar Matthew Phillips 1-0/+3
* Support 500 pages * Document custom 400/500 pages * Remove search from any pages not the 500 page * fix(kitchen-sink): add snowpack.config.js * fix(examples): add snowpack.config.js * style: redesign built-in 500 page Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-23Add RSS generation (#123)Gravatar Drew Powers 1-1/+12
2021-04-21Add sitemap generation (#120)Gravatar Drew Powers 1-0/+3
* Add sitemap generation * Update README * Fix index handling, sort sitemap * Add --no-sitemap CLI flag (and config option)
2021-04-14Improve Tailwind docs & Tailwind support (#92)Gravatar Drew Powers 1-0/+23
2021-04-13Add Astro.fetchContent API (#91)Gravatar Drew Powers 4-3/+4
2021-04-12Renaming to import.meta.fetchContent (#70)Gravatar Drew Powers 8-1771/+1117
* Change to import.meta.glob() Change of plans—maintain parity with Snowpack and Vite because our Collections API will use a different interface * Get basic pagination working * Get params working * Rename to import.meta.fetchContent * Upgrade to fdir
2021-04-10cleanup landing page, and small fixGravatar Fred K. Schott 1-5/+2
2021-04-10add counter componentGravatar Fred K. Schott 1-0/+17
2021-04-06Blog Support 1/3: Data fetching (#62)Gravatar Drew Powers 30-0/+2150
* Add example blog * Add author data * Improve navigation * Style nav * Add friendly error message * Throw error if import glob used for non-Markdown files * Use import.meta.collection() API instead * README fixes