Spicy Cookie Tech Blog(by Gatsby)
Indigo | Lilac |
---|---|
Mint | Rose |
---|---|
root
┣ gatsby-config.js
┣ gatsby-metadata.js
┗ gatsby-node.js
src
┣ components
┃ ┣ Common
┃ ┃ ┣ Button.js
┃ ┃ ┣ ContentWrapper.js
┃ ┃ ┣ Footer.js
┃ ┃ ┣ Header.js
┃ ┃ ┣ Layout.js
┃ ┃ ┗ ThemeChanger.js
┃ ┣ Post
┃ ┃ ┗ Navigator.js
┃ ┣ Section
┃ ┃ ┣ Category.js
┃ ┃ ┣ PostCard.js
┃ ┃ ┗ Profile.js
┃ ┗ Service
┃ ┃ ┣ Seo.js
┃ ┃ ┗ Utterances.js
┣ lib
┃ ┣ fonts
┃ ┃ ┗ fonts.css
┃ ┣ hooks
┃ ┃ ┗ useLocalStorage.js
┃ ┗ styles
┃ ┃ ┣ githubStyles.js
┃ ┃ ┣ globalStyles.js
┃ ┃ ┗ theme.js
┣ pages
┃ ┣ 404.js
┃ ┗ index.js
┗ templates
┃ ┗ post-frame.js