v0.12.0
Redesign
- Add slate accent color option in #296
- Add inter font via FontSource, extend Tailwind default theme in #308
- Update styling for hero, card, logo, projects, and about page in #309
BlogIndex.astro
: Update styling in #310- Use
ReactHeader.astro
everywhere, update styling in #314 - Create new
BlogTimeline
component andblogLine
page to replaceBlogIndex
in #316
Enhancements
- Create
getSortedPosts.astro
util to sort blog posts by published date in #284
Refactoring
- Move gpt chat files from utils to chat folder, update import in
gpt.astro
in #286 - Add type to
getCollection
, remove unused imports, update styles in #293 - Fix
formatDate.ts
typo in #289 - Optimize imports, update blog post content in #304
BaseLayout.astro
: ReplaceReactLayout.astro
, and fix BAS-102 in #315- Remove date options, already defined in
Intl.DateTimeFormatOptions
in #287
Content
- Add new blog post
ResetWindowsPassword
and update existing post titles in #283
Full Changelog: v0.11.2...v0.12.0