Code Monkey home page Code Monkey logo

im-d.dev's Introduction

Im-D Blog

MockUp Design

color

Page

  • index : ๋ฉ”์ธ ํŽ˜์ด์ง€
  • blog : blog ํŽ˜์ด์ง€
  • tag : tag ๊ฒ€์ƒ‰ ํŽ˜์ด์ง€
  • blog post : ๋ธ”๋กœ๊ทธ Post ํŽ˜์ด์ง€

Component

  • AuthorCard
  • Card
  • Header
  • NextCard
  • Pagination
  • Post
  • PostList
  • Tag
  • TagList

Data

  • Avatar Image(์ถ”ํ›„ URL๋กœ ๋ณ€๊ฒฝ ์˜ˆ์ •)
  • Author
  • Blog Post Markdown

Feature

  • Tag ๊ฒ€์ƒ‰
  • ๋ธ”๋กœ๊ทธ ํฌ์ŠคํŠธ ๋‚ด ์ด๋™
  • ํŽ˜์ด์Šค๋ถ, ๊นƒํ—™ ์ด๋™
  • ์‚ฌ์ง„ํด๋ฆญ์‹œ ๊นƒํ—™ ์ด๋™
  • ๋Œ“๊ธ€

๐Ÿ”’ Post Rule

  • ์ƒˆ๋กœ์šด ํฌ์ŠคํŠธ๋Š” data/blog/ ํ•˜์œ„์— YYYY-MM-DD--Title์˜ ํ˜•ํƒœ์˜ ๋””๋ ‰ํ† ๋ฆฌ๋ฅผ ๋งŒ๋“ค์–ด ์ž‘์„ฑํ•œ๋‹ค.

    • ๋””๋ ‰ํ† ๋ฆฌ์˜ Title์—๋Š” ์˜๋ฌธ๋งŒ ์ž‘์„ฑํ•œ๋‹ค.
    • ํ•ด๋‹น ๋””๋ ‰ํ† ๋ฆฌ ์•ˆ์— index.md๋ฅผ ๋งŒ๋“ค์–ด ๊ธ€์„ ์ž‘์„ฑํ•œ๋‹ค.
  • index์˜ ์ตœ์ƒ์œ„์— ์ ์–ด์•ผํ•˜๋Š” ๋‚ด์šฉ์€ ์•„๋ž˜์™€ ๊ฐ™๋‹ค.

    title: 'test ๋ฌธ์„œ์ž…๋‹ˆ๋‹ค.'
    createdDate: '2019-03-16'
    updatedDate: '2019-03-17'
    author: Jinseong
    tags:
    
    - rendering
    - optimization
    - browser
    - html
    - css
    - http
    
    image: test.jpg
    draft: false
    
    ## markdown ์˜ฌ๋ฐ”๋ฅด๊ฒŒ ์ž‘์„ฑํ•˜๊ธฐ
    
    • ๊ธ€ ์ž‘์„ฑ์‹œ ์‚ฌ์šฉ๋˜๋Š” resources๋Š” ๋ชจ๋‘ ๊ฐ™์€ ๋””๋ ‰ํ† ๋ฆฌ์— ๋‹ด๋Š”๋‹ค.
    • title์€ ๊ธ€ ๋‚ด๋ถ€์˜ ์ œ๋ชฉ์ด๋ฉฐ ์™ธ๋ถ€์— ๋…ธ์ถœ๋˜๋Š” ์ œ๋ชฉ์ด๊ธฐ๋„ ํ•˜๋‹ค.
    • ๊ฒŒ์‹œ๊ธ€์€ createdDate๋ฅผ ๊ธฐ์ค€์œผ๋กœ ์ •๋ ฌ๋œ๋‹ค.
    • author๋Š” data/author.json์— ๋ฏธ๋ฆฌ ์ž…๋ ฅํ•ด๋‘” ์ •๋ณด๋ฅผ ์ด์šฉํ•œ๋‹ค.
    • tag๋Š” ๊ฒ€์ƒ‰์—๋„ ์ด์šฉ๋˜๋‹ˆ ์ตœ๋Œ€ํ•œ ์ž์„ธํžˆ ์ ๊ณ  camelCase๋ฅผ ์ด์šฉํ•œ๋‹ค.
    • image๋Š” thumnail๊ณผ ๊ฒŒ์‹œ๊ธ€ ์ตœ์ƒ์œ„์˜ ์‚ฌ์ง„์ด๋‹ค.
    • draft๋ฅผ ํ†ตํ•ด ์ž‘์„ฑํ•˜๊ณ  ์žˆ๋Š” ๊ธ€์€ ์ˆจ๊ธธ ์ˆ˜ ์žˆ๋‹ค.
    • title์„ ์ ๊ธฐ ๋•Œ๋ฌธ์— h1์˜ ๋‚ด์šฉ์€ ๋”ฐ๋กœ ์ž‘์„ฑํ•˜์ง€ ์•Š๋Š”๋‹ค.
  • prettier๋ฅผ ์ ์šฉํ•˜์—ฌ ๋ฌธ์„œ์ž‘์„ฑ ์Šคํƒ€์ผ์„ ํ†ต์ผ์‹œํ‚ฌ ๊ฒƒ. (vscode ํ”Œ๋Ÿฌ๊ทธ์ธ)

im-d.dev's People

Contributors

bkjang avatar devjinius avatar im-d-team avatar seonhyungjo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

im-d.dev's Issues

๋ธ”๋กœ๊ทธ๋‚ด ๊ฒ€์ƒ‰๊ธฐ๋Šฅ

์›ํ•˜๋Š” ๋ธ”๋กœ๊ทธ๋ฅผ ๊ฒ€์ƒ‰ํ•  ์ˆ˜ ์žˆ๋Š” ๊ฒ€์ƒ‰๊ธฐ๋Šฅ

ํ˜„์žฌ tag๋กœ ๊ฒ€์ƒ‰์„ ํ•˜๊ณ  ์žˆ์ง€๋งŒ post๊ฐ€ ๋งŽ์•„์ง€๊ฒŒ ๋˜๋ฉด ์ตœ์‹ ๊ธ€ ์™ธ์˜ ๊ธ€์„ ๋ณด๋Š”๋ฐ ์–ด๋ ค์›€์ด ์ƒ๊น€. ์ด์— ๊ฒ€์ƒ‰๊ธฐ๋Šฅ์œผ๋กœ ๊ฐœ์„ ์ด ๊ฐ€๋Šฅํ•  ๊ฒƒ์œผ๋กœ ๋ณด์ž„

๋ธ”๋กœ๊ทธ ๋ฉ”์ธ Example

jbee๋‹˜์˜ ๋ธ”๋กœ๊ทธ๋ฅผ ๋ฒค์น˜๋งˆํ‚นํ•˜๋ฉด ์ข‹์„ ๊ฒƒ ๊ฐ™์€๋ฐ ์–ด๋–ป๊ฒŒ ์ƒ๊ฐํ•˜์‹œ๋‚˜์š”?

Detail

  • ํ—ค๋”: ์šฐ๋ฆฌ๋Š” ๋กœ๊ณ ๋งŒ ๋“ค์–ด๊ฐˆ ๋“ฏ ํ•ฉ๋‹ˆ๋‹ค.(๊ฒ€์ƒ‰ ๊ธฐ๋Šฅ์ด ์ƒ๊ธธ ์ˆ˜ ์žˆ์œผ๋ฉด ๊ฒ€์ƒ‰์ฐฝ ์ •๋„ ๋“ค์–ด๊ฐˆ ์ˆ˜ ์žˆ๊ฒ ๋„ค์š”)
  • ํ”„๋กœํ•„ ๋ถ€๋ถ„: ์šฐ๋ฆฌ ์Šคํ„ฐ๋””์— ๊ด€๋ จ๋œ ์—ฌ๋Ÿฌ ๋งํฌ๋‚˜ Dev-Docs ๋งํฌ ๋“ฑ์ด ์žˆ์œผ๋ฉด ์ข‹๊ฒ ๋„ค์—ฌ
  • ์ปจํ…์ธ : ๊ธ€ ๋ชฉ๋ก์€ ํ˜„์žฌ ์šฐ๋ฆฌ์™€ ๊ฑฐ์˜ ๋น„์Šทํ•œ ๊ฒƒ ๊ฐ™๊ธดํ•œ๋ฐ ํ•ด๋‹น ๊ธ€์„ ์ž‘์„ฑํ•˜๋Š”๋ฐ ์ฐธ์—ฌํ•œ contributor๋“ค๋„ ๊ฐ™์ด ํ‘œ์‹œํ•ด์ฃผ๋ฉด ์ข‹์„ ๋“ฏ ํ•ฉ๋‹ˆ๋‹ค. (๊ด€๋ จ ์ด์Šˆ)
  • ํ‘ธํ„ฐ: ์—†์• ๋„ ๋  ๊ฒƒ ๊ฐ™์€๋ฐ ์–ด๋– ์‹ ๊ฐ€์š”?
  • ํƒœ๊ทธ: ํƒœ๊ทธ๋Š” ์ €ํฌ ํ˜„์žฌ ๋ฐฉ์‹์„ ์œ ์ง€ํ•˜๋ฉด ์ข‹์„ ๋“ฏ ํ•ฉ๋‹ˆ๋‹ค.(์ถ”ํ›„ ๊ฒ€์ƒ‰ ๊ธฐ๋Šฅ์ด ์ƒ๊ธฐ๋ฉด ๋นผ๋”๋ผ๋„)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.