diff options
-rw-r--r-- | config/menu.json | 3 | ||||
-rw-r--r-- | config/titles.json | 1 | ||||
-rw-r--r-- | template/content/main.tpl | 18 |
3 files changed, 21 insertions, 1 deletions
diff --git a/config/menu.json b/config/menu.json index 257dea0..c52f8af 100644 --- a/config/menu.json +++ b/config/menu.json @@ -7,7 +7,8 @@ "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", - "Sniffing SQL queries on BWS files": "2018/02/28/debugging-queries-to-bws" + "Sniffing SQL queries on BWS files": "2018/02/28/debugging-queries-to-bws", + "Generating and verifying boards in SquareDeal": "2019/01/03/generating-and-verifying-boards-with-squaredeal" }, "My projects": { "_separator1": "Racing stuff", diff --git a/config/titles.json b/config/titles.json index 48a3323..a3dd74c 100644 --- a/config/titles.json +++ b/config/titles.json @@ -1,5 +1,6 @@ { "contact": "Contact", + "2019/01/03/generating-and-verifying-boards-with-squaredeal": "Generowanie i weryfikacja rozdań przy pomocy SquareDeal", "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", diff --git a/template/content/main.tpl b/template/content/main.tpl index 8fb3e13..425919c 100644 --- a/template/content/main.tpl +++ b/template/content/main.tpl @@ -5,6 +5,24 @@ <div class="panel-body"> <ul class="list-group"> <li class="list-group-item"> + <time datetime="2019-01-03T20:00">[2019-01-03]</time> + <a href="2019/01/03/generating-and-verifying-boards-with-squaredeal/"> + SquareDeal board generation and verification manual (in Polish) + </a> + </li> + <li class="list-group-item"> + <time datetime="2018-10-17T19:15">[2018-10-17]</time> + <a href="https://github.com/emkael/jfrteamy-playoff/releases/tag/v1.2.1"> + JFR Teamy Play-off: v1.2.1 (beta) + </a> + </li> + <li class="list-group-item"> + <time datetime="2018-10-17T19:10">[2018-10-17]</time> + <a href="https://github.com/emkael/jfrteamy-playoff/releases/tag/v1.2.0"> + JFR Teamy Play-off: v1.2.0 + </a> + </li> + <li class="list-group-item"> <time datetime="2018-04-25T23:30">[2018-04-25]</time> <a href="https://github.com/emkael/jfrteamy-playoff/releases/tag/v1.1.2.0"> JFR Teamy Play-off: v1.1.2.0 |