-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
94 lines (84 loc) · 2.05 KB
/
config.yaml
File metadata and controls
94 lines (84 loc) · 2.05 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
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
title: MYTHAXIS MAGAZINE
# To make .html URL's and relative links to avoid baseURL
uglyurls: true
relativeurls: true
canonifyURLs: true
disableHugoGeneratorInject: true
languageCode: en-us
theme: massively
publishDir: docs
googleanalytics: 'G-HLLJQL5J00'
disqusShortname: ''
disableKinds:
- RSS
languages:
en:
languageName: English
staticDir:
- static
- static-xway
taxonomies:
issue: issues
author: authors
category: categories
genre: genres
# tag: tags
params:
# Theme switcher: nebula2026 (new default) or horizon2020 (legacy)
# Override per-section in __index.md front matter with: theme: horizon2020
defaultTheme: nebula2026
# defaultTheme: horizon2020
posts:
pageSize: '50'
featuredPost: true
paginationPages: 2
showFirstLast: false
description: Speculative Fiction Without Distraction
keywords: Mythaxis Magazine Science Fiction and Fantasy Modern Fiction
# The slug/name of the current section. This is used to theme pages
# which are not in a specific section (homepage, about, etc.)
currentIssue: Issue 45
# Nebula2026 theme defaults
brandRoundel: MythaxisIcon
issueRoundel: MythaxisIcon
storyRoundel: MythaxisIcon
chapterMarker: MythaxisIcon
colorScheme:
primary: "#3a5f7d" # fallback primary color
secondary: "#8b6f4e" # fallback secondary color
menu:
main:
- name: Home
url: /
weight: -10
# ####
# layouts/nav.html injects section specific menu items here
# ####
- name: Archive
url: /archive.html
weight: -7
- name: Submissions
url: /submissions.html
weight: -6
- name: About
url: /about.html
weight: -5
# MythAxis website privacy settings
# https://gohugo.io/about/hugo-and-gdpr/#all-privacy-settings
privacy:
googleAnalytics:
disable: false
anonymizeIP: true
respectDoNotTrack: true
useSessionStorage: true
youtube:
disable: false
privacyEnhanced: true
disqus:
disable: true
instagram:
disable: true
x:
disable: true
vimeo:
disable: true