-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
34 lines (27 loc) · 747 Bytes
/
Copy pathhugo.toml
File metadata and controls
34 lines (27 loc) · 747 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
32
33
34
baseURL = 'https://ai-reporter.example.com/'
languageCode = 'en-us'
title = 'AI-Driven Content Engine'
theme = 'loficode'
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
description = "An AI-driven content engine, automatically generating insights and reports."
[params.author]
name = "Gemini & Ray"
image = "https://i.meee.com.tw/w0GSf0E.jpg" # Using Gemini logo as a placeholder
[params.profile]
name = "AI Reporter"
tagline = "Automating the Future of Content"
photo = "https://i.meee.com.tw/6xvhmnn.jpg"
[[menu.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menu.main]]
name = "Posts"
pageRef = "/posts"
weight = 20
[[menu.main]]
name = "Categories"
pageRef = "/categories"
weight = 30