diff --git a/_adk b/_adk new file mode 120000 index 0000000..d68f192 --- /dev/null +++ b/_adk @@ -0,0 +1 @@ +_posts/_adk \ No newline at end of file diff --git a/_config.yml b/_config.yml index b1f34f7..0b4f705 100644 --- a/_config.yml +++ b/_config.yml @@ -104,6 +104,18 @@ collections: posts_en: output: true permalink: /en/:year/:month/:day/:title/ + adk: + output: true + permalink: /adk/:path/ + +defaults: + - scope: + path: "" + type: adk + values: + layout: collection-chapter + collection_label: ADK + lang: ko # BUILD SETTINGS markdown: kramdown diff --git a/_includes/header.html b/_includes/header.html index f622419..48f982c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -27,6 +27,7 @@
{{ page.description }}
+ {% endif %} +{{ entry.subtitle }}
+ {% endif %} + {% if entry.description %} +{{ entry.description }}
+ {% endif %} +