generated from SidingsMedia/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
135 lines (119 loc) · 3.21 KB
/
config.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# SPDX-FileCopyrightText: 2023 Sidings Media
# SPDX-License-Identifier: CC0-1.0
title: "Sidings Media"
baseURL: "https://www.sidingsmedia.com"
languageCode: "en-GB"
theme: "github.com/kdevo/osprey-delight/v5"
tags: ["business", "homepage", "portfolio"]
#canonifyURLS: true
#googleAnalytics: ""
disableKinds: ["taxonomy", "taxonomyTerm"]
enableEmoji: true
pygmentsUseClasses: true
module:
imports:
- path: github.com/kdevo/osprey-delight/v5
Params:
author: "Sidings Media"
description: "Sidings Media - Open Source Education"
blogURL: "https://blog.sidingsmedia.com"
logoBig: "logo/rendered/logo-white-vertical.png"
logoSmall: "logo/rendered/logo-white.png"
# background: "background.jpg"
opengraphImage: "logo/rendered/logo-vertical.png"
favicon: "logo/rendered/logo.png"
theme: "custom"
tagline: "Open source education"
# mdTagline: "# Sidings Media\n ## Open Source Education{cursor}"
enforceSinglePage: false
copyright: true
credit: false
Columns:
- title: Useful Links
links:
- name: Github
href: "https://github.com/SidingsMedia/"
icon: github
external: true
- name: Docs
href: https://docs.sidingsmedia.com
external: true
- name: Blog
href: https://blog.sidingsmedia.com
external: true
- title: Organisation
links:
- name: About
href: "#about"
- name: Service Status
href: https://status.sidingsmedia.com
external: true
- title: Legal
links:
- name: Disclaimer
href: /legal/disclaimer/
- name: Terms of Service
href: /legal/terms/
- name: Privacy Policy
href: /legal/privacy/
- title: Social Media
links:
- name: Instagram
href: "https://www.instagram.com/sidingsmedia/"
icon: instagram
external: true
- name: Facebook
href: "https://www.facebook.com/sidingsmediaofficial"
icon: facebook
external: true
- name: Twitter
href: "https://twitter.com/SidingsMedia"
icon: twitter
external: true
## Additional theme features:
Feat:
contactAPI: "https://api.sidingsmedia.com/messaging/contact"
useStructuredData: true
useTermynal: true
googleTagManager: ""
notifyOnNewThemeVersion: false
Image:
Logo:
resize: "600x"
Gallery:
resize: "600x"
Background:
resize: "1920x"
resizeLQIP: "256x"
# Advanced configuration for lazyimg module (comment out if needed):
# lazyimg:
# resizer: auto
# renderer: lqip-webp
# # Resizer options:
# lqipSize: "120x Gaussian"
# maxSize: "1920x"
# responsiveSizes: ["320x", "640x", "768x", "1024x", "1366x", "1600x", "1920x"]
# resizeOptions: "Lanczos q95"
# # Renderer options:
# #class: ""
# #alt: ""
# noscript: true
Menu:
Main:
- name: "About"
identifier: about
url: "/#about"
weight: 1
- name: "Projects"
identifier: gallery
url: "/#projects"
weight: 2
- name: "Blog"
identifier: blog
url: "/#blog"
weight: 3
# Commented out until we get a backend for the contact form
- name: "Contact"
identifier: contact
url: "/#contact"
weight: 4