Make public submodule

This commit is contained in:
Eric Liu 2020-06-17 05:13:27 +00:00
parent d175ff2ce5
commit 26ae684b27
4 changed files with 12 additions and 18 deletions

2
.gitignore vendored
View File

@ -1,3 +1 @@
_gen/ _gen/
/public
build.sh

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "themes/hugo-coder"] [submodule "themes/hugo-coder"]
path = themes/hugo-coder path = themes/hugo-coder
url = https://github.com/luizdepra/hugo-coder url = https://github.com/luizdepra/hugo-coder
[submodule "public"]
path = public
url = https://git.ericxliu.me/eric/eric-personal-output.git

View File

@ -50,9 +50,9 @@ pygmentscodefencesguesssyntax = true
[languages.en] [languages.en]
languagename = "English" languagename = "English"
[[languages.en.menu.main]] [[languages.en.menu.main]]
name = "Plex" name = "Gitlab"
weight = 1 weight = 1
url = "https://plex.ericxliu.me" url = "https://git.ericxliu.me"
[[languages.en.menu.main]] [[languages.en.menu.main]]
name = "Notebook" name = "Notebook"
weight = 2 weight = 2
@ -61,22 +61,14 @@ pygmentscodefencesguesssyntax = true
name = "Go" name = "Go"
weight = 3 weight = 3
url = "https://go.ericxliu.me/server" url = "https://go.ericxliu.me/server"
[[languages.en.menu.main]]
name = "Sign in"
weight = 4
url = "https://auth.ericxliu.me"
[[languages.en.menu.main]] [[languages.en.menu.main]]
name = "|" name = "|"
weight = 10 weight = 10
[[languages.en.menu.main]] [[languages.en.menu.main]]
name = "BT" name = "Homer"
weight = 11 weight = 11
url = "https://bt.ericxliu.local" url = "https://ericxliu.local"
[[languages.en.menu.main]]
name = "DB"
weight = 12
url = "https://pgadmin.ericxliu.local"
[[languages.en.menu.main]]
name = "Airflow"
weight = 13
url = "https://airflow.ericxliu.local"
[[languages.en.menu.main]]
name = "Docker"
weight = 14
url = "https://docker.ericxliu.local"

1
public Submodule

@ -0,0 +1 @@
Subproject commit 70904123f1948d2513204f1725216802c8e415e2