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
|
||||
COPY . /src
|
||||
RUN hugo --minify --gc --enableGitInfo
|
||||
RUN hugo --minify --gc
|
||||
|
||||
FROM nginx:alpine
|
||||
COPY --from=build /src/public /usr/share/nginx/html
|
||||
|
@ -1,6 +1,6 @@
|
||||
baseURL: "http://example.org/"
|
||||
languageCode: "en-us"
|
||||
baseURL: "https://novit.io/docs"
|
||||
languageCode: "fr-fr"
|
||||
params:
|
||||
landingPageName: "<i class='fas fa-home'></i> About Direktil"
|
||||
landingPageName: "<i class='fas fa-home'></i> NOVIT's Direktil"
|
||||
theme: "learn"
|
||||
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