Draft
Add dedicated blog page with featured post grid#50
Conversation
Co-authored-by: adab-tech <179881660+adab-tech@users.noreply.github.com>
Co-authored-by: adab-tech <179881660+adab-tech@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add dedicated blog page at root level
Add dedicated blog page with featured post grid
Feb 10, 2026
Owner
|
@copilot hi |
Copilot stopped work on behalf of
adab-tech due to an error
May 30, 2026 07:57
adab-tech
approved these changes
Jun 4, 2026
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.
Creates a centralized blog hub at
/blog.htmlto replace the fragmentedstatic/longblog.htmlapproach. Provides a structured layout for showcasing research, op-eds, and project highlights.Changes
New
blog.htmlpage at root level.project-cardcomponent stylesNavigation update in
index.htmlBlog post cards structure
#post-slug) with "Coming soon" indicatorsFeatured Post Layout
The featured post spans full grid width with a 1:2 image-to-content ratio:
Screenshots
Desktop View

Mobile View

Navigation Integration

Posts use semantic HTML (
<article>, proper heading hierarchy) and inherit existing dark mode support. Design system consistency maintained via existing CSS variables.Original prompt
Create Dedicated Blog Page for Website
Objective
Create a new dedicated Blog page (
blog.html) at the root level of the website to serve as a central hub for op-eds, features, news, and write-ups. This will replace/enhance the currentstatic/longblog.htmlapproach and integrate properly with the main site navigation.Context
Currently, the blog content is located in
static/longblog.htmlwhich is not prominently featured in the main navigation. We need a professional, dedicated Blog page that:blog.htmlindex.htmlRequirements
1. Create
blog.htmlat Root LevelCreate a new file
blog.htmlwith:index.html2. Update
index.htmlNavigationAdd a "Blog" link to the main navigation in
index.html:3. Blog Post Structure
Each blog post card/item should display:
4. Initial Blog Posts to Feature
Post 1: Femigritude Literary Lab (Featured/Pinned)
static/femigritude-literary-lab-blog.html(from the previous PR)Post 2: AI's Impact on Language Research (Placeholder)
#(placeholder for now, or createblog/ai-language-research.html)Post 3: Postcolonial Theory (Placeholder)
#(placeholder for now, or createblog/postcolonial-theory-today.html)5. Design Requirements
index.html.project-cardfromindex.htmlindex.html6. Technical Considerations
<article>,<section>, etc.)styles.cssfrom the main site7. Future-Proofing
Structure the blog page so it's easy to:
File Structure
Acceptance Criteria
blog.htmlcreated at root level with hero section and blog gridThis pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.