πŸš€ μ˜€ν”ˆ

@JunYong Β· August 31, 2022 Β· 1 min read

1.gatsby-starter-hoodie theme μ‚¬μš©ν•˜μ—¬ λΈ”λ‘œκ·Έ 생성

$ npx gatsby new my-hoodie-blog https://github.com/devHudi/gatsby-starter-hoodie

ν”„λ‘œμ νŠΈ ꡬ쑰

μ•„λž˜ ν”„λ‘œμ νŠΈ ꡬ쑰λ₯Ό μ°Έκ³ ν•˜μ—¬ μ»€μŠ€ν„°λ§ˆμ΄μ§• ν•  수 μžˆμŠ΅λ‹ˆλ‹€ πŸ™Š.

β”œβ”€β”€ node_modules
β”œβ”€β”€ contents
β”‚Β Β  └── posts // your articles are here
β”œβ”€β”€ public // build outputs are here
└── src
    β”œβ”€β”€ assets
    β”‚Β Β  └── theme // theme config is here
    β”œβ”€β”€ components
    β”‚Β Β  └── Article
    β”‚    Β Β  └── Body
    β”‚        Β Β  └── StyledMarkdown
    β”‚            Β Β  └── index.jsx // markdown styles are here
    β”‚   ...
    β”œβ”€β”€ fonts // webfonts are here
    β”œβ”€β”€ hooks
    β”œβ”€β”€ images
    β”œβ”€β”€ pages // page components are here
    β”œβ”€β”€ reducers
    β”œβ”€β”€ templates // post components are here
    └── utils
@JunYong
Hello :) I'm Jun.D FrontEnd Developer