-
Notifications
You must be signed in to change notification settings - Fork 58
feat: restyle blog #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: restyle blog #251
Conversation
- Add left sidebar with command categories and alphabetical list - Implement responsive design with mobile-first approach - Add search functionality with real-time filtering - Style command groups with improved readability - Add no-results message for empty searches Signed-off-by: Daniel Phillips <[email protected]>
- Add new blog layout with trending posts sidebar - Style blog cards and trending section Signed-off-by: Daniel Phillips <[email protected]>
- Create new blog-single.html template for individual blog posts - Add featured image support with default and random options - Improve author panel and share button components Signed-off-by: Daniel Phillips <[email protected]>
Signed-off-by: Daniel Phillips <[email protected]>
Signed-off-by: Madelyn Olson <[email protected]>
Signed-off-by: Madelyn Olson <[email protected]>
8f15ad7
to
e43fb03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually went and fixed the featured pages (had a quick offline and decided to make it featured instead of trending). Other than that merging as is.
I also noticed some behavior between the old and new website around the old website limiting the max width of the site. #266
Signed-off-by: Daniel Phillips <[email protected]>
@phiro56 Can you do a merge and address the conflicts? |
Signed-off-by: Daniel Phillips <[email protected]>
Description
Apply redesign ui to blog page and single post page
Dependencies