From e8ae55611acea48482b404aa6f9e976f3ac93753 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Mon, 3 May 2021 14:47:07 +0200 Subject: [PATCH] Prepare mods collection --- _config.yml | 5 +++++ .../apa-itu-shell/2020-01-25-apa-itu-shell.md | 0 .../_posts}/apa-itu-shell/kernel.png | Bin .../photo-1556075798-4825dfaaf498_ixlib=rb-1.2.jpg | Bin .../_posts}/apa-itu-shell/shell.png | Bin .../_posts}/apa-itu-shell/shell_evolution.png | Bin .../_posts}/apa-itu-shell/term_shell_prompt.png | Bin .../_posts}/apa-itu-shell/terminal_lscpu.gif | Bin .../_posts}/apa-itu-shell/terminal_nginx.gif | Bin .../_posts}/apa-itu-shell/weird_guyyy.gif | Bin .../2020-01-29-cara-memperbarui-fork-repository.md | 0 .../cara-memperbarui-fork-repository/repo.png | Bin .../2018-09-28-how-this-site-was-made.md | 0 ...4-python-notes-from-Intro-to-machine-learning.md | 0 .../2018-04-07-react-component-with-dot-notation.md | 0 .../2020-08-29-welcome-to-jekyll.md | 0 16 files changed, 5 insertions(+) rename {_posts => collections/_posts}/apa-itu-shell/2020-01-25-apa-itu-shell.md (100%) rename {_posts => collections/_posts}/apa-itu-shell/kernel.png (100%) rename {_posts => collections/_posts}/apa-itu-shell/photo-1556075798-4825dfaaf498_ixlib=rb-1.2.jpg (100%) rename {_posts => collections/_posts}/apa-itu-shell/shell.png (100%) rename {_posts => collections/_posts}/apa-itu-shell/shell_evolution.png (100%) rename {_posts => collections/_posts}/apa-itu-shell/term_shell_prompt.png (100%) rename {_posts => collections/_posts}/apa-itu-shell/terminal_lscpu.gif (100%) rename {_posts => collections/_posts}/apa-itu-shell/terminal_nginx.gif (100%) rename {_posts => collections/_posts}/apa-itu-shell/weird_guyyy.gif (100%) rename {_posts => collections/_posts}/cara-memperbarui-fork-repository/2020-01-29-cara-memperbarui-fork-repository.md (100%) rename {_posts => collections/_posts}/cara-memperbarui-fork-repository/repo.png (100%) rename {_posts => collections/_posts}/how-this-site-was-made/2018-09-28-how-this-site-was-made.md (100%) rename {_posts => collections/_posts}/python-notes-from-Intro-to-machine-learning/2018-04-14-python-notes-from-Intro-to-machine-learning.md (100%) rename {_posts => collections/_posts}/react-component-with-dot-notation/2018-04-07-react-component-with-dot-notation.md (100%) rename {_posts => collections/_posts}/welcome-to-jekyll/2020-08-29-welcome-to-jekyll.md (100%) diff --git a/_config.yml b/_config.yml index 51167c6..9780c22 100644 --- a/_config.yml +++ b/_config.yml @@ -30,9 +30,14 @@ google_analytics: # leave it blank if not wish fb_appid: # Collection setting +collections_dir: collections collections: posts: output: true + permalink: /posts/:title + mods: + output: true + permalink: /mods/:title # Markdown settings markdown: kramdown diff --git a/_posts/apa-itu-shell/2020-01-25-apa-itu-shell.md b/collections/_posts/apa-itu-shell/2020-01-25-apa-itu-shell.md similarity index 100% rename from _posts/apa-itu-shell/2020-01-25-apa-itu-shell.md rename to collections/_posts/apa-itu-shell/2020-01-25-apa-itu-shell.md diff --git a/_posts/apa-itu-shell/kernel.png b/collections/_posts/apa-itu-shell/kernel.png similarity index 100% rename from _posts/apa-itu-shell/kernel.png rename to collections/_posts/apa-itu-shell/kernel.png diff --git a/_posts/apa-itu-shell/photo-1556075798-4825dfaaf498_ixlib=rb-1.2.jpg b/collections/_posts/apa-itu-shell/photo-1556075798-4825dfaaf498_ixlib=rb-1.2.jpg similarity index 100% rename from _posts/apa-itu-shell/photo-1556075798-4825dfaaf498_ixlib=rb-1.2.jpg rename to collections/_posts/apa-itu-shell/photo-1556075798-4825dfaaf498_ixlib=rb-1.2.jpg diff --git a/_posts/apa-itu-shell/shell.png b/collections/_posts/apa-itu-shell/shell.png similarity index 100% rename from _posts/apa-itu-shell/shell.png rename to collections/_posts/apa-itu-shell/shell.png diff --git a/_posts/apa-itu-shell/shell_evolution.png b/collections/_posts/apa-itu-shell/shell_evolution.png similarity index 100% rename from _posts/apa-itu-shell/shell_evolution.png rename to collections/_posts/apa-itu-shell/shell_evolution.png diff --git a/_posts/apa-itu-shell/term_shell_prompt.png b/collections/_posts/apa-itu-shell/term_shell_prompt.png similarity index 100% rename from _posts/apa-itu-shell/term_shell_prompt.png rename to collections/_posts/apa-itu-shell/term_shell_prompt.png diff --git a/_posts/apa-itu-shell/terminal_lscpu.gif b/collections/_posts/apa-itu-shell/terminal_lscpu.gif similarity index 100% rename from _posts/apa-itu-shell/terminal_lscpu.gif rename to collections/_posts/apa-itu-shell/terminal_lscpu.gif diff --git a/_posts/apa-itu-shell/terminal_nginx.gif b/collections/_posts/apa-itu-shell/terminal_nginx.gif similarity index 100% rename from _posts/apa-itu-shell/terminal_nginx.gif rename to collections/_posts/apa-itu-shell/terminal_nginx.gif diff --git a/_posts/apa-itu-shell/weird_guyyy.gif b/collections/_posts/apa-itu-shell/weird_guyyy.gif similarity index 100% rename from _posts/apa-itu-shell/weird_guyyy.gif rename to collections/_posts/apa-itu-shell/weird_guyyy.gif diff --git a/_posts/cara-memperbarui-fork-repository/2020-01-29-cara-memperbarui-fork-repository.md b/collections/_posts/cara-memperbarui-fork-repository/2020-01-29-cara-memperbarui-fork-repository.md similarity index 100% rename from _posts/cara-memperbarui-fork-repository/2020-01-29-cara-memperbarui-fork-repository.md rename to collections/_posts/cara-memperbarui-fork-repository/2020-01-29-cara-memperbarui-fork-repository.md diff --git a/_posts/cara-memperbarui-fork-repository/repo.png b/collections/_posts/cara-memperbarui-fork-repository/repo.png similarity index 100% rename from _posts/cara-memperbarui-fork-repository/repo.png rename to collections/_posts/cara-memperbarui-fork-repository/repo.png diff --git a/_posts/how-this-site-was-made/2018-09-28-how-this-site-was-made.md b/collections/_posts/how-this-site-was-made/2018-09-28-how-this-site-was-made.md similarity index 100% rename from _posts/how-this-site-was-made/2018-09-28-how-this-site-was-made.md rename to collections/_posts/how-this-site-was-made/2018-09-28-how-this-site-was-made.md diff --git a/_posts/python-notes-from-Intro-to-machine-learning/2018-04-14-python-notes-from-Intro-to-machine-learning.md b/collections/_posts/python-notes-from-Intro-to-machine-learning/2018-04-14-python-notes-from-Intro-to-machine-learning.md similarity index 100% rename from _posts/python-notes-from-Intro-to-machine-learning/2018-04-14-python-notes-from-Intro-to-machine-learning.md rename to collections/_posts/python-notes-from-Intro-to-machine-learning/2018-04-14-python-notes-from-Intro-to-machine-learning.md diff --git a/_posts/react-component-with-dot-notation/2018-04-07-react-component-with-dot-notation.md b/collections/_posts/react-component-with-dot-notation/2018-04-07-react-component-with-dot-notation.md similarity index 100% rename from _posts/react-component-with-dot-notation/2018-04-07-react-component-with-dot-notation.md rename to collections/_posts/react-component-with-dot-notation/2018-04-07-react-component-with-dot-notation.md diff --git a/_posts/welcome-to-jekyll/2020-08-29-welcome-to-jekyll.md b/collections/_posts/welcome-to-jekyll/2020-08-29-welcome-to-jekyll.md similarity index 100% rename from _posts/welcome-to-jekyll/2020-08-29-welcome-to-jekyll.md rename to collections/_posts/welcome-to-jekyll/2020-08-29-welcome-to-jekyll.md