diff options
author | emkael <emkael@tlen.pl> | 2018-02-28 23:01:47 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-02-28 23:01:47 +0100 |
commit | f021c54f2d2fc7db710ac76faf3c2a2552579f79 (patch) | |
tree | a8409201f9e9d02a27e8d8bf8b7662c53d92c3e5 | |
parent | 340375fcc0643ba2e5a493ced2d316b344c4b603 (diff) |
Index listing + menu and titles config
-rw-r--r-- | config/menu.json | 3 | ||||
-rw-r--r-- | config/titles.json | 2 | ||||
-rw-r--r-- | template/content/main.tpl | 6 |
3 files changed, 10 insertions, 1 deletions
diff --git a/config/menu.json b/config/menu.json index 6d9fbff..abc4b2f 100644 --- a/config/menu.json +++ b/config/menu.json @@ -6,7 +6,8 @@ "_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", - "Virtual tables in JFR Pary tournaments": "2018/02/04/jfr-pary-virtual-table-tournament" + "Virtual tables in JFR Pary tournaments": "2018/02/04/jfr-pary-virtual-table-tournament", + "Sniffing SQL queries on BWS files": "2018/02/28/debugging-queries-to-bws" }, "My projects": { "_separator1": "Racing stuff", diff --git a/config/titles.json b/config/titles.json index 20dd38e..48a3323 100644 --- a/config/titles.json +++ b/config/titles.json @@ -1,5 +1,7 @@ { "contact": "Contact", + "2018/02/28/debugging-queries-to-bws": "Diagnostyka zapytań wykonywanych do plików BWS", + "2018/02/04/jfr-pary-virtual-table-tournament": "Prowadzenie turnieju "do wirtualnego stolika" w JFR Pary", "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" } diff --git a/template/content/main.tpl b/template/content/main.tpl index a43561a..d0ddd5f 100644 --- a/template/content/main.tpl +++ b/template/content/main.tpl @@ -5,6 +5,12 @@ <div class="panel-body"> <ul class="list-group"> <li class="list-group-item"> + <time datetime="2018-02-28T23:00">[2018-02-28]</time> + <a href="2018/02/28/debugging-queries-to-bws/"> + Sniffing SQL queries made on BWS files - a tutorial (in Polish) + </a> + </li> + <li class="list-group-item"> <time datetime="2018-02-27T16:00">[2018-02-27]</time> JFR Teamy Play-off: v1.1.0 </li> |