inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

묻고 답해요

173만명의 커뮤니티!! 함께 토론해봐요.

깃허브 블로그 비공개(Private) 방법 문의

해결됨

깃헙 블로그(Github blog)로 차별화 된 나만의 홈페이지 만들기!

안녕하세요. 깃허브 블로그나 몇몇 올린 게시글들을 비공개 처리 하려고 하는데 "For security reasons, you cannot change the visibility of a fork." 계속 이런 문구가 떠서 비공개 처리가 안됩니다. 방법이 없을까요?

  • 블로그
  • github
zxd753 댓글 1 좋아요 0 조회수 2084

제 블로그가 구글 검색엔진에 제대로 등록되었는지 확신이 안섭니다.

해결됨

깃헙 블로그(Github blog)로 차별화 된 나만의 홈페이지 만들기!

안녕하세요, 테디노트님. 항상 좋은 강의 감사합니다. 이번 강의 거의 완강한 학생인데요. 검색 엔진 부분 2번 정도 돌려보며 안 따라한 게 있는지 체크까지 다 했는데, 일단 전부 제대로 하긴 했습니다. 근데 제 블로그가 그냥 구글에 검색하면 뜨지 않아서, 이게 제대로 되고 있는지 확신이 안 섭니다. 혹시 구글에 등록되었는지 확인하는 방법이 있을까요? 제가 해당 부분 따라한지 한 3주 정도 지났습니다.

  • 블로그
  • github
전수민_개인계정 댓글 1 좋아요 0 조회수 319

bundle exec jekyll serve

해결됨

깃헙 블로그(Github blog)로 차별화 된 나만의 홈페이지 만들기!

PS D:\Programming\VSC\blog> bundle add webrick Fetching gem metadata from https://rubygems.org/........... Resolving dependencies... Fetching gem metadata from https://rubygems.org/........... Resolving dependencies... PS D:\Programming\VSC\blog> bundle exec jekyll serve C:/Users/Lee/.local/share/gem/ruby/3.3.0/gems/jekyll-4.3.3/lib/jekyll.rb:28: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of jekyll-4.3.3 to add csv into its gemspec. C:/Users/Lee/.local/share/gem/ruby/3.3.0/gems/liquid-4.0.4/lib/liquid/standardfilters.rb:2: warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec. Also contact author of liquid-4.0.4 to add bigdecimal into its gemspec. Configuration file: D:/Programming/VSC/blog/_config.yml To use retry middleware with Faraday v2.0+, install faraday-retry gem Source: D:/Programming/VSC/blog Destination: D:/Programming/VSC/blog/_site Incremental build: disabled. Enable with --incremental Generating... Jekyll Feed: Generating feed for posts Deprecation Warning: Using / for division is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div(9, 16) More info and automated migrator: https://sass-lang.com/d/slash-div ╷ 31 │ $mfp-iframe-ratio: 9/16; // Ratio of iframe (9/16 = widescreen, 3/4 = standard, etc.) │ ^^^^ ╵ D:\Programming\VSC\blog\_sass\minimal-mistakes\vendor\magnific-popup\_settings.scss 31:39 @import D:\Programming\VSC\blog\_sass\minimal-mistakes\vendor\magnific-popup\_magnific-popup.scss 3:9 @import minimal-mistakes.scss 13:9 @import D:\Programming\VSC\blog\assets\css\main.scss 4:9 root stylesheet Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($value, 16px) or calc($value / 16px) More info and automated migrator: https://sass-lang.com/d/slash-div ╷ 28 │ @return $value / 16px * 1em; │ ^^^^^^^^^^^^^ ╵ D:\Programming\VSC\blog\_sass\minimal-mistakes\vendor\breakpoint\_helpers.scss 28:13 base-conversion() D:\Programming\VSC\blog\_sass\minimal-mistakes\vendor\breakpoint\_helpers.scss 20:13 breakpoint-to-base-em() D:\Programming\VSC\blog\_sass\minimal-mistakes\vendor\breakpoint\parsers\single\_default.scss 8:29 breakpoint-parse-default() D:\Programming\VSC\blog\_sass\minimal-mistakes\vendor\breakpoint\parsers\_single.scss 22:14 breakpoint-parse-single() D:\Programming\VSC\blog\_sass\minimal-mistakes\vendor\breakpoint\_parsers.scss 153:18 breakpoint-parse() D:\Programming\VSC\blog\_sass\minimal-mistakes\vendor\breakpoint\_parsers.scss 48:22 breakpoint() D:\Programming\VSC\blog\_sass\minimal-mistakes\vendor\breakpoint\_breakpoint.scss 46:16 breakpoint() D:\Programming\VSC\blog\_sass\minimal-mistakes\_reset.scss 13:3 @import minimal-mistakes.scss 18:9 @import D:\Programming\VSC\blog\assets\css\main.scss 4:9 root stylesheet Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div(5px, 2) or calc(5px / 2) More info and automated migrator: https://sass-lang.com/d/slash-div ╷ 28 │ margin-bottom: (5px / 2); │ ^^^^^^^ ╵ D:\Programming\VSC\blog\_sass\minimal-mistakes\_forms.scss 28:21 @import minimal-mistakes.scss 20:9 @import D:\Programming\VSC\blog\assets\css\main.scss 4:9 root stylesheet Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div(($red 299) + ($green 587) + ($blue 114), 1000) or calc((($red 299) + ($green 587) + ($blue 114)) / 1000) More info and automated migrator: https://sass-lang.com/d/slash-div ╷ 68 │ $yiq: (($red*299)+($green*587)+($blue*114))/1000; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ D:\Programming\VSC\blog\_sass\minimal-mistakes\_mixins.scss 68:9 yiq-is-light() D:\Programming\VSC\blog\_sass\minimal-mistakes\_mixins.scss 81:14 yiq-contrast-color() D:\Programming\VSC\blog\_sass\minimal-mistakes\_mixins.scss 91:10 yiq-contrasted() D:\Programming\VSC\blog\_sass\minimal-mistakes\_buttons.scss 46:7 @import minimal-mistakes.scss 25:9 ...이하 생략 실시간 반영은 잘되는데... 이런 오류는 왜 뜨는건가요? 괜히 찝찝하네용...

  • 블로그
  • execjekyllserve
이승욱 댓글 1 좋아요 0 조회수 531

갑자기 bundle exec jekyll serve가 안됩니다.

해결됨

깃헙 블로그(Github blog)로 차별화 된 나만의 홈페이지 만들기!

PS C:\project\ hwanklim.github.blog \ hwanklim.github.io \ hwanklim.github.io > bundle exec jekyll serve jekyll 4.3.2 | Error: (C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/_config.yml ): did not find expected key while parsing a block mapping at line 15 column 1 C:/Ruby32-x64/lib/ruby/3.2.0/psych/parser.rb:62:in `_native_parse': (C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/_config.yml ): did not find expected key while parsing a block mapping at line 15 column 1 (Psych::SyntaxError) from C:/Ruby32-x64/lib/ruby/3.2.0/psych/parser.rb:62:in `parse' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:143:in `load' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in `block in load_file' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in `open' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in `load_file' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-4.3.2/lib/jekyll/configuration.rb:129:in `safe_load_file' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-4.3.2/lib/jekyll/configuration.rb:167:in `read_config_file' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-4.3.2/lib/jekyll/configuration.rb:198:in `block in read_config_files' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-4.3.2/lib/jekyll/configuration.rb:195:in `each' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-4.3.2/lib/jekyll/configuration.rb:195:in `read_config_files' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-4.3.2/lib/jekyll.rb:118:in `configuration' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-4.3.2/lib/jekyll/command.rb:44:in `configuration_from_options' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-4.3.2/lib/jekyll/commands/serve.rb:83:in `block (2 levels) in init_with_program' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/mercenary-0.4.0/lib/mercenary/command.rb:221:in `block in execute' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/mercenary-0.4.0/lib/mercenary/command.rb:221:in `each' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/mercenary-0.4.0/lib/mercenary/command.rb:221:in `execute' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/mercenary-0.4.0/lib/mercenary/program.rb:44:in `go' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/mercenary-0.4.0/lib/mercenary.rb:21:in `program' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/gems/jekyll-4.3.2/exe/jekyll:15:in `<top (required)>' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/bin/jekyll:25:in `load' from C:/project/ hwanklim.github.blog/hwanklim.github.io/hwanklim.github.io/vendor/bundle/ruby/3.2.0/bin/jekyll:25:in `<main>' 이런게 계속 뜨는데 뭐가 문제 인지 모르겠습니다. config.yml 파일도 딱히 오타가 안보여서 고민입니다. comments: provider : "disqus" # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" disqus: shortname : "hwanklimnote" discourse: server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org facebook: # https://developers.facebook.com/docs/plugins/comments appid : # num_posts : # 5 (default) colorscheme : # "light" (default), "dark" utterances: theme : # "github-light" (default), "github-dark" issue_term : # "pathname" (default) staticman: branch : # "master" endpoint : # "https://{your Staticman v3 API}/v3/entry/github/" 특히 15번 minimal_mistakes_skin부터 31번 comments까지 앞에 #만 붙여서 주석처리하면 bundle exec jekyll serve가 잘 돌아갑니다. 근데 comments의 어떤 부분이 문제인지는 모르겠습니다..

  • 블로그
  • github
zxd753 댓글 1 좋아요 0 조회수 692

mathjax-support.html 파일 다운로드가 안됩니다

해결됨

깃헙 블로그(Github blog)로 차별화 된 나만의 홈페이지 만들기!

링크가 깨진 것 같은데 확인 부탁드립니다!

  • 블로그
  • github
방효석 댓글 1 좋아요 0 조회수 319

블로그 공부기록?

미해결

자바 입문자를 위한 강의

안녕하세요. 블로그에 제가 공부했던 강의 내용을 올리려하는데 혹시 어디까지 공유가 가능한지 알 수 있을까요?

  • java
  • 블로그
곽채원 댓글 2 좋아요 0 조회수 479

프로젝트 명 무엇으로 작성하였나요?

미해결

React 기반 Gatsby로 기술 블로그 개발하기

npx gatsby-cli new "[프로젝트]" 프로젝트 무엇으로 작성하셨나요?

  • 블로그
  • gatsby
달콤한 고양이 댓글 1 좋아요 0 조회수 739

서브 카테고리 추가하는 방법 알고싶습니다

미해결

깃헙 블로그(Github blog)로 차별화 된 나만의 홈페이지 만들기!

안녕하세요 강의 잘 보고 있습니다. 카테고리 까지 추가는 잘 했는데 카테고리 안에 서브 카테고리로 또 분류하고 싶습니다. 어떻게 해야하나요? 예를들어 Algorithm이라는 카테고리를 만들고 그 안에 "BFS" "DFS" "GREEDY" 등등 만들고 싶습니다

  • 블로그
  • github
깨끗한 넙치 댓글 1 좋아요 0 조회수 504

섹션3 MD파일을 사용하기 위한 라이브러리 세팅하기에서

미해결

React 기반 Gatsby로 기술 블로그 개발하기

gatsby-config.js 파일을 수정하면 에러가 뜹니다.. C:\blog\my-blog>gatsby develop success compile gatsby files - 1.894s success load gatsby config - 0.032s ERROR UNKNOWN require() of ES Module C:\blog\my-blog\node_modules\unist-util-find\index.js from C:\blog\my-blog\node_modules\gatsby-remark-external-links\index.js not supported. Instead change the require of C:\blog\my-blog\node_modules\unist-util-find\index.js in C:\blog\my-blog\node_modules\gatsby-remark-external-links\index.js to a dynamic import() which is available in all CommonJS modules. (plugins) Error: [ERR_REQUIRE_ESM]: require() of ES Module C:\blog\my-blog\node_modules\unist-util-find\index.js from C:\blog\my -blog\node_modules\gatsby-remark-external-links\index.js not supported. Instead change the require of C:\blog\my-blog\node_modules\unist-util-find\index.js in C:\blog\my-blog\node_modules\ga tsby-remark-external-links\index.js to a dynamic import() which is available in all CommonJS modules. - index.js:2 Object.<anonymous> [my-blog]/[gatsby-remark-external-links]/index.js:2:14 not finished load plugins - 0.538s 다음과 같은 에러가 뜹니다... 구글링해도 모르겠습니다 ㅠㅠ

  • 블로그
  • gatsby
이수환 댓글 1 좋아요 0 조회수 511

수강후기

미해결

단 2주간 키운 블로그로 월 80만원 용돈 벌기

후기남겼습니다. 자료 요청드립니다. 010phy@naver.com (010숫자)

  • 디지털-마케팅
  • 블로그
shbae 댓글 1 좋아요 0 조회수 340

완강했습니다. 강의자료 부탁드려요.

미해결

단 2주간 키운 블로그로 월 80만원 용돈 벌기

delight_yj@naver.com 으로 자료 부탁드립니다. 감사합니다.

  • 디지털-마케팅
  • 블로그
예쁜 사슴 댓글 1 좋아요 0 조회수 391

ModuleNotFoundError: Module not found: Error: Can't resolve 'react-helmet' 에러

해결됨

React 기반 Gatsby로 기술 블로그 개발하기

강의 잘 듣고 있습니다 배포 막바지인데요 다름이 아니라 react-helmet 모듈 에러가 계속 나는데 혹시 같은 에러 겪으신 분 있나요? https://github.com/gatsbyjs/gatsby/issues/3432 에서 gatsby-plugin-react-helmet도 추가해보래서 했는데 여전히 안되네요. 제 레포지토리 주소는 https://github.com/HEON0121/HEON0121.github.io/tree/master 입니다

  • 블로그
  • gatsby
thehrto12 댓글 2 좋아요 0 조회수 1242

포스팅 오류

미해결

깃헙 블로그(Github blog)로 차별화 된 나만의 홈페이지 만들기!

새로운 md 파일 포스팅하려고 주피터 노트북에서 작업후 Md 파일로 다운로드 후, 커밋하고 원격저장소에 푸시하여 업로드 하였는데 블로그에 포스팅되지 않습니다. github에 들어가서 원격저장소 확인 결과 파일 업로드 되었는데 업로드가 되지 않습니다

  • 블로그
  • github
댓글 1 좋아요 0 조회수 337

gatsby-node.js의 기존코드

미해결

React 기반 Gatsby로 기술 블로그 개발하기

// 기존에 설치시 작성되어있던 코드 exports.createPages = async ({ actions }) => { const { createPage } = actions createPage({ path: '/using-dsg', component: require.resolve('./src/templates/using-dsg.js'), context: {}, defer: true, }) } 원래 gatsby-node.js에 있던 코드입니다. 위의 코드를 const path = require('path') // Setup Import Alias exports.onCreateWebpackConfig = ({ getConfig, actions }) => { const output = getConfig().output || {} actions.setWebpackConfig({ output, resolve: { alias: { components: path.resolve(__dirname, 'src/components'), utils: path.resolve(__dirname, 'src/utils'), hooks: path.resolve(__dirname, 'src/hooks'), }, }, }) } 이 코드로 완전 대체하면 될까요?

  • 블로그
  • gatsby
jj4783 댓글 2 좋아요 0 조회수 863

gatsby command 찾기 실패

미해결

React 기반 Gatsby로 기술 블로그 개발하기

다름이 아니고, 모의 실행 돌리려 `gatsby develop`을 실행하면 command not found: gatsby가 떠서, 패키지 닷 제이슨에 "start: gatsby develop"을 보고 npm run start를 통해 구동시켰는데요, 별도로 개츠비 관련 무언가를 다운받아야 하나요?? +)추가로 gatsby-plugin-manifest를 리무브하고 다시 구동시켜보니, 이 모듈은 인스톨했느냐는 워닝과 함꼐 돌아가질 않습니다...! 그래서 그냥 안쓰더라도 다시 깔아야하는 일이 있었습니다. 아마도 환경이 강사님이 제작하셨을 당시와 많이 달라졌나보네요ㅠㅠ

  • 블로그
  • gatsby
jj4783 댓글 1 좋아요 0 조회수 744

강의때 들었던 내용을 블로그 같은걸로 작성해도 되는지 궁금합니다.

미해결

자바 ORM 표준 JPA 프로그래밍 - 기본편

안녕하세요 취업한지 1년반정도된 주니어 개발자입니다. 취업하기 이전에는 취미삼아 깃허브에 블로그를 만들어서 pre에 코드프리터같은걸로 간단하게 개인 공부노트같이 만들어서 쓰고 있었는데 취업하고 나서는 회사에서 운영 및 유지보수 위주로만 작업하고 그래도 최근에 플러터로 앱 제작을 하나 하긴했었지만 끝난지 벌써 몇달이 되면서 개발 자체에 흥미가 떨어진 상태였는데 최근에 아는 형이 강사님의 JPA 강의를 다시 보면서 공부에 재미를 다시 붙이고 있습니다. 제 블로그를 보는 사람이 있으려나 모르겠지만 최근에 마크다운으로도 깃허브 블로그를 쓸 수 있다는 것을 알고 기존의 pre로 작성된 게시글들을 md파일로 변경하는 작업을 하고 있습니다. 그래서 이번 작업이 끝난 뒤 로드맵을 완강하면 정리해서 블로그에 쓸려고 했었는데 아까 말씀드린 형의 말로는 강의같은거는 저작권때문에 문제가 생길수 있다고 들었습니다. 만약 개인적으로 블로그에 쓰고 싶을때는 어떤식으로 허락을 맡아야 게시글로 쓸수 있는지 궁금합니다.

  • java
  • jpa
  • 저작권
  • 블로그
그냥곰 댓글 1 좋아요 0 조회수 792

toc__menu 관련

미해결

깃헙 블로그(Github blog)로 차별화 된 나만의 홈페이지 만들기!

안녕하세요 좋은 강의를 보고 블로그를 만들어서 글을 작성하고 있습니다. 블로그 작성중에 toc가 두번째 메뉴부터는 ul 태그로 들어가지 않고 빠져나와서 아래 사진과 같이 보이게 됩니다. 혹시 어느 부분을 수정해야할지 문의드립니다! 제 github은 https://github.com/crackernote 입니다! 답변주시면 감사하겠습니다!

  • 블로그
  • github
hjopy89 댓글 2 좋아요 0 조회수 461

Cannot query field "fields" on type "MarkdownRemark". error 발

미해결

React 기반 Gatsby로 기술 블로그 개발하기

slug설정 하는 부분 강의 를 보고 있는 Cannot query field "fields" on type "MarkdownRemark". error가 뜨면서 개발 서버에서 에러가 발생합니다. 며칠 서칭하고 강의를 다시 찾아보며 답을 찾으려 했는데 답이 안 나오네요. gatsby라이브러리 버전 문제일까 해서 업데이트도 해봤는디 안되구요.. 제 깃허브 주소 는 아래와 같습니다. 도와주세요 https://github.com/gull2365/blog

  • 블로그
  • gatsby
jych2365 댓글 1 좋아요 0 조회수 630

인기 태그

인프런 TOP Writers

주간 인기글