issues
search
devHudi
/
gatsby-starter-hoodie
🚀 gatsby-starter-hoodie is a gatsby starter developed for developers to build tech blogs.
https://gatsby-starter-hoodie.netlify.app
MIT License
216
stars
25
forks
source link
feature(frontmatter description 노출 기능)
#137
Closed
rxjw95
closed
1 year ago
rxjw95
commented
1 year ago
What does this PR do?
기존 frontmatter의 description은 블로그 목록에 표기되지 않는다.
graphql로 frontmatter의 description 속성을 함께 받아와서 존재 여부에 따른 노출 기능이 필요하다.
Related Links
Issue : #136
고민
같은 스타일을 가진 속성이기 때문에 컴포넌트 네이밍에 대한 고민이 필요한 것 같습니다. (SecondaryText?)
혹은, 두 컴포넌트로 분리시키는 방안도 좋을 것 같습니다. 그 이유는 excerpt는 200자 줄임으로 명시되어 있으나, description은 제한이 없을 것 같습니다. (description에 200자를 넣는 것이 쉬운 일은 아니지만...)
devHudi
commented
1 year ago
prettier 적용은 제가 해두었습니다 😄 (github actions CI가 돌려면 제 허가가 필요하네요 ㅎㅎ;)
What does this PR do?
Related Links
고민