diff --git a/_config.yml b/_config.yml
index 1da3e705de83..4d7832b22386 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 : "mint" # "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 : "Soosembly Note"
+title_separator : "|"
+subtitle : "Rien ne presse😉" # site tagline that appears below site title in masthead
+name : "Soosembly"
+description : "Soosembly의 블로그 입니다"
+url : "https://Soosembly.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/soo512x512.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), "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
disqus:
- shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
+ shortname : "Soosembly"
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
@@ -75,7 +75,7 @@ google:
# SEO Related
google_site_verification :
bing_site_verification :
-naver_site_verification :
+naver_site_verification : "f76aafa42dcc0ff691434f5bf3ca5c03bc6f9adc"
yandex_site_verification :
baidu_site_verification :
@@ -96,18 +96,18 @@ social:
# Analytics
analytics:
- provider : false # false (default), "google", "google-universal", "google-gtag", "custom"
+ provider : "google-gtag" # false (default), ""google", "google-universal", "custom"
google:
- tracking_id :
+ tracking_id : "G-SLK2QBMWZR"
anonymize_ip : # true, false (default)
# Site Author
author:
- name : "Your Name"
+ name : "Soosembly"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
- bio : "I am an **amazing** person."
- location : "Somewhere"
+ bio : "Soosembly의 블로그 입니다"
+ location : "South Korea"
email :
links:
- label: "Email"
@@ -220,7 +220,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 # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins (previously gems:)
@@ -257,16 +257,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
@@ -287,6 +287,13 @@ defaults:
layout: single
author_profile: true
read_time: true
- comments: # true
+ comments: true
share: true
related: true
+ show_date: true
+ toc: true
+ toc_sticky: ture
+ toc_icon: "fas fa-book"
+ toc_label: CONTENTS
+
+date_format: "%Y-%m-%d"
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 6f30866f3bed..93704b717c90 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,7 +1,23 @@
# 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/
+
+
+# side links
+docs:
+ - title: "Contents"
+ children:
+ - title: "Catogory"
+ 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..c6e044faaec3
--- /dev/null
+++ b/_pages/404.md
@@ -0,0 +1,10 @@
+---
+title: "Page Not Found"
+excerpt: "Page not found. Your pixels are in another canvas."
+sitemap: false
+permalink: /404.html
+---
+
+
+
+
diff --git a/_pages/category-archive.md b/_pages/category-archive.md
new file mode 100644
index 000000000000..3cd6f6e06761
--- /dev/null
+++ b/_pages/category-archive.md
@@ -0,0 +1,7 @@
+---
+title: "Category"
+layout: categories
+permalink: /categories/
+author_profile: true
+sidebar_main: true
+---
\ No newline at end of file
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..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-12-02-first.md b/_posts/2023-12-02-first.md
new file mode 100644
index 000000000000..e4058df4734d
--- /dev/null
+++ b/_posts/2023-12-02-first.md
@@ -0,0 +1,76 @@
+---
+layout: single
+title: "Hello World!"
+typora-root-url: ../
+categories: CODING
+tag: [python, pytorch, tensorflow]
+author_profile: false
+search: false
+---
+
+
+**[Notice]** [Jekyll blog 신규 업데이트 안내](https://mmistakes.github.io/minimal-mistakes/docs/utility-classes/)
+{: .notice--success}
+
+
+
공지사항 입니다
+
+ - 공지사항 순서 1
+ - 공지사항 순서 2
+ - 공지사항 순서 3
+
+
+
+
+
+## 오늘 처음 블로그를 만들어 보았다.
+
+기록해 보자! 🚀
+
+
+'''python
+class NeuralNetwork(nn.Module):
+ def __init__(self):
+ super().__init__()
+ self.flatten = nn.Flatten()
+ self.linear_relu_stack = nn.Sequential(
+ nn.Linear(28*28, 512),
+ nn.ReLU(),
+ nn.Linear(512, 512),
+ nn.ReLU(),
+ nn.Linear(512, 10),
+ )
+
+ def forward(self, x):
+ x = self.flatten(x)
+ logits = self.linear_relu_stack(x)
+ return logits
+'''
+
+
+
+
+
+
+
+
+
+
+
+
+![KakaoTalk_Photo_2023-08-19-00-49-39](/images/2023-12-02-first/KakaoTalk_Photo_2023-08-19-00-49-39.jpeg)
+
+
+
+![star](/images/2023-12-02-first/star-1529426.jpeg)
+
+
+## 목차를 위한 문장
+### 목차를 위한 문장
+목차를 위한 문장
+목차를 위한 문장
+
+## 목차를 위한 문장
+### 목차를 위한 문장
+목차를 위한 문장
+목차를 위한 문장
\ No newline at end of file
diff --git a/_sass/minimal-mistakes.scss b/_sass/minimal-mistakes.scss
index 3b252e56200c..329e31bd9518 100644
--- a/_sass/minimal-mistakes.scss
+++ b/_sass/minimal-mistakes.scss
@@ -38,3 +38,7 @@
@import "minimal-mistakes/archive";
@import "minimal-mistakes/sidebar";
@import "minimal-mistakes/print";
+
+/* google fonts */
+@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');
+
diff --git a/_sass/minimal-mistakes/_navigation.scss b/_sass/minimal-mistakes/_navigation.scss
index 24d1b1b5ce91..5fbe040176a1 100644
--- a/_sass/minimal-mistakes/_navigation.scss
+++ b/_sass/minimal-mistakes/_navigation.scss
@@ -515,7 +515,7 @@
.nav__title {
color: #fff;
font-size: $type-size-6;
- background: $primary-color;
+ background: $toc_color;
border-top-left-radius: $border-radius;
border-top-right-radius: $border-radius;
}
diff --git a/_sass/minimal-mistakes/_page.scss b/_sass/minimal-mistakes/_page.scss
index 847dc4c427b5..1d1a5a7e6d79 100644
--- a/_sass/minimal-mistakes/_page.scss
+++ b/_sass/minimal-mistakes/_page.scss
@@ -38,12 +38,12 @@ body {
.page {
@include breakpoint($large) {
float: right;
- width: calc(100% - #{$right-sidebar-width-narrow});
+ width: calc(100%);
padding-right: $right-sidebar-width-narrow;
}
@include breakpoint($x-large) {
- width: calc(100% - #{$right-sidebar-width});
+ width: calc(100%);
padding-right: $right-sidebar-width;
}
diff --git a/_sass/minimal-mistakes/_variables.scss b/_sass/minimal-mistakes/_variables.scss
index 81a3acf7b88f..5e5cc6a24ec4 100644
--- a/_sass/minimal-mistakes/_variables.scss
+++ b/_sass/minimal-mistakes/_variables.scss
@@ -14,7 +14,7 @@ $indent-var: 1.3em !default;
/* system typefaces */
$serif: Georgia, Times, serif !default;
-$sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
+$sans-serif: -apple-system, BlinkMacSystemFont, "Gowun Dodum", "Roboto", "Segoe UI",
"Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
$monospace: Monaco, Consolas, "Lucida Console", monospace !default;
@@ -171,3 +171,7 @@ $navicon-width: 1.5rem !default;
$navicon-height: 0.25rem !default;
$global-transition: all 0.2s ease-in-out !default;
$intro-transition: intro 0.3s both !default;
+
+/* toc_color */
+$toc_color: #2cd1b9 !default;
+
diff --git a/assets/images/soo512x512.png b/assets/images/soo512x512.png
new file mode 100644
index 000000000000..9c69fa4f85dd
Binary files /dev/null and b/assets/images/soo512x512.png differ
diff --git a/google48ab649a6846ffcc.html b/google48ab649a6846ffcc.html
new file mode 100644
index 000000000000..f330fa27be9f
--- /dev/null
+++ b/google48ab649a6846ffcc.html
@@ -0,0 +1 @@
+google-site-verification: google48ab649a6846ffcc.html
\ No newline at end of file
diff --git a/images/2023-12-02-first/KakaoTalk_Photo_2023-08-19-00-49-39.jpeg b/images/2023-12-02-first/KakaoTalk_Photo_2023-08-19-00-49-39.jpeg
new file mode 100644
index 000000000000..c3b0da79d849
Binary files /dev/null and b/images/2023-12-02-first/KakaoTalk_Photo_2023-08-19-00-49-39.jpeg differ
diff --git a/images/2023-12-02-first/star-1528997.jpeg b/images/2023-12-02-first/star-1528997.jpeg
new file mode 100644
index 000000000000..9031bc74f0f0
Binary files /dev/null and b/images/2023-12-02-first/star-1528997.jpeg differ
diff --git a/images/2023-12-02-first/star-1529426.jpeg b/images/2023-12-02-first/star-1529426.jpeg
new file mode 100644
index 000000000000..9031bc74f0f0
Binary files /dev/null and b/images/2023-12-02-first/star-1529426.jpeg differ
diff --git a/images/2023-12-02-first/star.jpeg b/images/2023-12-02-first/star.jpeg
new file mode 100644
index 000000000000..9031bc74f0f0
Binary files /dev/null and b/images/2023-12-02-first/star.jpeg differ