A Blog to share development stories and posts released at brunch-stories
- 📦 : Static Site Built with Gatsby
- 💬 : Comment Component powered by Github Utterances
- 🧮 : Use GraphQL to parse and process .md / .json data
- 🧩 : ToC(Table of Contents) in Post Pages
- 🔁 : Impl Continuous Deployment using Github Actions
src
┣ components
┃ ┣ common // Generally-used components
┃ ┃ ┣ Sticky.tsx /** Ref: velopert/velog-client Repo */
┃ ┃
┃ ┣ lib // Generally-used keyframes, styled-component, and etc.
┃ ┃
┃ ┣ main // Index Page Components
┃ ┃
┃ ┣ post // Post Page Components
┃ ┃ ┣ CommentWidget.tsx /** Github Utterances */
┃ ┃
┃ ┣ profile // Profile Page Components
┃ ┃
┃ ┣ utils // Generally-used functions
┃ ┃ ┗ GetScrollTop.tsx
┃ ┃
┃ ┗ writer // Writer's Ground Components
┃
┣ hooks // To impl infinite scroll, optimize scroll events, and observe html header
┃
┣ pages
┃
┣ templates
┃ ┗ post_template.tsx
┃
┗ types // Generally-used types
┃ ┗ PostItem.types.ts
- Inflearn: React 기반 Gatsby로 기술 블로그 개발하기
- Github Repo: FacerAin/facerain-blog
- Github Repo: velopert/velog-client
- Gatsby Official Reference
- More on Pull Requests
- 📧 E-Mail : [email protected]
- Bug Report : Use 'Fix Bug' Issue Template