From 56f366529995c01dec39666a1cd0d616460d9c1b Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 24 May 2023 18:14:23 +0200 Subject: [PATCH] Config update. Dockerfile bugfix --- Dockerfile | 2 +- config.yaml | 6 +++--- plan.txt | 21 --------------------- 3 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 plan.txt diff --git a/Dockerfile b/Dockerfile index aa76df5..c301694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM hugomods/hugo:exts-0.112.1 as build COPY . /src -RUN hugo --minify --gc --enableGitInfo +RUN hugo --minify --gc FROM nginx:alpine COPY --from=build /src/public /usr/share/nginx/html diff --git a/config.yaml b/config.yaml index e46455b..cd0529a 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ -baseURL: "http://example.org/" -languageCode: "en-us" +baseURL: "https://novit.io/docs" +languageCode: "fr-fr" params: - landingPageName: " About Direktil" + landingPageName: " NOVIT's Direktil" theme: "learn" title: "NOVIT's Direktil" diff --git a/plan.txt b/plan.txt deleted file mode 100644 index 281c258..0000000 --- a/plan.txt +++ /dev/null @@ -1,21 +0,0 @@ -About -Getting Started -Direktil OS -Installation: -- By container -- By building the binary -Configuration: -- Clusters -- Groups -- Hosts -- Configs -- Bootstrap Pods -- Addons -- TLS configuration -- Defaults : Configurations inheritance -Maintenance: -- Backups -- Upgrade -CLI: -- Dir2config -- Direktil Local Server