-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathhugo.yaml
More file actions
69 lines (61 loc) · 1.63 KB
/
Copy pathhugo.yaml
File metadata and controls
69 lines (61 loc) · 1.63 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
59
60
61
62
63
64
65
66
67
68
69
# yaml-language-server: $schema=https://json.schemastore.org/hugo.json
enableGitInfo: true
enableRobotsTXT: true
cleanDestinationDir: true
disableHugoGeneratorInject: true
defaultContentLanguage: en
timeZone: Asia/Jakarta
# Path configurations
archetypeDir: docsite/archetypes
assetDir: docsite/assets
dataDir: docsite/data
i18nDir: docsite/i18n
layoutDir: docsite/layouts
resourceDir: docsite/resources
themesDir: docsite/themes
contentDir: docsite/content
publishDir: docsite/public
staticDir: docsite/static
languages:
en:
weight: 1
languageCode: en-US
languageName: English
# contentDir: docsite/content/en
contentDir: docsite/content
title: Monorepo
params:
description: Zero One Group Open Source
# To omit the Google Analytics script, put a ~ in place of the G-XXXXXXXXXX below.
# Replace with your Google Analytics ID to enable Google Analytics.
services:
googleAnalytics:
ID: ~
params:
project:
# To omit the startYear, put a ~ in its place.
startYear: ~
presentYear: 2025
github:
repo: zero-one-group/monorepo
themeColor:
light: '#ffffff'
dark: '#101010'
author:
name: Zero One Group
url: https://github.com/zero-one-group
home:
heading: Zero One
headingSegment2: Group
description: Monorepo Documentation
getStartedPath: overview/
markup:
highlight:
noClasses: false
goldmark:
renderer:
unsafe: true
parser:
attribute:
block: true
title: true