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"