-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
44 lines (37 loc) · 1.07 KB
/
config.toml
File metadata and controls
44 lines (37 loc) · 1.07 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
baseurl = "https://www.otomore.com/"
title = "otomore"
languageCode = "en-us"
enableRobotsTXT = true
disableKinds=["RSS"]
googleAnalytics = "UA-123-45"
# publishDir removed - using default "public" for GitHub Actions
# Markup settings (Hugo 0.60+)
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true # Allow raw HTML in markdown
[params]
description = "<!--[-->Otomore is a Developer based in Tokyo.<!--]--><br /><!--[-->It’s a specification, not a bug.<!--]-->"
logo = "fa-solid fa-volume-high"
copyright = "Otomore"
Twitter = "@otomroe01"
[[params.social]]
medium = "twitter"
icon = "twitter"
link = "https://twitter.com/otomore01/"
[[params.social]]
medium = "facebook"
icon = "facebook"
link = "https://www.facebook.com/yuto.nakano.545"
[[params.social]]
medium = "instagram"
icon = "instagram"
link = "#"
[[params.social]]
medium = "github"
icon = "github"
link = "https://github.com/otomore"
[[params.social]]
medium = "youtube"
icon = "youtube"
link = "https://www.youtube.com/channel/UCvsaWcIBIlN-xEa00gmJ_5g"