-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
91 lines (78 loc) · 1.64 KB
/
Copy pathhugo.yaml
File metadata and controls
91 lines (78 loc) · 1.64 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
# Cassette Future Magazine - Hugo Configuration
# Domain: anarchygames.org
# Year: 2935 | Format: Filmoru (21:9)
baseURL: "/magazine/"
languageCode: "en-us"
title: "Cassette Future Magazine"
theme: "filmoru"
# Japanese/English bilingual support
defaultContentLanguage: "en"
params:
# Magazine metadata
tagline: "銀河通信 • Galactic Transmissions"
slogan: "The latest from a better yesterday"
coverTag: "The Future on Tape"
year: 2935
format: "filmoru"
aspectRatio: "21:9"
# Design
background: "#ffffff"
textColor: "#1a1a1a"
accentColor: "#000000"
# Fonts
headingFont: "Zen Kaku Gothic New"
bodyFont: "Inter"
japaneseFont: "Noto Sans JP"
# Footer
footerText: "銀河通信 • CASSETTE FUTURE"
# Social/Meta
description: "Galactic news, culture, and the Cosmogirl of the Week. Broadcasting from Year 2935."
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: monokai
# Taxonomies
taxonomies:
tag: tags
journalist: journalists
# Menu
menu:
main:
- name: "Issues"
url: "/issues/"
weight: 1
- name: "Cosmogirls"
url: "/cosmogirls/"
weight: 2
- name: "CFP"
url: "/cfp/"
weight: 3
- name: "Staff"
url: "/staff/"
weight: 4
- name: "Archive"
url: "/posts/"
weight: 5
- name: "About"
url: "/about/"
weight: 6
- name: "Subscribe"
url: "/subscribe/"
weight: 7
# Build settings
buildDrafts: false
buildFuture: false
# Output formats
outputs:
home:
- HTML
- RSS
section:
- HTML
- RSS
# Permalinks
permalinks:
issues: "/issues/:slug/"
posts: "/:year/:month/:slug/"