Config update. Dockerfile bugfix
This commit is contained in:
parent
b9724b5073
commit
56f3665299
@ -1,6 +1,6 @@
|
|||||||
FROM hugomods/hugo:exts-0.112.1 as build
|
FROM hugomods/hugo:exts-0.112.1 as build
|
||||||
COPY . /src
|
COPY . /src
|
||||||
RUN hugo --minify --gc --enableGitInfo
|
RUN hugo --minify --gc
|
||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
COPY --from=build /src/public /usr/share/nginx/html
|
COPY --from=build /src/public /usr/share/nginx/html
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
baseURL: "http://example.org/"
|
baseURL: "https://novit.io/docs"
|
||||||
languageCode: "en-us"
|
languageCode: "fr-fr"
|
||||||
params:
|
params:
|
||||||
landingPageName: "<i class='fas fa-home'></i> About Direktil"
|
landingPageName: "<i class='fas fa-home'></i> NOVIT's Direktil"
|
||||||
theme: "learn"
|
theme: "learn"
|
||||||
title: "NOVIT's Direktil"
|
title: "NOVIT's Direktil"
|
||||||
|
21
plan.txt
21
plan.txt
@ -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
|
|
Loading…
Reference in New Issue
Block a user