-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.yml
More file actions
31 lines (30 loc) · 794 Bytes
/
config.yml
File metadata and controls
31 lines (30 loc) · 794 Bytes
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
# Hugo static site generator config
---
params:
bannerImage: https://unsplash.com/photos/19u5e9oSrlU/download
repoUrl: https://arch.osamc.de/proaudio/%s/%s
pkgbuildUrl: https://github.com/osam-cologne/archlinux-proaudio/blob/master/packages/%s/PKGBUILD
maxWidth: 1000
baseURL: https://arch.osamc.de/
languageCode: en-us
title: Arch Linux Pro-Audio Binary Repo
publishDir: .tmp/public
resourceDir: .tmp/resources
module:
mounts:
- source: web/content
target: content
- source: web/static
target: static
- source: web/layouts
target: layouts
- source: web/data
target: data
- source: web/assets
target: assets
- source: web/i18n
target: i18n
- source: web/archetypes
target: archetypes
minify:
minifyOutput: true