-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
64 lines (56 loc) · 1.91 KB
/
Copy pathhugo.yaml
File metadata and controls
64 lines (56 loc) · 1.91 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
languageCode: 'en-GB'
title: 'Compiled Conversations'
baseURL: 'https://compiledconversations.com'
enableRobotsTXT: true
services:
googleAnalytics:
id: ''
params:
subtitle: 'Conversations with the people shaping software and technology.'
description: |
In-depth conversations with the people shaping software and technology.
Each episode explores real-world experiences, technical challenges, and the thinking behind the tools, systems, and decisions that drive modern development.
From engineering practices to architectural choices, this is a show for developers who care about how software is built - and who's building it.
author: 'Edd Mann'
email: 'edward.mann@gmail.com'
author_url: 'https://eddmann.com'
audio_base_url: 'https://podcasts.compiledconversations.com/'
audio_analytics_prefix: 'https://podsignal.eddmann.com/s/348109d7-a90b-4f00-bc6b-6223fcd79439/r?url='
apple_podcasts_url: 'https://podcasts.apple.com/us/podcast/compiled-conversations/id1828390930'
spotify_url: 'https://open.spotify.com/show/4qErnd7sQYM556ntaLSKfx'
show_notes_label: 'Show notes'
all_episodes_label: 'All episodes'
audio_player_color: 'teal'
date_format: 'Jan 2, 2006'
itunes_category: 'Technology'
itunes_keywords: 'software development, technology, programming, engineering, developers'
permalinks:
episodes: '/:filename/'
outputFormats:
RSS:
mediaType: 'application/rss+xml'
baseName: 'rss'
isPlainText: false
notAlternative: false
outputs:
home: ['HTML', 'RSS']
page: ['HTML']
section: ['HTML']
disableKinds:
- taxonomy
- term
build:
buildStats:
enable: true
cachebusters:
- source: assets/notwatching/hugo_stats\.json
target: css
- source: (postcss|tailwind)\.config\.js
target: css
module:
mounts:
- source: assets
target: assets
- disableWatch: true
source: hugo_stats.json
target: assets/notwatching/hugo_stats.json