From e2a0a09f8ea60d343c304c31f5ac0e7b64dfacea Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 16 Oct 2016 18:34:00 +0200 Subject: * bash completion articles --- config/menu.json | 7 +++++++ config/titles.json | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/menu.json b/config/menu.json index f6ebaab..cad1bbc 100644 --- a/config/menu.json +++ b/config/menu.json @@ -1,5 +1,12 @@ { "items": { + "Articles": + { + "_": "/", + "_separator_pl": "In Polish", + "Bash completion, part 1": "2016/10/16/an-introduction-to-bash-completion-part-1", + "Bash completion, part 2": "2016/10/16/an-introduction-to-bash-completion-part-2" + }, "My projects": { "_separator1": "Racing stuff", "Ergast DB goodies": "https://github.com/emkael/ergast-goodies/", diff --git a/config/titles.json b/config/titles.json index da26752..20dd38e 100644 --- a/config/titles.json +++ b/config/titles.json @@ -1,3 +1,5 @@ { - "contact": "Contact" + "contact": "Contact", + "2016/10/16/an-introduction-to-bash-completion-part-2": "An introduction to bash completion: part 2", + "2016/10/16/an-introduction-to-bash-completion-part-1": "An introduction to bash completion: part 1" } -- cgit v1.2.3