skanjo / samer.kanjo.net

The personal web site of Samer Kanjo
https://samer.kanjo.net
0 stars 0 forks source link

(#36) add sidebar to reference content layout #56

Closed skanjo closed 4 months ago

skanjo commented 4 months ago

The goal of this change was to add a layout having a left sidebar for links to articles within a section. As part of this goal some addtional changes were made to improve the site in pursuit of this goal. The following changes have been applied:

Overall got a better understanding of 11ty collections and how to create a more data driven layout. Learned more about Tailwind use for layouts, styling, and transitions. Had to learn about conflicts using Tailwind transtions with Alpine. When Alpine is controlling the visibility of an element then you need to use the Alpine x-transition attributes to control the transition. You can use Tailwind classes as values in those attributes. You cannot however use those transitions on the element itself, won't work.

resolves #36