-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
97 lines (89 loc) · 2.33 KB
/
hugo.yaml
File metadata and controls
97 lines (89 loc) · 2.33 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
95
96
97
baseURL: "https://roboco.io"
languageCode: "ko-kr"
title: "ROBOCO"
theme: "hello-friend-ng"
buildFuture: true
params:
author: "ROBOCO"
email: "contact@roboco.io"
dateform: "Jan 2, 2006"
dateformShort: "Jan 2"
dateformNum: "2006-01-02"
dateformNumTime: "2006-01-02 15:04"
# 홈페이지 설정
homeSubtitle: "로보코는 검증된 솔루션과 프로세스로 바이브 코딩을 통한 비즈니스 혁신을 돕는 IT 컨설팅 파트너입니다."
# 테마 설정
defaultTheme: "dark"
disableReadOtherPosts: false
enableSharingButtons: true
enableGlobalLanguageMenu: false
enableThemeToggle: true
# 파비콘 설정
favicon:
color: "#434343"
icons:
# 브라우저 탭 파비콘
- rel: "icon"
type: "image/svg+xml"
href: "/favicon/favicon.svg"
- rel: "icon"
type: "image/png"
sizes: "16x16"
href: "/favicon/favicon-16x16.png"
- rel: "icon"
type: "image/png"
sizes: "32x32"
href: "/favicon/favicon-32x32.png"
- rel: "icon"
type: "image/png"
sizes: "96x96"
href: "/favicon/favicon-96x96.png"
# iOS 홈 화면 아이콘
- rel: "apple-touch-icon"
sizes: "180x180"
href: "/favicon/apple-touch-icon.png"
# 웹 앱 매니페스트
- rel: "manifest"
href: "/site.webmanifest"
# 웹 앱 메타 태그
meta:
- name: "application-name"
content: "ROBOCO"
- name: "apple-mobile-web-app-title"
content: "ROBOCO"
- name: "apple-mobile-web-app-capable"
content: "yes"
- name: "apple-mobile-web-app-status-bar-style"
content: "default"
- name: "msapplication-TileColor"
content: "#2d89ef"
- name: "theme-color"
content: "#ffffff"
- name: "title"
content: "ROBOCO"
# 소셜 아이콘
social:
- name: github
url: "https://github.com/roboco-io"
# 푸터 설정
footer:
trademark: 2025 ROBOCO, Inc.
rss: true
menu:
main:
- identifier: about
name: About
url: /about/
weight: 10
- identifier: solutions
name: Solutions
url: /solutions/
weight: 20
- identifier: posts
name: Posts
url: /posts/
weight: 30
- identifier: contact
name: Contact
url: /contact/
weight: 40