diff --git a/_categories/development.md b/_categories/development.md new file mode 100644 index 000000000000..ccc83bd4dee0 --- /dev/null +++ b/_categories/development.md @@ -0,0 +1,4 @@ +--- +layout: category +title: "개발" +--- diff --git a/_categories/novel.md b/_categories/novel.md new file mode 100644 index 000000000000..f6a492112ed6 --- /dev/null +++ b/_categories/novel.md @@ -0,0 +1,4 @@ +--- +layout: category +title: "소설" +--- diff --git a/_config.yml b/_config.yml index 1da3e705de83..34666de65a8e 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ # theme : "minimal-mistakes-jekyll" # remote_theme : "mmistakes/minimal-mistakes" minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" - +# future : true # Site Settings locale : "en-US" title : "Site Title" @@ -21,7 +21,7 @@ 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" +url : "https://aktmdtkd.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" @@ -290,3 +290,9 @@ defaults: comments: # true share: true related: true + +# Masik's add +collections: + categories: + output: true + diff --git a/_data/navigation.yml b/_data/navigation.yml index 6f30866f3bed..cbe607279197 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -9,4 +9,12 @@ main: # - title: "Sample Collections" # url: /collection-archive/ # - title: "Sitemap" - # url: /sitemap/ \ No newline at end of file + # url: /sitemap/ + +sidebar: + - title: "카테고리" + items: + - title: "개발" + url: /categories/development/ + - title: "소설" + url: /categories/novel/ diff --git a/_includes/mathjax_support.html b/_includes/mathjax_support.html new file mode 100644 index 000000000000..f5134c134a29 --- /dev/null +++ b/_includes/mathjax_support.html @@ -0,0 +1,23 @@ + + diff --git a/_includes/scripts.html b/_includes/scripts.html index bbdaddff0bab..ac9024df1d02 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -26,3 +26,21 @@ {% endfor %} {% endif %} + + + + + diff --git a/_layouts/categories.html b/_layouts/categories.html index f5448a2934c8..39e1870e3283 100644 --- a/_layouts/categories.html +++ b/_layouts/categories.html @@ -16,7 +16,7 @@ {% for category in site.categories %} {% if category[1].size == i %}