From 186b97611a44f0f6a8da3b12f2b47e265ab07d2f Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Fri, 13 Dec 2019 19:26:39 -0800 Subject: [PATCH] change links --- config.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 0c3236b..481d374 100644 --- a/config.toml +++ b/config.toml @@ -60,15 +60,19 @@ pygmentscodefencesguesssyntax = true [[languages.en.menu.main]] name = "Go" weight = 3 - url = "https://go.ericxliu.me" + url = "https://go.ericxliu.me/server" [[languages.en.menu.main]] name = "|" weight = 10 [[languages.en.menu.main]] - name = "Db" + name = "BT" weight = 11 + url = "http://bt.ericxliu.local" + [[languages.en.menu.main]] + name = "DB" + weight = 12 url = "http://pgadmin.ericxliu.local" [[languages.en.menu.main]] name = "Airflow" - weight = 12 + weight = 13 url = "http://airflow.ericxliu.local"