diff --git a/_config.yml b/_config.yml index af7d57221b02..12499186ca6b 100644 --- a/_config.yml +++ b/_config.yml @@ -17,12 +17,12 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt" # 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 : "zongseo" title_separator : "-" subtitle : # site tagline that appears below site title in masthead -name : "Your Name" +name : "나종서" description : "An amazing website." -url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +url : "https://zongseo.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" @@ -68,8 +68,8 @@ reCaptcha: atom_feed: path : # blank (default) uses feed.xml hide : # true, false (default) -search : # true, false (default) -search_full_content : # true, false (default) +search : true +search_full_content : true search_provider : # lunr (default), algolia, google lunr: search_within_pages : # true, false (default) @@ -113,30 +113,30 @@ analytics: # Site Author author: - name : "Your Name" + name : "나종서" avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg" bio : "I am an **amazing** person." - location : "Somewhere" - email : + location : "South-Korea" + email : links: - label: "Email" icon: "fas fa-fw fa-envelope-square" - # 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/" - - 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: "mailto:jongseona99@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/" # Site Footer footer: @@ -149,7 +149,7 @@ footer: # url: - label: "GitHub" icon: "fab fa-fw fa-github" - # url: + url: "https://github.com/zongseo" - label: "GitLab" icon: "fab fa-fw fa-gitlab" # url: diff --git a/_data/navigation.yml b/_data/navigation.yml index 6f30866f3bed..b66ed2ff2c99 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,12 +1,18 @@ # main links main: - - title: "Quick-Start Guide" - url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ + # - 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: "Categories" + sublinks: + - title: "ALL" + url: /categories/ + - title: "AI" + url: /ai/ + - title: "ETC" + url: /etc/ diff --git a/_includes/GoogleAdSenseSidbar.html b/_includes/GoogleAdSenseSidbar.html new file mode 100644 index 000000000000..8ccbc4594c90 --- /dev/null +++ b/_includes/GoogleAdSenseSidbar.html @@ -0,0 +1,11 @@ + + + + diff --git a/_includes/browser-upgrade.html b/_includes/browser-upgrade.html new file mode 100644 index 000000000000..ec6ad0acc566 --- /dev/null +++ b/_includes/browser-upgrade.html @@ -0,0 +1,3 @@ + diff --git a/_includes/icon.html b/_includes/icon.html new file mode 100644 index 000000000000..44d26ab310fe --- /dev/null +++ b/_includes/icon.html @@ -0,0 +1,25 @@ + + + + + + + + + {% case include.icon %} + + {% when "email" %} + + + + {% when "github" %} + + + + {% when "look" %} + + {% endcase %} + + + + diff --git a/_includes/masthead.html b/_includes/masthead.html index f919fb77937c..d3ba94e6a885 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -9,19 +9,35 @@ {% endunless %} {{ site.masthead_title | default: site.title }} - {% if site.subtitle %}{{ site.subtitle }}{% endif %} - + + + {% assign class = nil %} + {% if page.url contains link.url %} + {% assign class = 'active' %} + {% endif %} + {% if link.sublinks %} + + {% else %} +
  • + {{ link.title }} +
  • + {% endif %} + {% endfor %} + + {% if site.search == true %}