diff --git a/Gemfile b/Gemfile index 1291498971d7..cb8b26971af0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" -gemspec \ No newline at end of file +gemspec +gem "webrick", "~> 1.8" diff --git a/_config.yml b/_config.yml index 1da3e705de83..12c0e8a3d11d 100644 --- a/_config.yml +++ b/_config.yml @@ -12,27 +12,27 @@ # 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 : "sunrise" #"default" "air", "aqua", "contrast", "dark", "dirt", "mint", "plum", "sunrise" # Site Settings -locale : "en-US" -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" +locale : "ko-KR" +title : "Notebook" +title_separator : "|" +subtitle : "Simple and Clear" +name : "kwanwoo kim" +description : "카누의 블로그 입니다." +url : "https://kanu-kim.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" +logo : "/assets/images/logo_kanu.png" # 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 : false # true, false (default) +breadcrumbs : true # true, false (default) words_per_minute : 200 comments: - provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" + provider : "disqus" # 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 : "kanu-notebook" discourse: server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org facebook: @@ -73,9 +73,9 @@ google: search_engine_id : # YOUR_SEARCH_ENGINE_ID instant_search : # false (default), true # SEO Related -google_site_verification : +google_site_verification : bing_site_verification : -naver_site_verification : +naver_site_verification : "aa27e25d35ddf6baacd134378bd05dad3bade264" yandex_site_verification : baidu_site_verification : @@ -96,60 +96,37 @@ social: # Analytics analytics: - provider : false # 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-H5D2MTY4GK" + anonymize_ip : false # 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 : "Kanu" + avatar : "/assets/images/profile.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg" + bio : "분석 블로그 입니다." + location : "Seoul, Korea" + email : links: - label: "Email" icon: "fas fa-fw fa-envelope-square" - # url: "mailto:your.name@email.com" + url: "mailto:kanu7546@gmail.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/" - label: "GitHub" icon: "fab fa-fw fa-github" - # url: "https://github.com/" - - label: "Instagram" - icon: "fab fa-fw fa-instagram" - # url: "https://instagram.com/" + url: "https://github.com/kanu-kim" # 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: - - label: "Instagram" - icon: "fab fa-fw fa-instagram" - # url: + url: "https://github.com/kanu-kim" + # Reading Files @@ -220,7 +197,7 @@ sass: permalink: /:categories/:title/ paginate: 5 # amount of posts to show paginate_path: /page:num/ -timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +timezone: Asia/Seoul # Plugins (previously gems:) @@ -257,16 +234,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 @@ -283,10 +260,13 @@ defaults: - scope: path: "" type: posts - values: + values: layout: single author_profile: true read_time: true - comments: # true + comments: true share: true related: true + show_date: true + +date_format: "%Y-%m-%d" \ No newline at end of file diff --git a/_data/navigation.yml b/_data/navigation.yml index 6f30866f3bed..eeac2d0a57a5 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,7 +1,19 @@ # main links main: - - title: "Quick-Start Guide" - url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ + - title: "Category" + url: /categories/ + - title: "Tag" + url: /tags/ + - title: "Search" + url: /search/ + +docs: + - title: "대목차" + children: + - title: "Category" + url: /categories/ + - title: "Tag" + url: /tags/ # - title: "About" # url: https://mmistakes.github.io/minimal-mistakes/about/ # - title: "Sample Posts" diff --git a/_pages/404.md b/_pages/404.md new file mode 100644 index 000000000000..3547e6e71600 --- /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 +--- + +![404 error](https://www.freeparking.co.nz/learn/wp-content/uploads/2023/06/768x385-21.png) \ No newline at end of file diff --git a/_pages/category-archive.md b/_pages/category-archive.md new file mode 100644 index 000000000000..245859ac0788 --- /dev/null +++ b/_pages/category-archive.md @@ -0,0 +1,5 @@ +--- +title: "Category" +layout: categories +permalink: /categories/ +--- \ No newline at end of file diff --git a/_pages/search.md b/_pages/search.md new file mode 100644 index 000000000000..9a05649273fd --- /dev/null +++ b/_pages/search.md @@ -0,0 +1,5 @@ +--- +title: Search +layout: search +permalink: /search/ +--- \ No newline at end of file diff --git a/_pages/tag-archive.md b/_pages/tag-archive.md new file mode 100644 index 000000000000..58ae8e76afc6 --- /dev/null +++ b/_pages/tag-archive.md @@ -0,0 +1,7 @@ +--- +title: "Tag" +layout: tags +permalink: /tags/ +author_profile: true +sidebar_main: true +--- \ No newline at end of file diff --git a/_posts/2023-10-17-first.md b/_posts/2023-10-17-first.md new file mode 100644 index 000000000000..1b9e025ed2bc --- /dev/null +++ b/_posts/2023-10-17-first.md @@ -0,0 +1,20 @@ +--- +layout: single +title: "환영합니다" +categories: coding +tag: [python,blog] +search: false +toc: true +author_profile: false +sidebar: + nav: "docs" +--- + +# 블로그 시작하겠습니다. +어서오세요~ + +## 처음 만든 로고입니다. +![sin](/assets/images/sin.png) + + + diff --git a/_sass/minimal-mistakes.scss b/_sass/minimal-mistakes.scss index 3b252e56200c..e6fca36a24b2 100644 --- a/_sass/minimal-mistakes.scss +++ b/_sass/minimal-mistakes.scss @@ -38,3 +38,6 @@ @import "minimal-mistakes/archive"; @import "minimal-mistakes/sidebar"; @import "minimal-mistakes/print"; + +/* google fonts */ +@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap'); \ No newline at end of file diff --git a/_sass/minimal-mistakes/_variables.scss b/_sass/minimal-mistakes/_variables.scss index 81a3acf7b88f..150bb655c4de 100644 --- a/_sass/minimal-mistakes/_variables.scss +++ b/_sass/minimal-mistakes/_variables.scss @@ -13,8 +13,8 @@ $paragraph-indent: false !default; // true, false (default) $indent-var: 1.3em !default; /* system typefaces */ -$serif: Georgia, Times, serif !default; -$sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", +$serif: Times, Georgia, serif !default; +$sans-serif: -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default; $monospace: Monaco, Consolas, "Lucida Console", monospace !default; diff --git a/assets/images/logo_kanu.png b/assets/images/logo_kanu.png new file mode 100644 index 000000000000..a69ad07073c6 Binary files /dev/null and b/assets/images/logo_kanu.png differ diff --git a/assets/images/profile.jpg b/assets/images/profile.jpg new file mode 100644 index 000000000000..322a6296e3dc Binary files /dev/null and b/assets/images/profile.jpg differ diff --git a/assets/images/sin.png b/assets/images/sin.png new file mode 100644 index 000000000000..705525d36e73 Binary files /dev/null and b/assets/images/sin.png differ diff --git a/google20de4975e5617832.html b/google20de4975e5617832.html new file mode 100644 index 000000000000..3704c0836c2e --- /dev/null +++ b/google20de4975e5617832.html @@ -0,0 +1 @@ +google-site-verification: google20de4975e5617832.html \ No newline at end of file