summaryrefslogtreecommitdiff
path: root/examples/blog/src/content (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-11-21feat: support new location for content config (#12475)Gravatar Matt Kane 1-16/+0
* feat: support new location for content config * Test fixes * Handle missing dir * Handle missing content dir * chore: changes from review * Revert legacy fixtures * Clarify changeset
2024-08-05sort newest to oldest (#11587)Gravatar Jeff R 2-2/+2
* sort newest to oldest * Update pubDate to preserve a meaningful order in the examples/blog folder
2024-05-08Fix markdown of `markdown-style-guide.md` in the blog example (#10962)Gravatar Eduardo Pereira 1-10/+10
2024-05-01Fix typos (#10923)Gravatar Viktor Szépe 1-1/+1
2024-02-21Fix blog ordering (#10168)Gravatar zsombok 2-2/+2
Co-authored-by: David Zsombok <david.zsombok@baxter-it.com>
2023-12-08feat(examples): make content collections type explicitGravatar __dil__ 1-0/+1
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Bjorn Lu <34116392+bluwy@users.noreply.github.com> Co-authored-by: Florian Lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2023-09-04chore: use `z.coerce.date()` to pass input through `new Date(input)`. (#8383)Gravatar Michael Oliver 1-8/+2
2023-08-15Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 1-1/+1
2023-08-11[ci] release (beta) (#7952)astro@3.0.0-beta.1@astrojs/vercel@4.0.0-beta.1@astrojs/telemetry@3.0.0-beta.1@astrojs/solid-js@3.0.0-beta.1@astrojs/react@3.0.0-beta.1@astrojs/preact@3.0.0-beta.1@astrojs/netlify@3.0.0-beta.1@astrojs/cloudflare@7.0.0-beta.1Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-10Update path to image in public/ to suppress warning (#8026)Gravatar Shinya Fujino 1-1/+1
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-10Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 1-6/+113
2023-08-09[ci] formatGravatar ElianCodes 1-14/+14
2023-08-09fixed image path and add markdown syntax in example (#7802)Gravatar Keshav Mohta 1-6/+113
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Elian ☕️ <hello@elian.codes>
2023-08-08chore: update prettier to `3.0` (#7957)Gravatar Emanuele Stoppa 1-1/+1
2023-07-25Blog theme styling updates (#7768)Gravatar Mark Peck 5-6/+6
* whole lotta updates and including some new fonts * update placeholders * fix mobile first child * remove experimental stuff * adding accessible text to header icon links * preloading font files * i did dum things --------- Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
2023-06-26Format markdown files (#7439)Gravatar Bjorn Lu 4-16/+16
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-01-18Migrate blog and docs starters to content collections (#5858)Gravatar Ben Holmes 6-0/+207
* docs: update README for `content/` * chore: update env * feat: update blog to use content collections * chore: remove with-content starter * fix: single quotes -> double * feat: update docs starter to content collections * refactor: config -> consts * chore: import type * edit: Astro will -> Use Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: remove unused null check * nit: spacing * nit: `as Props` 1 Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * nit: `as Props` 2 Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: consistent CONSTS usage * chore: `type` imports at top * chore: consistent quote usage on YAML * chore: remove `as Props` from docs Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>