Skip to content

Releases: celsopalmeiraneto/personal-website

v2.2.0

19 Oct 18:42
731efd0
Compare
Choose a tag to compare

2.2.0 (2022-10-19)

Features

  • create symlinks for assets in case they exist (8bed795)
  • displays cover image for post when available (038745f)
  • writes post about arithmetic progressions (ff65df1)

v2.1.1

05 Oct 13:45
4ec3fd5
Compare
Choose a tag to compare

2.1.1 (2022-10-05)

Bug Fixes

  • deploy: changes trigger action (015d121)

v2.1.0

04 Oct 21:49
8e14241
Compare
Choose a tag to compare

2.1.0 (2022-10-04)

Features

  • adds RSS autodiscovery to header section (33774c9)
  • basic resume page (b1a8004)
  • implement basic resume (3a455a2)
  • implements deploy action (b0fbebe)
  • implements rss feed (7c3a259)
  • removes hard-coded english on resume page (135d9ba)

Bug Fixes

  • sets maximum width for code blocks (f8b89f5)

v2.0.1

17 Sep 16:13
859e58e
Compare
Choose a tag to compare

2.0.1 (2022-09-17)

Bug Fixes

v2.0.0

17 Sep 15:58
e66a530
Compare
Choose a tag to compare

2.0.0 (2022-09-17)

Features

  • add titles to pages (f88dc6d)
  • adds to post-it's (02d6dc5)
  • adds blog post page (fe1f1cb)
  • adds static path for blog posts (e200c81)
  • adds tags to bottom of post (051572d)
  • brings common UI items to _app.tsx (a8f952b)
  • changes bio, post-it, removes my photo (5d2e020)
  • changes copy and header layout (4fc356f)
  • converts basic html to next.js (174084d)
  • fixes external links and adds linkedin (be0cbea)
  • formats code blocks on blog posts (eb24ef9)
  • implements basic reading of all posts (f6b2e06)
  • implements post page serving content from markdown (aecb740)
  • implements slugs for posts (ad17a32)
  • improved text and added goodreads (a67a328)
  • improves styling for post page (cdef375)
  • lists posts on the home by looking at posts folder (f0a99fc)
  • mock: removes old resources (a094eb2)
  • mock: starts new mock (711bbac)
  • post-it: creates component and starts using it (778daa2)
  • redesigned the whole top layout (e3dbb0c)
  • replaces header h1 with normal p (2f6844b)
  • section: implements component and starts using it (15e5132)
  • sends full post to post page (c11f819)
  • style tables on posts and code font siz4 (e42d682)
  • write blog post on destructuring performance (1003258)

Bug Fixes

  • hammer typescript error (6526ef7)
  • parsing of dates to string (4e0f9ae)

Miscellaneous Chores