-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
58 lines (54 loc) · 1.21 KB
/
hugo.yaml
File metadata and controls
58 lines (54 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
baseURL: https://nstance.dev/
languageCode: en-us
title: Nstance
enableRobotsTXT: true
module:
imports:
- path: github.com/imfing/hextra
params:
description: Nstance is a next-gen VM auto-scaler for AWS, Google Cloud, and Proxmox with (optional) Kubernetes support
externalLinkDecoration: true
search:
enable: true
type: flexsearch
analytics:
umami:
serverURL: "https://cloud.umami.is"
websiteID: "192d21b2-053d-4597-91e4-ae683491b318"
scriptName: "script.js"
navbar:
displayLogo: true
logo:
path: nstance-icon.svg
width: 50
height: 50
customCSS:
- css/custom.css
footer:
displayPoweredBy: false
menu:
main:
- name: Search
weight: 1
params:
type: search
- name: Discord
url: https://go.nadrama.com/discord
weight: 5
params:
icon: discord
external: true
- name: GitHub
url: https://github.com/nstance-dev/nstance
weight: 10
params:
icon: github
external: true
sidebar:
- name: GitHub
url: https://github.com/nstance-dev/nstance
weight: 1
outputs:
home: [html, llms, markdown]
page: [html, markdown]
section: [html, markdown]