Migrate from Bulma to Pico CSS 2.x - #159
Merged
Merged
Conversation
- Switch from Bulma + Sass to Pico CSS (classful, light/dark auto) - Remove Sass build pipeline; use static CSS passthrough - Replace Font Awesome icons with plain text - Redesign homepage as blog-focused list with nav-based tabs - Convert project display from card grid to list layout with cover images - Bump version to 3.0.0
- Remove dead templates (cards-grid.njk, card.njk) - Remove unused _section.njk partial and centerContent front matter - Remove duplicate global .is-absolute CSS rule - Add .is-hidden-on-hover CSS rule for hover behavior - Fix inconsistent post link URLs on homepage - Fix indentation in _hero.njk - Fix <small> wrapping block-level <p> in footer
Fix broken project detail page links by using fileSlug instead of slugified title. Add middot separators between footer links. Remove unused filterCoverImage dead code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace Bulma CSS framework with Pico CSS 2.x across the entire site. This includes:
Details
Code Review Fixes Applied
fileSluginstead of slugified titlefilterCoverImagedead code from.eleventy.js