Skip to content

LellowMellow/LellowMellow.github.io

Repository files navigation

LellowMellow Blog

thumbnail

This is the codebase for my personal tech blog.

Inspired by gatsby-starter-hoodie and Notion.

Developed by a big fan of Notion.

Tech Stack

  • Gatsby
  • React
  • GraphQL
  • Markdown
  • Styled-components

File Structure

LellowMellow-blog/
├── contents/
│   └── posts/
│       └── example-post/
│           └── index.md
├── src/
│   ├── components/
│   │   ├── Database/
│   │   │   └── CardBlock/
│   │   │       └── index.jsx
│   │   ├── Icon/
│   │   │   └── index.jsx
│   │   ├── Layout/
│   │   │   └── index.jsx
│   │   └── PostCard/
│   │       └── index.jsx
│   ├── images/
│   │   └── logo.png
│   ├── pages/
│   │   ├── index.jsx
│   │   └── 404.jsx
│   ├── styles/
│   │   └── global.js
│   └── templates/
│       └── blog-post.jsx
├── static/
│   └── result.gif
├── gatsby-config.js
├── gatsby-node.js
├── package.json
└── README.md

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published