diff --git a/config.toml b/config.toml deleted file mode 100644 index 979c9f6..0000000 --- a/config.toml +++ /dev/null @@ -1,4 +0,0 @@ -baseURL = "https://blog.artifacthub.io/" -languageCode = "en-us" -title = "Artifact Hub Blog" -theme = "hugo-geekdoc" diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..b26111f --- /dev/null +++ b/config.yaml @@ -0,0 +1,13 @@ +baseURL: "https://blog.artifacthub.io/" +languageCode: "en-us" +title: "Artifact Hub Blog" +theme: "hugo-geekdoc" + +params: + quicklinks: + - title: Artifact Hub + url: https://artifacthub.io + - title: Documentation + url: https://artifacthub.io/docs/ + - title: API docs + url: https://artifacthub.github.io/hub/api/ \ No newline at end of file diff --git a/themes/hugo-geekdoc/layouts/partials/menu.html b/themes/hugo-geekdoc/layouts/partials/menu.html index 5080202..8bdb46f 100644 --- a/themes/hugo-geekdoc/layouts/partials/menu.html +++ b/themes/hugo-geekdoc/layouts/partials/menu.html @@ -3,22 +3,19 @@ {{ $root := "/" }}
- {{ if .Site.Params.GeekdocMenuBundle }} - {{ partial "menu-bundle" (dict "current" . "source" .Site.Data.menu.main.main) }} - {{ else }} - {{ partial "menu-filetree" . }} - {{ end }}