diff --git a/config/_default/config.toml b/config/_default/config.toml new file mode 100644 index 0000000..353cbaa --- /dev/null +++ b/config/_default/config.toml @@ -0,0 +1,10 @@ +baseURL = "/" +languageCode = "en-us" +title = "Aurelia" +theme = "aurelia-theme" + +[params] + pathPrefix = "" + +[outputs] + home = ["HTML", "RSS", "JSON"] \ No newline at end of file diff --git a/config/production/config.toml b/config/production/config.toml new file mode 100644 index 0000000..2539cb5 --- /dev/null +++ b/config/production/config.toml @@ -0,0 +1,4 @@ +baseURL = "https://aurelia.io/website/" + +[params] + pathPrefix = "/website" \ No newline at end of file diff --git a/content/learn.md b/content/learn.md index 71e186a..1577df3 100644 --- a/content/learn.md +++ b/content/learn.md @@ -1,5 +1,6 @@ --- title: "Learn" +description: "Resources for developing your Aurelia expertise" url: "/learn/" type: "learn" --- diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 9a4d3d9..0000000 --- a/hugo.toml +++ /dev/null @@ -1,7 +0,0 @@ -baseURL = '/' -languageCode = 'en-us' -title = 'Aurelia' -theme='aurelia-theme' - -[outputs] - home = ["HTML", "RSS", "JSON"] diff --git a/themes/aurelia-theme/data/sidebar.yaml b/themes/aurelia-theme/data/sidebar.yaml index ac0d169..37972f5 100644 --- a/themes/aurelia-theme/data/sidebar.yaml +++ b/themes/aurelia-theme/data/sidebar.yaml @@ -16,10 +16,6 @@ menu: link: "/blog" icon: "blog" active: "eq .Section 'blog'" - - name: "Support" - link: "/support" - icon: "help" - active: "eq .RelPermalink '/support/'" - name: "Learn" link: "/learn" icon: "learn" diff --git a/themes/aurelia-theme/layouts/partials/sidebar.html b/themes/aurelia-theme/layouts/partials/sidebar.html index fc71801..63aaf6e 100644 --- a/themes/aurelia-theme/layouts/partials/sidebar.html +++ b/themes/aurelia-theme/layouts/partials/sidebar.html @@ -1,7 +1,7 @@