diff --git a/_config.yml b/_config.yml index af7d57221b02..2a26f9087606 100644 --- a/_config.yml +++ b/_config.yml @@ -12,154 +12,134 @@ # theme : "minimal-mistakes-jekyll" # remote_theme : "mmistakes/minimal-mistakes" -minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" +minimal_mistakes_skin: "air" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" # Site Settings -locale : "en-US" -rtl : # true, false (default) # turns direction of the page into right to left for RTL languages -title : "Site Title" -title_separator : "-" -subtitle : # site tagline that appears below site title in masthead -name : "Your Name" -description : "An amazing website." -url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" -baseurl : # the subpath of your site, e.g. "/blog" -repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" -teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" -logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" -masthead_title : # overrides the website title displayed in the masthead, use " " for no title -breadcrumbs : # true, false (default) -words_per_minute : 200 -enable_copy_code_button : # true, false (default) -copyright : # "copyright" name, defaults to site.title -copyright_url : # "copyright" URL, defaults to site.url +locale: "ko-KR" +rtl: # true, false (default) # turns direction of the page into right to left for RTL languages +title: "김맥스의 개발기록" +title_separator: "|" +subtitle: "백엔드 개발자" +name: "Minho Kim" +description: "An amazing website." +url: "https://maxkmh712.github.io" +baseurl: # the subpath of your site, e.g. "/blog" +repository: # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" +teaser: # path of fallback teaser image, e.g. "/assets/images/500x300.png" +logo: # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" +masthead_title: # overrides the website title displayed in the masthead, use " " for no title +breadcrumbs: true # true, false (default) 네비게이션 메뉴 +words_per_minute: 200 +enable_copy_code_button: # true, false (default) +copyright: # "copyright" name, defaults to site.title +copyright_url: # "copyright" URL, defaults to site.url comments: - provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" + provider: # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" disqus: - shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- + shortname: # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- discourse: - server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org + 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" + appid: + num_posts: # 5 (default) + colorscheme: # "light" (default), "dark" utterances: - theme : # "github-light" (default), "github-dark" - issue_term : # "pathname" (default) + theme: # "github-light" (default), "github-dark" + issue_term: # "pathname" (default) giscus: - repo_id : # Shown during giscus setup at https://giscus.app - category_name : # Full text name of the category - category_id : # Shown during giscus setup at https://giscus.app - discussion_term : # "pathname" (default), "url", "title", "og:title" - reactions_enabled : # '1' for enabled (default), '0' for disabled - theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme" - strict : # 1 for enabled, 0 for disabled (default) - input_position : # "top", "bottom" # The comment input box will be placed above or below the comments - emit_metadata : # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage - lang : # "en" (default) - lazy : # true, false # Loading of the comments will be deferred until the user scrolls near the comments container. + repo_id: # Shown during giscus setup at https://giscus.app + category_name: # Full text name of the category + category_id: # Shown during giscus setup at https://giscus.app + discussion_term: # "pathname" (default), "url", "title", "og:title" + reactions_enabled: # '1' for enabled (default), '0' for disabled + theme: # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme" + strict: # 1 for enabled, 0 for disabled (default) + input_position: # "top", "bottom" # The comment input box will be placed above or below the comments + emit_metadata: # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage + lang: # "en" (default) + lazy: # true, false # Loading of the comments will be deferred until the user scrolls near the comments container. staticman: - branch : # "master" - endpoint : # "https://{your Staticman v3 API}/v3/entry/github/" + branch: # "master" + endpoint: # "https://{your Staticman v3 API}/v3/entry/github/" reCaptcha: - siteKey : - secret : + siteKey: + secret: atom_feed: - path : # blank (default) uses feed.xml - hide : # true, false (default) -search : # true, false (default) -search_full_content : # true, false (default) -search_provider : # lunr (default), algolia, google + path: # blank (default) uses feed.xml + hide: # true, false (default) +search: # true, false (default) +search_full_content: # true, false (default) +search_provider: # lunr (default), algolia, google lunr: - search_within_pages : # true, false (default) + search_within_pages: # true, false (default) algolia: - application_id : # YOUR_APPLICATION_ID - index_name : # YOUR_INDEX_NAME - search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY - powered_by : # true (default), false + application_id: # YOUR_APPLICATION_ID + index_name: # YOUR_INDEX_NAME + search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY + powered_by: # true (default), false google: - search_engine_id : # YOUR_SEARCH_ENGINE_ID - instant_search : # false (default), true + search_engine_id: # YOUR_SEARCH_ENGINE_ID + instant_search: # false (default), true # SEO Related -google_site_verification : -bing_site_verification : -naver_site_verification : -yandex_site_verification : -baidu_site_verification : +google_site_verification: +bing_site_verification: +naver_site_verification: "533cb9b4c9e2becefd32bbfe78d15a0cfa3e432c" +yandex_site_verification: +baidu_site_verification: # Social Sharing twitter: - username : + username: facebook: - username : - app_id : - publisher : -og_image : # Open Graph/Twitter default site image + username: + app_id: + publisher: +og_image: # Open Graph/Twitter default site image # For specifying social profiles # - https://developers.google.com/structured-data/customize/social-profiles social: - type : # Person or Organization (defaults to Person) - name : # If the user or organization name differs from the site's name + type: # Person or Organization (defaults to Person) + name: # If the user or organization name differs from the site's name links: # An array of links to social media profiles # Analytics analytics: - provider : # false (default), "google", "google-universal", "google-gtag", "custom" + provider: "google-gtag" # false (default), "google", "google-universal", "google-gtag", "custom" google: - tracking_id : - anonymize_ip : # true, false (default) - + tracking_id: "G-YBL37NK8V1" + anonymize_ip: false # true, false (default) # Site Author author: - name : "Your Name" - avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg" - bio : "I am an **amazing** person." - location : "Somewhere" - email : + name: + avatar: "/assets/images/photo.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg" + bio: + location: "Seoul, South Korea" + email: links: - label: "Email" icon: "fas fa-fw fa-envelope-square" - # url: "mailto:your.name@email.com" + url: "mailto:your.name@email.com" - label: "Website" icon: "fas fa-fw fa-link" - # url: "https://your-website.com" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - # url: "https://twitter.com/" - - label: "Facebook" - icon: "fab fa-fw fa-facebook-square" - # url: "https://facebook.com/" + url: "https://maxkmh712.github.io" - label: "GitHub" icon: "fab fa-fw fa-github" - # url: "https://github.com/" + url: "https://github.com/maxkmh712" - label: "Instagram" icon: "fab fa-fw fa-instagram" - # url: "https://instagram.com/" + url: "https://www.instagram.com/minoooookim?igsh=Mm5zamdia3g5NDVh&utm_source=qr" # Site Footer footer: links: - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - # url: - - label: "Facebook" - icon: "fab fa-fw fa-facebook-square" - # url: - label: "GitHub" icon: "fab fa-fw fa-github" - # url: - - label: "GitLab" - icon: "fab fa-fw fa-gitlab" - # url: - - label: "Bitbucket" - icon: "fab fa-fw fa-bitbucket" - # url: + url: "https://github.com/maxkmh712" - label: "Instagram" icon: "fab fa-fw fa-instagram" - # url: - + url: "https://www.instagram.com/minoooookim?igsh=Mm5zamdia3g5NDVh&utm_source=qr" # Reading Files include: @@ -198,7 +178,6 @@ keep_files: encoding: "utf-8" markdown_ext: "markdown,mkdown,mkdn,mkd,md" - # Conversion markdown: kramdown highlighter: rouge @@ -206,7 +185,6 @@ lsi: false excerpt_separator: "\n\n" incremental: false - # Markdown Processing kramdown: input: GFM @@ -218,17 +196,14 @@ kramdown: smart_quotes: lsquo,rsquo,ldquo,rdquo enable_coderay: false - # Sass/SCSS sass: sass_dir: _sass style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style - # Outputting permalink: /:categories/:title/ -timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - +timezone: Asia/Seoul # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # Pagination with jekyll-paginate paginate: 5 # amount of posts to show @@ -241,21 +216,20 @@ pagination: # Set enabled to true to use paginate v2 # enabled: true debug: false - collection: 'posts' + collection: "posts" per_page: 10 - permalink: '/page/:num/' - title: ':title - page :num' + permalink: "/page/:num/" + title: ":title - page :num" limit: 0 - sort_field: 'date' + sort_field: "date" sort_reverse: true - category: 'posts' - tag: '' - locale: '' + category: "posts" + tag: "" + locale: "" trail: before: 2 after: 2 - # Plugins (previously gems:) plugins: - jekyll-paginate @@ -272,7 +246,6 @@ whitelist: - jekyll-feed - jekyll-include-cache - # Archives # Type # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default) @@ -290,17 +263,16 @@ tag_archive: type: liquid path: /tags/ # https://github.com/jekyll/jekyll-archives -# jekyll-archives: -# enabled: -# - categories -# - tags -# layouts: -# category: archive-taxonomy -# tag: archive-taxonomy -# permalinks: -# category: /categories/:name/ -# tag: /tags/:name/ - +jekyll-archives: + enabled: + - categories + - tags + layouts: + category: archive-taxonomy + tag: archive-taxonomy + permalinks: + category: /categories/:name/ + tag: /tags/:name/ # HTML Compression # - https://jch.penibelst.de/ @@ -309,7 +281,6 @@ compress_html: ignore: envs: development - # Defaults defaults: # _posts @@ -323,3 +294,4 @@ defaults: comments: # true share: true related: true + show_date: false # 글 작성 날짜 diff --git a/_data/navigation.yml b/_data/navigation.yml index 6f30866f3bed..bfe3fd388130 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,12 +1,33 @@ # main links main: - - title: "Quick-Start Guide" - url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ - # - title: "About" - # url: https://mmistakes.github.io/minimal-mistakes/about/ - # - title: "Sample Posts" - # url: /year-archive/ - # - title: "Sample Collections" - # url: /collection-archive/ - # - title: "Sitemap" - # url: /sitemap/ \ No newline at end of file + - title: "Category" # 우측 상단에 보이는 버튼 이름 + url: /categories/ + - title: "Tag" # 우측 상단에 보이는 버튼 이름 + url: /tags/ + - title: "Search" # 우측 상단에 보이는 버튼 이름 + url: /search/ + +docs: + - title: "대목차1" + children: + - title: "Category" + url: /categories/ + - title: "Tag" + url: /tags/ + + - title: "대목차2" + children: + - title: "Category" + url: /categories/ + - title: "Tag" + url: /tags/ + # - title: "Quick-Start Guide" + # url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ + # - title: "About" + # url: https://mmistakes.github.io/minimal-mistakes/about/ + # - title: "Sample Posts" + # url: /year-archive/ + # - title: "Sample Collections" + # url: /collection-archive/ + # - title: "Sitemap" + # url: /sitemap/ diff --git a/_pages/404.md b/_pages/404.md new file mode 100644 index 000000000000..ce5b1b781cf1 --- /dev/null +++ b/_pages/404.md @@ -0,0 +1,8 @@ +--- +title: "Page Not Found" +excerpt: "Page not found. Your pixels are in another canvas." +sitemap: false +permalink: /404.html +--- + +![](https://siliconvalleygazette.com/wp-content/uploads/2021/12/what-is-the-404-not-found-error.png) diff --git a/_pages/category-archive.md b/_pages/category-archive.md new file mode 100644 index 000000000000..0debf30bc289 --- /dev/null +++ b/_pages/category-archive.md @@ -0,0 +1,7 @@ +--- +title: "Category" +layout: categories +permalink: /categories/ +author_profile: true +sidebar_main: true +--- diff --git a/_pages/search.md b/_pages/search.md new file mode 100644 index 000000000000..df7b02a17dce --- /dev/null +++ b/_pages/search.md @@ -0,0 +1,5 @@ +--- +title: Search +layout: search +permalink: /search/ +--- diff --git a/_pages/tag-archive.md b/_pages/tag-archive.md new file mode 100644 index 000000000000..3b677c022c0f --- /dev/null +++ b/_pages/tag-archive.md @@ -0,0 +1,7 @@ +--- +title: "Tag" +layout: tags +permalink: /tags/ +author_profile: true +sidebar_main: true +--- diff --git a/_posts/2024-07-05-abc.md b/_posts/2024-07-05-abc.md new file mode 100644 index 000000000000..c60709463948 --- /dev/null +++ b/_posts/2024-07-05-abc.md @@ -0,0 +1,37 @@ +--- +layout: single +title: "첫 포스팅 테스트" +typora-root-url: ../ +categories: coding +tag: [python, javascript, java] +toc: true # table of contents 목차 +author_profile: false # 연락처 정보 숨기기 +sidebar: # 사이드바 네이게이션 수정 + nav: "docs" # /_data/navigation.yml의 docs를 의미 +search: true # 해당 글이 내 블로그 내에서 검색되지 않길 원하면 false +--- + +# 제목1 + +## 제목2 + +### 제목3 + +이미지 추가 테스트 + +```typescript +const slaveQueryRunner = dataSource.createQueryRunner("slave"); +try { + const userFromSlave = await slaveQueryRunner.query( + "SELECT * FROM users WHERE id = $1", + [userId], + slaveQueryRunner + ); +} finally { + return slaveQueryRunner.release(); +} +``` + +123123 + +![dev_inuh_no_frustration](/images/2024-07-05-test/dev_inuh_no_frustration.png) diff --git a/assets/images/photo.jpg b/assets/images/photo.jpg new file mode 100644 index 000000000000..c7c396d33867 Binary files /dev/null and b/assets/images/photo.jpg differ diff --git a/google667f702851a24e7c.html b/google667f702851a24e7c.html new file mode 100644 index 000000000000..b1d337ddacfd --- /dev/null +++ b/google667f702851a24e7c.html @@ -0,0 +1 @@ +google-site-verification: google667f702851a24e7c.html \ No newline at end of file diff --git a/images/2024-07-05-test/bori-0169856.jpeg b/images/2024-07-05-test/bori-0169856.jpeg new file mode 100644 index 000000000000..4ac5ea1dffee Binary files /dev/null and b/images/2024-07-05-test/bori-0169856.jpeg differ diff --git a/images/2024-07-05-test/bori.jpeg b/images/2024-07-05-test/bori.jpeg new file mode 100644 index 000000000000..4ac5ea1dffee Binary files /dev/null and b/images/2024-07-05-test/bori.jpeg differ diff --git a/images/2024-07-05-test/dev_inuh_no_frustration.png b/images/2024-07-05-test/dev_inuh_no_frustration.png new file mode 100644 index 000000000000..80f0ec215a0c Binary files /dev/null and b/images/2024-07-05-test/dev_inuh_no_frustration.png differ