diff --git a/_config.yml b/_config.yml index 479b9ee27945..4fd0b2c302a2 100644 --- a/_config.yml +++ b/_config.yml @@ -15,27 +15,27 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "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 : "예스노트" +title_separator : "|" +subtitle : "인데 오답노트인.." +name : "YesNote" +description : "예스노트의 블로그입니다" +url : "https://yesnote.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 : false # true, false (default) +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 : "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 : "yesnote" discourse: server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org facebook: @@ -83,7 +83,7 @@ google: # SEO Related google_site_verification : bing_site_verification : -naver_site_verification : +naver_site_verification : "ed2915932d64fe740b0f54b35953d6c7ec72e3a3" yandex_site_verification : baidu_site_verification : @@ -104,35 +104,29 @@ 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-FVL2CQVDMK" + anonymize_ip : false # true, false (default) # Site Author author: - name : "Your Name" + name : "YesNote" avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg" - bio : "I am an **amazing** person." - location : "Somewhere" - email : + bio : "예스노트의 블로그입니다" + location : "SKKU, Republic of Korea" + email : links: - label: "Email" icon: "fas fa-fw fa-envelope-square" - # url: "mailto:your.name@email.com" + url: "mailto:dolcei5935@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/" + url: "https://yesnote.github.io" - label: "GitHub" icon: "fab fa-fw fa-github" - # url: "https://github.com/" + url: "https://github.com/yesnote" - label: "Instagram" icon: "fab fa-fw fa-instagram" # url: "https://instagram.com/" @@ -140,21 +134,9 @@ author: # 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/yesnote" - label: "Instagram" icon: "fab fa-fw fa-instagram" # url: @@ -226,7 +208,7 @@ sass: # Outputting permalink: /:categories/:title/ -timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +timezone: Asia/Seoul # Pagination with jekyll-paginate @@ -289,16 +271,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 @@ -319,6 +301,7 @@ defaults: layout: single author_profile: true read_time: true - comments: # true + comments: true share: true related: true + show_date: true diff --git a/_data/navigation.yml b/_data/navigation.yml index 6f30866f3bed..30bb163460d8 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,7 +1,11 @@ # 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/ # - title: "About" # url: https://mmistakes.github.io/minimal-mistakes/about/ # - title: "Sample Posts" @@ -9,4 +13,4 @@ main: # - title: "Sample Collections" # url: /collection-archive/ # - title: "Sitemap" - # url: /sitemap/ \ No newline at end of file + # url: /sitemap/ diff --git a/_pages/404.md b/_pages/404.md new file mode 100644 index 000000000000..b3025a6053b5 --- /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 +--- + +Sorry, but the page you were trying to view does not exist. 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-06-22-first.md b/_posts/2024-06-22-first.md new file mode 100644 index 000000000000..16dcdcfc2443 --- /dev/null +++ b/_posts/2024-06-22-first.md @@ -0,0 +1,12 @@ +--- +layout: single +title: "How to learn deep learning" +categories: Pytorch +tag: [pytorch, coding, deeplearning] +toc: true +author_profile: false +--- + +## 딥러닝 공부를 좀 해보려고요.. + +{% include video id="Z_ikDlimN6A" provider="youtube" %} diff --git a/_sass/minimal-mistakes/_variables.scss b/_sass/minimal-mistakes/_variables.scss index 81a3acf7b88f..322743105e79 100644 --- a/_sass/minimal-mistakes/_variables.scss +++ b/_sass/minimal-mistakes/_variables.scss @@ -13,10 +13,11 @@ $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", +$customFont: "BMJUA"; +$serif: $customFont, Georgia, Times, serif !default; +$sans-serif: $customFont, -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default; -$monospace: Monaco, Consolas, "Lucida Console", monospace !default; +$monospace: $customFont, Monaco, Consolas, "Lucida Console", monospace !default; /* sans serif typefaces */ $sans-serif-narrow: $sans-serif !default; diff --git a/assets/css/main.scss b/assets/css/main.scss index 1f0ead318516..656406f089e0 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -7,3 +7,10 @@ search: false @import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin @import "minimal-mistakes"; // main partials + +@font-face { + font-family: 'BMJUA'; + src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff'); + font-weight: normal; + font-style: normal; +} diff --git a/googled5569458e155a943.html b/googled5569458e155a943.html new file mode 100644 index 000000000000..8d43f1ca69d3 --- /dev/null +++ b/googled5569458e155a943.html @@ -0,0 +1 @@ +google-site-verification: googled5569458e155a943.html \ No newline at end of file