tghyyhjuujki / blog

λΈ”λ‘œκ·Έ μ£Όμ†Œ https://jeonghoon.netlify.app/
MIT License
0 stars 0 forks source link

Financial Contributors on Open Collective Greenkeeper badge Total alerts Lighthouse score: 100/100 contributions welcome Netlify Status

Twitter: JbeeLjyhanll

ν•œκ΅­μ–΄πŸ‡°πŸ‡·

screenshot

In this template...

About this Template

Demo

Use case

demo-image

  • JBEE.io: https://jbee.io
  • Rinae's devlog: https://rinae.dev/
  • Seungdols Company: https://seungdols.dev/
  • Kooku's log: https://kooku.netlify.com/
  • SOSOLOG: https://so-so.dev/
  • delivan.dev: https://delivan.dev/
  • Jungin's blog: https://jungin.netlify.com/
  • Zero's blog: https://awesomezero.com/
  • Jonathan's blog: https://www.learningsomethingnew.com/
  • @deveely-log: https://deveely-log.netlify.com/
  • Hanul's blog: https://hanul-dev.netlify.com/
  • Hoons Blog: https://hoons-up.netlify.com/
  • JWN.cool: https://jwn.cool
  • ugaemi's dev note: https://ugaemi.github.io
  • Minsu's Dev Log: https://alstn2468.github.io/
  • Yungi's Dev Blog: https://yungis.dev/
  • < Taenylog />: https://taeny.dev/
  • brouk's devlog: https://brouk-devlog.netlify.com/
  • CoodingPenguin's Repository: https://cooding-penguin.netlify.com/
  • Garima's Tech Blog: https://garimasingh.netlify.app/
  • DevRappers.dev: https://devrappers.dev/
  • Let's doodle: https://duduling-blog.netlify.app/
  • noopy.dev: https://noopy.dev/
  • Hong_Devlog: https://hong-dev.github.io/
  • samsara-ku's devlog: https://samsara-ku.dev/

If you're using this template, Please Pull Request for Use case!

😎 Quick Start

1. Create a Gatsby site

# create a new Gatsby site using the blog starter
npx gatsby new my-blog-starter https://github.com/JaeYeopHan/gatsby-starter-bee

If you are not using npx, following Gatsby Getting Started

npm install -g gatsby-cli
gatsby new my-blog-starter https://github.com/JaeYeopHan/gatsby-starter-bee

2. Start developing

cd my-blog-starter/
npm start
# open localhost:8000

3. Add your content

You can write...

With markdown syntax and some meta data

Support script for creating new post

cli-tool-example

npm run post

πŸ‘‰ Use gatsby-post-gen (https://github.com/JaeYeopHan/gatsby-post-gen)

4. Fix meta data

You can fix meta data of blog in /gatsby-meta-config.js file.

5. Publish with netlify

Deploy to Netlify

:bulb: if you want to deploy github pages, add following script to package.json

"scripts": {
    "deploy": "gatsby build && gh-pages -d public -b master -r 'git@github.com:${your github id}/${github page name}.github.io.git'"
}

🧐 Customize

βš™ Gatsby config

/root
β”œβ”€β”€ gatsby-browser.js // font, polyfill, onClientRender ...
β”œβ”€β”€ gatsby-config.js // Gatsby config
β”œβ”€β”€ gatsby-meta-config.js // Template meta config
└── gatsby-node.js // Gatsby Node config

β›‘ Structure

src
β”œβ”€β”€ components // Just component with styling
β”œβ”€β”€ layout // home, post layout
β”œβ”€β”€ pages // routing except post: /(home), /about
β”œβ”€β”€ styles
β”‚   β”œβ”€β”€ code.scss
β”‚   β”œβ”€β”€ dark-theme.scss
β”‚   β”œβ”€β”€ light-theme.scss
β”‚   └── variables.scss
└── templates
    β”œβ”€β”€ blog-post.js
    └── home.js

🎨 Style

You can customize color in src/styles directory.

src/styles
β”œβ”€β”€ code.scss
β”œβ”€β”€ dark-theme.scss
β”œβ”€β”€ light-theme.scss
└── variables.scss

🍭 Tips (You can change...)

β˜• Like it?

Buy Me A Coffee

πŸ€” If...

If you are currently writing in the Medium, consider migration with medium-to-own-blog!

:bug: Bug reporting

Issue

🎁 Contributing

Contributing guide

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

LICENSE

MIT

Project by @Jbee✌