diff --git a/Gemfile b/Gemfile index 3be9c3cd812e..6b2bc67a1457 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,4 @@ source "https://rubygems.org" gemspec + +gem "webrick", "~> 1.8" diff --git a/_config.yml b/_config.yml index af7d57221b02..6146fe26f0a0 100644 --- a/_config.yml +++ b/_config.yml @@ -12,31 +12,31 @@ # 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 : "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" # Site Settings -locale : "en-US" +locale : "ko-KR" 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" +title : "Si_Rauis Note" +title_separator : "|" +subtitle : "small positive action" +name : "Si-Rauis" +description : "Rauis의 블로그 입니다." +url : "https://Si-rauis.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/120211050_p0.png" masthead_title : # overrides the website title displayed in the masthead, use " " for no title -breadcrumbs : # 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" disqus: - shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- + shortname : 'Si-Rauis' discourse: server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org facebook: @@ -105,21 +105,21 @@ social: # 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-C017LPWKZR" + anonymize_ip : false # Site Author author: - name : "Your Name" + name : "Si-Rauis" avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg" - bio : "I am an **amazing** person." - location : "Somewhere" + bio : "Rauis 샘플 블로그입니다." + location : "South Korea" email : links: - - label: "Email" + - label: "kkyd7189@gmail.com" icon: "fas fa-fw fa-envelope-square" # url: "mailto:your.name@email.com" - label: "Website" @@ -320,6 +320,9 @@ defaults: layout: single author_profile: true read_time: true - comments: # true + comments: true share: true related: true + show_date: true + +date_format: "%Y-%m-%d" diff --git a/_includes/comments-providers/disqus.html b/_includes/comments-providers/disqus.html index 16a6027c71c6..823da2c3eb7c 100644 --- a/_includes/comments-providers/disqus.html +++ b/_includes/comments-providers/disqus.html @@ -1,7 +1,7 @@ {% if site.comments.disqus.shortname %}