GithubHelp home page GithubHelp logo

jaeyeophan / gatsby-starter-bee Goto Github PK

View Code? Open in Web Editor NEW
685.0 8.0 208.0 12.9 MB

🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!

Home Page: https://gatsby-starter-bee.netlify.app/

License: MIT License

JavaScript 78.18% SCSS 21.82%
gatsby blog markdown resume prism starter

gatsby-starter-bee's Introduction

Financial Contributors on Open Collective Greenkeeper badge Total alerts contributions welcome Netlify Status

Twitter: JbeeLjyhanll

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

screenshot

In this template...

  • πŸ’„ Code highlight with Fira Code font
  • πŸ§™ CLI Tool
  • πŸ˜„ Emoji (emojione)
  • πŸ—£ Social share feature (Twitter, Facebook)
  • πŸ’¬ Comment feature (disqus, utterances)
  • β˜• 'Buy me a coffee' service
  • πŸ€– GA
  • ⭐ Enhance UX
  • βš™ Configurable

About this Template

Demo

Use case

demo-image

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...

  • contents to blog in content/blog directory.
  • resume content/__about directory.

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

πŸ’‘ if you want to deploy github pages, add following script to package.json

"scripts": {
    "deploy": "gatsby build && gh-pages -d public -b master -r '[email protected]:${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...)

  • Profile image! (replace file in /content/assets/profile.png)
  • Favicon image! (replace file in /content/assets/felog.png)
  • Header gradient! ($theme-gradient /styles/variables.scss)
  • Please set it up for update to the domain distributed in 'robots.txt'! (replace part https://your-blog.netlify.app of gatsby-config.js)
  • Utterances repository! (replace repository address in /gatsby-meta-config.js)

β˜• Like it?

Buy Me A Coffee

πŸ€” If

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

πŸ› 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✌

gatsby-starter-bee's People

Contributors

anthonyminyungi avatar b5bo avatar c17an avatar cereme avatar cjaewon avatar dependabot[bot] avatar dudgns0612 avatar greenkeeper[bot] avatar ha-young avatar hexdrinker avatar heyman333 avatar hmu332233 avatar hoilzz avatar hong-dev avatar hyesungoh avatar jaeyeophan avatar jayden-lee avatar jeeneee avatar juunone avatar kkh913 avatar lukious avatar m0nica avatar sdk-xyz avatar seongjoojin avatar shinjam avatar snoop2head avatar soyoung210 avatar taehyeon-kim avatar ugaemi avatar yujo11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gatsby-starter-bee's Issues

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

blog/kubernetes/09.kubernetes-static-pod/

09. Kubernetes static pod | SEONGENIE BLOG

Static pod μŠ€νƒœν‹± 팟이 ν•„μš”ν•œ 경우 /etc/kubernetes/manifests κ²½λ‘œμ— yaml νŒŒμΌμ„ λ„£μ–΄λ†“μœΌλ©΄ μžλ™μœΌλ‘œ 싀행됨.
κΈ°λ³Έμ μœΌλ‘œλŠ” kubernetes κ°€ 운영되기 μœ„ν•œ μŠ€νƒœν‹± νŒŸλ“€μ΄ μ—¬κΈ° μ‘΄μž¬ν•΄μ„œ kubernetes μ‹œμŠ€ν…œμ— λŒ€ν•΄ νŠΈλŸ¬λΈ” μŠˆνŒ…μ΄ ν•„μš”ν•œ 경우 이 곳에 μ™€μ„œ yaml μ„€μ •νŒŒμΌμ„ ν™•μΈν•˜λ©΄ λœλ‹€. Pod manual…

http://seongenie.com/blog/kubernetes/09.kubernetes-static-pod/

μœˆλ„μš°μ—μ„œ μ„€μΉ˜ν•˜λ €κ³  ν•˜λ‹ˆ μ•„λž˜μ˜ μ—λŸ¬κ°€ λ‚˜λ„€μš” γ…œγ…œ

Description

μ•ˆλ…•ν•˜μ„Έμš” win7 μ‚¬μš©μ€‘μ΄μ–΄μ„œ cygwin (ver 3.06) 톡해 μ„€μΉ˜ν•΄λ³΄λ € ν•˜κ³  μžˆμ—ˆμ–΄μš”

gatsby new~~~ 이 λͺ…λ Ήμ–΄ ν†΅ν•΄μ„œ μ„€μΉ˜ν•˜λŠ”λ° 쀑간에 이런 였λ₯˜κ°€ λ‚˜μ˜€λ”λΌκ³ μš”

image

κ·Έλž˜μ„œ libpng-dev와 pngquantλ₯Ό μ„€μΉ˜ν•΄λ΄€λŠ”λ°λ„ 같은 μ—λŸ¬κ°€ λ‚˜μ˜€λ”λΌκ³ μš”. (cygwinμ—λŠ” libpng-devκ°€ μ—†μ§€λ§Œ libpng-devel 이 있길래 λΉ„μŠ·ν•˜κ² μ§€ ν•΄μ„œ 일단 μ„€μΉ˜ν–ˆμ–΄μš”)

그리고 ν˜Ήμ‹œ λͺ°λΌ 싀행이 될까 μ‹Άμ–΄ npm startλ₯Ό ν•΄λ³΄λ‹ˆ λ‹€μŒκ³Ό 같은 μ• λŸ¬κ°€ λ‚˜μ˜€λ”λΌκ³ μš”.

image

μ–΄λ–»κ²Œ ν•΄κ²°ν•  수 μžˆμ„κΉŒμš”?

readme μˆ˜μ • μš”μ²­ λΆ€νƒλ“œλ¦½λ‹ˆλ‹€.

gatsby μ‹€ν–‰μ‹œ
portκ°€ 8000이 기본으둜 μž‘νžˆλŠ” 걸둜 μ•Œκ³  μžˆμŠ΅λ‹ˆλ‹€.

JaeYeopHan readme μ„€λͺ…μ—μ„œλŠ”
# open localhost:8080

둜 적어 λ‘μ…¨λ”λΌκ΅¬μš”.

그리고 μ‹€μ œ μ μš©ν•΄μ„œ μ‹€ν–‰ν•΄ λ³΄λ‹ˆ 8000으둜 μ‹€ν–‰λ˜κ΅¬μš”.

μˆ˜μ • λΆ€νƒλ“œλ¦½λ‹ˆλ‹€. ^^

An in-range update of gatsby is breaking the build 🚨

There have been updates to the gatsby monorepo:

    • The dependency gatsby-image was updated from 2.0.33 to 2.0.34.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the gatsby group definition.

gatsby is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 10 commits.

  • cff659d chore(release): Publish
  • bb5d62d feat(gatsby-plugin-twitter): load widget for all Twitter embeds (#12607)
  • 3834b2b fix(blog): Typo in /blog/2019-03-11-dot-org-prototypes (#12605)
  • 4bfc993 chore(blog): add Design+Code blog post (#12598)
  • 1857717 chore(showcase): remove supremekun (#12597)
  • 2cf1222 chore(docs): add GatsbyGuides to sourcing from drupal doc (#12595)
  • a6f8a09 chore(showcase): add Supremekun.com (#12585)
  • 016b313 feat(guess): add guess.js to gatsbyjs.org (#12351)
  • 4522b29 chore(showcase): Adds chaseohlson.com (#12581)
  • 365be0a fix(gatsby-react-router-scroll): hide sessionStorage warnings in production (#12593)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

bioμ»΄ν¬λ„ŒνŠΈμ—μ„œ μ†Œμ…œ 링크 λ²„νŠΌμ—μ„œ svg icon을 μ‚¬μš©ν•˜κ³  μ‹ΆμŠ΅λ‹ˆλ‹€.

Description

μƒλ‹¨μ—μ„œ μ•„λž˜μ™€ 같이 svgμ•„μ΄μ½˜μ„ λ„£μ–΄ μ‚¬μš©ν•˜λ €κ³ ν•©λ‹ˆλ‹€.

import { ReactComponent as FacebookIcon } from '../../icons/facebook.svg'
import { ReactComponent as InstagramIcon } from '../../icons/instagram.svg'
import { ReactComponent as GithubIcon } from '../../icons/github.svg'
import { ReactComponent as LinkedInIcon } from '../../icons/linkedin.svg'

기쑴의 μ½”λ“œλŠ” μ•„λž˜μ™€ 같이 Githubν…μŠ€νŠΈλ₯Ό λ„£μ–΄μ£Όμ—ˆλŠ”λ°

{social.github && (
<a href={`https://github.com/${social.github}`}>GitHub</a>
)}

μ•„λž˜μ™€ 같이 μ‚¬μš©ν•˜κ³ μž ν•˜κ³ μžˆμŠ΅λ‹ˆλ‹€.

{social.github && (
<a href={`https://github.com/${social.github}`}><GithubIcon/></a>
)}

μ•„λž˜μ™€ 같은 였λ₯˜κ°€ λ°œμƒν•΄μ„œ μ’…λ£Œν›„ npm startλͺ…λ Ήμ–΄λ₯Ό λ‹€μ‹œ μ‹€ν–‰ν•΄λ³΄μ•˜μŠ΅λ‹ˆλ‹€.

(AppContainer, in a (at bio/index.jsx:37)) Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. Check the render method of `Context.Consumer`.

μ•„λž˜μ²˜λŸΌ λ‹€λ₯Έ 였λ₯˜κ°€ λ°œμƒν•˜λŠ”λ° string을 μ œμ™Έν•˜κ³ λŠ” bio의 aνƒœκ·Έ λ‚΄λΆ€μ—μ„œ μ‚¬μš©ν•  수 μ—†λ‚˜μš”?

Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

Check the render method of `Context.Consumer`.

타이틀 λ°” github image 클릭 μ‹œ github 계정 μ£Όμ†Œ λ³€κ²½ 문의

μ•ˆλ…•ν•˜μ„Έμš” ^^
gatsby-starter-bee theme 적용, μ„€μ • ν•˜λ˜ 쀑 질문이 μžˆμ–΄μ„œ 문의 λ“œλ¦½λ‹ˆλ‹€.

타이틀 λ°” GitHub image 클릭 μ‹œ Github 계정 μ£Όμ†Œ 변경을 ν•˜κ³  싢은데
gatsby-meta-config.js μ—μ„œ μ œκ³΅ν•˜λŠ” μ„€μ • κ°’ μ€‘μ—μ„œλŠ” μ œκ³΅ν•˜μ§€ μ•ŠλŠ”κ²ƒ κ°™μ•„μ„œ

ν˜Ήμ‹œ μ–΄λ””μ„œ 섀정을 ν•΄μ•Όν•˜λŠ”μ§€, 직접 μ½”λ“œλ₯Ό 고쳐야 ν•˜λŠ” κ±°λ©΄ μ–΄λ””μ„œ 고쳐야 ν•˜λŠ”μ§€ 문의 λ“œλ¦½λ‹ˆλ‹€.

κ°μ‚¬ν•©λ‹ˆλ‹€.

blog/Vue.js/vue-cli-3%EB%A1%9C-vue-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0---01.-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0/

Vue CLI 3둜 Vue μ‹œμž‘ν•˜κΈ° - 01. μ„€μΉ˜ν•˜κΈ° | Seongenie Blog

Vue CLI 곡식 λ¬Έμ„œ Vue CLIλŠ” Vuejsλ₯Ό CommandLine Interface 둜 μ‰½κ²Œ 생성할 수 있게 ν•΄μ€€λ‹€. CLI 2 μ™€λŠ” 디렉토리 ꡬ쑰가 쑰금 λ‹¬λΌμ‘Œλ‹€. build, config 등이 μ‚¬λΌμ‘Œκ³ , webpack v4λ₯Ό μ‚¬μš©ν•œλ‹€. μ›ΉνŒ© μ„ΈλΆ€ 섀정이 ν•„μš”ν•˜λ‹€λ©΄, vue.config.js λ₯Ό 루트 폴더에 μƒμ„±ν•˜κ³  μ„€μ • λ‚΄μš©μ„ μž‘μ„±ν•˜λ©΄ λœλ‹€. 1. npm 을 μ΄μš©ν•˜μ—¬ vue-cliλ₯Ό global μ˜΅μ…˜μ„ μ£Όκ³  μ„€μΉ˜ν•œλ‹€. 2. μ„€μΉ˜λœ vue cli…

http://seongenie.com/blog/Vue.js/vue-cli-3%EB%A1%9C-vue-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0---01.-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0/

development/hello/

Welcome Bee starter | HYUNSIK BLOG

Welcome, Gatsby! This starter is full-package for your new blog! 1. Support Three frontmatter title date category 2. Code highlighting With Fira Code font Support highlighting with prism
2-1. Use inline highlighting code 3. Support Markdown (h2) With Noto Sans font Support…

http://localhost:8000/development/hello/

An in-range update of gatsby is breaking the build 🚨

There have been updates to the gatsby monorepo:

    • The dependency gatsby-image was updated from 2.0.38 to 2.0.39.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the gatsby group definition.

gatsby is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

2019-12-01-nhn-forward-review/

git commit λ‚ μ§œ, author λ³€κ²½ν•˜κΈ° | @deveely-log

git을 μ‚¬μš©ν•˜λ©΄ 거의 λŒ€λΆ€λΆ„ 원격 μ €μž₯μ†Œλ‘œ github을 많이 μ΄μš©ν•©λ‹ˆλ‹€.
githubμ—” μ €μž₯μ†Œμ— commit 내역을 μ‹œκ°ν™”ν•˜μ—¬ λ³΄μ—¬μ£ΌλŠ” κΈ°λŠ₯(μž”λ””λ°­..)이 μžˆλŠ”λ°μš”. 가끔 μ‹€μˆ˜λ‘œ λ‚ μ§œλ₯Ό λͺ»μ§€ν‚€κ±°λ‚˜, authorλ₯Ό 잘λͺ»μ§€μ •ν•΄ 색칠이 μ•ˆλ˜λŠ” κ²½μš°κ°€ μžˆμŠ΅λ‹ˆλ‹€.
μž”λ””λ°­μ— 신경을 μ“°μ‹œλŠ” 뢄이라면 빈 ꡬ멍이 ꡉμž₯히 신경이 μ“°μ΄μ‹€μˆ˜ μžˆλŠ”λ°μš”. 이 λ•Œ μ‚¬μš©ν•  수 μžˆλŠ” 방법을 κ³΅μœ ν•©λ‹ˆλ‹€. git commit λ³€κ²½ κΌ­ μž”λ””λ°­μ΄ μ•„λ‹ˆλ”λΌλ„ commit…

https://deveely-log.netlify.com/2019-12-01-nhn-forward-review/

How to wrie with red edge?

In your about page, 'μ €λŠ” ______ ν•˜λŠ” μ—”μ§€λ‹ˆμ–΄μž…λ‹ˆλ‹€.' shown.
How to write this red edge in markdown?

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

til/2020-01-04/

2020-01-04 TIL | Zero1's Note

5F 1.Fact http μ™„λ²½ κ°€μ΄λ“œ μŠ€ν„°λ””λ₯Ό 진행 ν•˜μ˜€λ‹€.(300 page) μ—Šκ·Έμ œ ν’€μ—ˆλ˜ μ΅œλŒ€κ³΅μ•½μˆ˜ μ΅œμ†Œκ³΅λ°°μˆ˜ 문제λ₯Ό 볡슡 ν•˜μ˜€λ‹€. 2.Feelings μœ ν΄λ¦¬λ“œ ν˜Έμ œλ²•μ΄ 머리에 잘 μ•ˆλ‚¨μ•˜λŠ”λ°, ν•œλ²ˆ 더 μ½”λ“œλ‘œ κ΅¬ν˜„ν•΄ λ³΄λ©΄μ„œ λ¨Έλ¦Ώμ†μ—μ„œ μ’€ 더 μ •λ¦¬λœ λŠλ‚Œμ΄ λ‚œλ‹€. http μ™„λ²½κ°€μ΄λ“œ μŠ€ν„°λ””λ₯Ό μ‹œμž‘ν–ˆλŠ”λ°, μ–΄μ œ λ‚΄μš©μ€ 웹을 μ§€νƒ±ν•˜λŠ” κΈ°μˆ μ—μ„œ λ°°μ› λ˜ λ‚΄μš©λ“€μ΄ 많이 μ€‘λ³΅λ˜μ–΄μ„œ 어렡지 μ•Šλ‹€κ³  λŠκΌˆλŠ”λ°, μ˜€λŠ˜μ€ κ³΅λΆ€ν•œ λ‚΄μš©λ“€μ€ 더 μžμ„Ένžˆ 닀루닀 λ³΄λ‹ˆ 곡뢀해야 ν•  뢀뢄듀이 훨씬 λ§Žμ•„μ„œ νž˜λ“€μ—ˆλ‹€.…

https://2zero1.github.io/til/2020-01-04/

2020-01-07-grpc-2/

gRPC Reference - 예제 | @deveely-log

μ „ νŽΈμ—μ„œ gRPC에 λŒ€ν•œ μ„€λͺ…κ³Ό νŠΉμ§•μ„ μ•Œμ•„λ³΄μ•˜μŠ΅λ‹ˆλ‹€.
이번 ν¬μŠ€νŠΈμ—μ„œλŠ” grpc-java λͺ¨λ“ˆμ„ ν™œμš©ν•œ λͺ‡ 가지 μ˜ˆμ œμ½”λ“œλ₯Ό μ†Œκ°œν•˜κ³ , μ‹€μ œ ν”„λ‘œμ νŠΈμ— μ μš©ν•˜λŠ” λ°©μ•ˆμ— λŒ€ν•΄ μ†Œκ°œν•΄λ³΄κ² μŠ΅λ‹ˆλ‹€. gRPC Reference - κ°œμš” 및 νŠΉμ§• gRPC Basic ν”„λ‘œμ νŠΈ 생성 Java : 1.8 gRPC : 1.25.0 ProtoBuf : 3.11.0 pom.xml μ„€μ • gRPC + Protobuf μ˜μ‘΄μ„± μ„€μ • μŠ€ν… 생성을 μœ„ν•΄ protoc ν”ŒλŸ¬κ·ΈμΈ μ„€μ • proto…

https://deveely-log.netlify.com/2020-01-07-grpc-2/

Cannot use target blank link.

Description

When I wanna use a new tab link in markdown, I usually used target=_blank
ex.
Google{:target="_blank"}

but, this starter show Google{:target=β€œ_blank”}
Can I use target blank?

An in-range update of gatsby is breaking the build 🚨

There have been updates to the gatsby monorepo:

    • The dependency gatsby-image was updated from 2.0.32 to 2.0.33.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the gatsby group definition.

gatsby is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

array-methods-simplified/

Array Methods Simplified | Code Hunt

We all know that arrays are technically objects when it comes to JavaScript, and, like an object, an array too has methods in its protoype ( proto to be precise). ForEach, Map, Filter and Reduce are one of the most useful methods out there, making our code a lot clearer and…

http://www.codehunt.tech/array-methods-simplified/

php/curl-issue/

[PHP] CURL 파일 μ „μ†‘μ‹œ 특수문자 이슈 | wooddy.dev

PHPμ—μ„œ CURL을 μ‚¬μš©ν•΄ νŒŒμΌμ„ μ „μ†‘ν•˜λŠ” ν•  일이 생겼닀. μ΄λ•Œ, 파일 전솑을 μœ„ν•΄μ„œλŠ” curl μ˜΅μ…˜μ„ μ„€μ •ν•˜κ³  (Content-type λ“±..) λ³΄λ‚΄κ³ μž ν•˜λŠ” 파일의 경둜 μ•žμ— ’@’ λ₯Ό 뢙이면 $_FILES μ „μ—­λ³€μˆ˜λ‘œ μΈμ‹ν•˜μ—¬ 정보가 λ“€μ–΄κ°€κ²Œ λœλ‹€. 그런데 λ§Œμ•½ 파일이 μ•„λ‹Œ λ°μ΄ν„°μ˜ μ•žμ— ’@’ λ¬Έμžκ°€ 있으면 μ–΄λ–»κ²Œ 될까? μ½”λ“œλ‘œ κ°„λ‹¨ν•˜κ²Œ ν‘œν˜„ν•˜λ©΄ λ‹€μŒκ³Ό κ°™λ‹€. filePath의 λ°μ΄ν„°λŠ” μ‹€μ œ 파일의 경둜이기 λ•Œλ¬Έμ— λ¬Έμ œκ°€ μ—†μ§€λ§Œ, contents의 λ°μ΄ν„°λŠ” 파일 κ²½λ‘œκ°€ μ•„λ‹ˆλ―€λ‘œ PHP…

https://blog.wooddy.dev/php/curl-issue/

νŠΉμ • μΉ΄ν…Œκ³ λ¦¬ 선택 ν›„ μƒˆλ‘œκ³ μΉ¨ μ‹œ, All λ²„νŠΌμ— selected style이 μ μš©λ˜λŠ” ν˜„μƒ

Description

λΈ”λ‘œκ·Έ λ©”μΈμ—μ„œ μΉ΄ν…Œκ³ λ¦¬λ₯Ό μ„ νƒν•˜λ©΄ session storage에 μΉ΄ν…Œκ³ λ¦¬ 값이 μ €μž₯λ˜λŠ”κ±Έλ‘œ μ•Œκ³ μžˆμŠ΅λ‹ˆλ‹€.
전체가 μ•„λ‹Œ νŠΉμ • μΉ΄ν…Œκ³ λ¦¬ 선택 ν›„ μƒˆλ‘œκ³ μΉ¨ μ‹œ, ν•΄λ‹Ή μΉ΄ν…Œκ³ λ¦¬ νƒœκ·Έ λ²„νŠΌμ— selected style이 μ μš©λ˜λŠ” 것이 μ•„λ‹ˆλΌ All λ²„νŠΌμ— selected style이 μ μš©λ©λ‹ˆλ‹€.

jbee.io λΈ”λ‘œκ·Έμ—μ„  문제 없이 μž‘λ™ν•˜λ‚˜ 제 λΈ”λ‘œκ·Έλ‚˜ 일뢀 λ‹€λ₯Έ λΆ„λ“€ λΈ”λ‘œκ·Έμ—μ„œλŠ” 저와 같이 λ™μž‘ν•˜λ”κ΅°μš”.
μ΄μƒν•œκ±΄ 제 λΈ”λ‘œκ·Έλ„ local ν™˜κ²½μ—μ„œλŠ” 문제 μ—†λŠ”λ° production ν™˜κ²½μ—μ„œ 이런 λ¬Έμ œκ°€ λ°œμƒν•œλ‹€λŠ” μ μž…λ‹ˆλ‹€.
원인 λ˜λŠ” 문제λ₯Ό ν•΄κ²°ν•  수 μžˆλŠ” 방법이 μžˆμ„κΉŒμš”?

anchor νƒœκ·Έ 클릭 μ‹œ, smooth scroll κ΄€λ ¨

Description

μ•ˆλ…•ν•˜μ„Έμš”~ ν…œν”Œλ¦Ώ 잘 μ‚¬μš©ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€! κ°μ‚¬ν•©λ‹ˆλ‹€.
큰 λ²„κ·ΈλŠ” μ•„λ‹ˆμ§€λ§Œ ν¬μŠ€νŒ… μž‘μ„±ν•˜λ‹€κ°€ μ•½κ°„ κ±°μŠ¬λ¦¬λŠ” 뢀뢄이 μžˆμ–΄μ„œ 사싀 μ–΄λ””λ₯Ό 고쳐야 할지 잘 λͺ°λΌμ„œ μ˜¬λ €λ΄…λ‹ˆλ‹€...

ν¬μŠ€νŠΈμ—μ„œ <h2>, <h3>, <h4> νƒœκ·Έ μ˜†μ— μžˆλŠ” 고리 λͺ¨μ–‘μ˜ anchor 클릭 μ‹œ smooth scroll μ΄λ²€νŠΈκ°€ λ°œμƒν•˜λ©΄μ„œ ν•΄λ‹Ή μœ„μΉ˜λ‘œ λΆ€λ“œλŸ½κ²Œ μ΄λ™ν•©λ‹ˆλ‹€.

ν•˜μ§€λ§Œ νƒœκ·Έ μ•ˆμ˜ ν…μŠ€νŠΈκ°€ 영문일 λ•ŒλŠ” 문제 μ—†μ§€λ§Œ, ν•œκΈ€μΌ κ²½μš°μ— ν•΄λ‹Ή μ΄λ²€νŠΈκ°€ λ°œμƒν•˜μ§€ μ•ŠλŠ” 것 κ°™μŠ΅λ‹ˆλ‹€.

크둬 개발자 도ꡬ ν™•μΈν•΄λ³΄λ‹ˆ, ν•œκΈ€μΌ 경우 anchor νƒœκ·Έ hrefκ°€ hνƒœκ·Έ id와 μΌμΉ˜ν•˜μ§€ μ•Šμ•„μ„œ 그런 것 κ°™μŠ΅λ‹ˆλ‹€.

컴파일 λ˜λ©΄μ„œ ν•œκΈ€μ΄ λ³€ν™˜λ˜λŠ” 것 같은데... μ–΄λ””λ₯Ό 고쳐야 ν•  지 잘 λͺ¨λ₯΄κ² λ„€μš”

같이 κ³ λ―Όν•΄λ΄€μœΌλ©΄ μ’‹κ² μŠ΅λ‹ˆλ‹€!!

blog-post 파일 μˆ˜μ • κ΄€λ ¨

Description

template 폴더 μ•„λž˜μ˜ blog-post.jsλ₯Ό μˆ˜μ •ν•˜λ©΄ μ½”λ“œκ°€ λ³€ν•˜λŠ”λ° 이λ₯Ό ν•΄κ²°ν•  방법은 μ—†μ„κΉŒμš”?
스크란샷 2019-08-20 α„‹α…©α„Œα…₯ᆫ 9 01 20

An in-range update of gatsby is breaking the build 🚨

There have been updates to the gatsby monorepo:

    • The dependency gatsby-image was updated from 2.0.38 to 2.0.39.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the gatsby group definition.

gatsby is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Github pagesλ₯Ό gh-pages둜 deployν•  λ•Œμ˜ 문제

Description

μ•ˆλ…•ν•˜μ„Έμš” πŸ‘‹ ν˜„ μŠ€νƒ€ν„°λ₯Ό μ΄μš©ν•˜μ—¬ μ—΄μ‹¬νžˆ GatsbyJSλ₯Ό ν•™μŠ΅ν•˜κ³  μžˆλŠ” μ‚¬μš©μžμž…λ‹ˆλ‹€.

github pagesλ₯Ό λ„€μ΄ν‹°λΈŒλ‘œ μ‚¬μš© μ‹œ μ§€μ†μ μœΌλ‘œ λ¬Έμ œκ°€ λ°œμƒν•˜μ—¬ 글을 λ‚¨κΉλ‹ˆλ‹€.
gatsby-config.js 내뢀에 pathPrefix μ˜΅μ…˜μ„ μΆ”κ°€ν•˜μ—¬ μ‚¬μš©ν•˜μ—¬λ„, deploy 이후 head λ‚΄μ˜ js와 cssκ°€ λ„λ©”μΈμ˜ μ΅œμƒμœ„λ‘œ λ§€ν•‘λ˜μ–΄ λΈ”λ‘œκ·Έκ°€ μ œλŒ€λ‘œ ν‘œν˜„λ˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€. ${__dirname} μ˜μ—­μ΄ μ§μ ‘μ μœΌλ‘œ 어디에 κ±Έλ¦¬λŠ”μ§€ 찾을 μˆ˜κ°€ 없기도 ν–ˆκ΅¬μš”. μ €μ²˜λŸΌ λ„λ©”μΈμ˜ μ΅œμƒμœ„κ°€ μ•„λ‹ˆκ±°λ‚˜, netlifyλ₯Ό μ΄μš©ν•˜μ§€ μ•ŠλŠ”λ‹€λ©΄ μ•„λ§ˆλ„ ν•΄λ‹Ή λ¬Έμ œκ°€ λ°œμƒν•  것 κ°™μŠ΅λ‹ˆλ‹€. ν•΄κ²° 방법이 μžˆμ„κΉŒμš”?

An in-range update of gatsby is breaking the build 🚨

There have been updates to the gatsby monorepo:

    • The dependency gatsby-image was updated from 2.0.38 to 2.0.39.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the gatsby group definition.

gatsby is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.