-
Notifications
You must be signed in to change notification settings - Fork 7
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
feature/issue 34 blog landing page and all posts #84
Conversation
✅ Deploy Preview for super-tapioca-5987ce ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/pages/blog/index.html
Outdated
margin: var(--size-2); | ||
} | ||
|
||
.heading { |
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.
Good call out from @aholtzman
From the designs, we need to make this text a lot bigger and with the "pyramid" style of the news and text (e.g. the line break)
coverImage && coverImage !== "/assets/greenwood-logo-g.svg" ? "4px" : "14px"; | ||
|
||
return ` | ||
<li class="${styles.postsListItem}"> |
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.
@aholtzman observed that the designs promote a more tradition card layout, where in the whole card should probably be wrapped in a link / clickable, and then we should match the heading and body text color / etc accordingly to match
And we should also try and keep the rounded corners to similar ratios / degrees, so rounding off the image instead of a circle (and then play around with the padding / spacing a bit)
src/styles/theme.css
Outdated
@@ -70,3 +70,15 @@ app-header { | |||
display: block; | |||
margin: 10px 0 0; | |||
} | |||
|
|||
h2 > a > span.icon { |
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.
for deep link headings, convention seems to be
- Show on hover
- (optionally) move it to the right
- freshen up the link SVG we're using?
First round internal feedback
|
Related Issue
resolves #34 / #35
Summary of Changes
coverImage
frontmatter (optional)published
frontmatter and used for sortingabstract
frontmatterTODO
activeFrontmatter
working? 🤔(new issue / nice to have) sticky footer - footer doesn't touch the bottom on desktop blog landing page- with the cards, the page is long enough, so no worries for now 😮💨Upstreams
userWorkspace
in SSR context? - provide initializedcompilation
to custom loader script (and resource plugins) greenwood#1273Thoughts / Observations
<h1>
) headings have a link? - yes