-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
131 lines (109 loc) · 3.41 KB
/
hugo.toml
File metadata and controls
131 lines (109 loc) · 3.41 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
baseURL = 'https://tech.mdeeno.com/'
languageCode = 'ko-kr'
title = 'M-DEENO(엠디노) | BLOG'
theme = 'PaperMod'
copyright = "© 2026 M-DEENO. All rights reserved."
enableRobotsTXT = true
canonifyURLs = false
[related]
includeNewer = true
threshold = 60
toLower = true
[[related.indices]]
name = "tags"
weight = 80
[[related.indices]]
name = "categories"
weight = 20
# Google Analytics 4 — GA4 측정 ID를 아래에 입력하세요 (예: G-XXXXXXXXXX)
[services.googleAnalytics]
ID = "G-M9K66C8K2Y"
[params]
images = ["og-image.png"]
description = "엠디노 — 재건축 분담금, 비례율, 용적률, 이주비를 데이터로 분석하는 정비사업 리스크 가이드"
author = "M-DEENO Corp."
env = "production"
defaultTheme = "light"
disableThemeToggle = true
ShowShareButtons = true
ShareButtons = ["kakao", "facebook", "x"]
ShowReadingTime = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
mainSections = ["posts"]
# Kakao Share SDK (JavaScript 키 — 클라이언트용, 도메인 제한)
kakao_js_key = "d411fd7e238ababcfa850f5791bfaba9"
# AdSense — 6/15 활성화.
adsense_publisher_id = "ca-pub-4528164523701174"
adsense_slot_id = "7677212790"
adsense_slot_id_inline = ""
adsense_active_date = "2026-06-15"
# [2026-04-17] 블로그 포스트 직접 수정 (GitHub 웹 에디터 연동)
# 각 포스트 메타에 "✏️ 수정" 링크 표시 → 클릭 시 GitHub 에디터 열림 → 수정·저장 → 자동 배포
[params.editPost]
URL = "https://github.com/mdeeno/mdeeno.github.io/edit/main/content"
Text = "✏️ 이 글 수정하기"
appendFilePath = true
[params.assets]
theme_color = "#f5f7fa" # 라이트 배경 — 삼성 인터넷 다크모드 힌트 방지
[params.analytics.google]
SiteVerificationTag = "egpUo4dD8e73c7-Sgf7SNHoeFg6kOsPtJf6JoYGE6pw"
[params.label]
text = "BLOG"
icon = "images/logo.png"
iconHeight = 24
[params.homeInfoParams]
Title = "M-DEENO(엠디노) | 재건축·재개발 데이터 분석"
Content = "엠디노 — 재건축 분담금·수익률을 데이터로 분석합니다."
[[params.socialIcons]]
name = "kakaotalk"
url = "https://pf.kakao.com/_xmHdlX"
[[params.socialIcons]]
name = "website"
url = "https://mdeeno.com"
[params.cover]
hidden = false
hiddenInList = false
hiddenInSingle = false
responsiveImages = true
[params.verification]
naver = "2f237c17ee6a92cf4e3591b76895cfd73bf59bca"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
term = ["HTML", "RSS"]
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[minify]
minifyOutput = true
# 상단 메뉴
[[menu.main]]
identifier = "reconstruction"
name = "재건축"
url = "/posts/reconstruction/"
weight = 10
[[menu.main]]
identifier = "archives"
name = "전체 글 보기"
url = "/archives/"
weight = 20
[[menu.main]]
identifier = "calculators"
name = "계산기"
url = "/calculators/"
weight = 30
[[menu.main]]
identifier = "mvp"
name = "📋 무료 분석 신청"
url = "https://mdeeno.com/member?utm_source=blog&utm_medium=nav_cta&utm_campaign=blog_nav"
weight = 40
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
strikethrough = false
[markup.goldmark.renderer]
unsafe = true