-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
79 lines (79 loc) · 1.83 KB
/
hugo.yaml
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
70
71
72
73
74
75
76
77
78
79
baseURL: /
title: containeroo.ch
contentDir: content/en
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: true
enableRobotsTXT: true
enableEmoji: true
enableGitInfo: true
languageCode: en-us
module:
proxy: direct
imports:
- path: github.com/google/docsy
taxonomies:
tag: tags
category: categories
params:
taxonomy:
taxonomyCloud:
taxonomyCloudTitle:
taxonomyPageHeader:
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: monokai
copyright: containeroo.ch
version_menu: Releases
archived_version: false
version: "0.0"
url_latest_version: "https://containeroo.ch"
github_repo: "https://github.com/containeroo/website"
github_branch: master
offlineSearch: false
prism_syntax_highlighting: false
ui:
breadcrumb_disable: false
footer_about_enable: true
navbar_logo: false
navbar_translucent_over_cover_disable: false
sidebar_menu_compact: false
sidebar_search_disable: false
sidebar_menu_foldable: true
sidebar_menu_unfold_depth: 1
feedback:
enable: false
readingtime:
enable: false
links:
user:
- name: Twitter
url: "https://twitter.com/containeroo"
icon: fab fa-twitter
desc: Follow us on Twitter to get the latest news!
developer:
- name: GitHub
url: "https://github.com/containeroo"
icon: fab fa-github
desc: Our GitHub organization
permalinks:
blog: "/:section/:year/:month/:day/:slug/"
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: Smart
services:
googleAnalytics: {}
languages:
en:
title: contineroo.ch
description: where containers happen
languageName: English
weight: 1
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: monokai