28 lines
611 B
YAML
28 lines
611 B
YAML
baseURL: "http://blog.morgan.kr"
|
|
title: Morgan's Blog
|
|
theme: "mytheme"
|
|
|
|
buildDrafts: false
|
|
buildFuture: false
|
|
buildExpired: false
|
|
|
|
params:
|
|
env: production
|
|
title: Morgan's Blog
|
|
description: "Hi! I'm Morgan!"
|
|
keywords: [Blog]
|
|
author: Me
|
|
DateFormat: "Jan 2, 2006"
|
|
assets:
|
|
favicon: "https://blog.morgan.kr/favicon.ico"
|
|
apple_touch_icon: "https://blog.morgan.kr/favicon.ico"
|
|
safari_pinned_tab: "https://blog.morgan.kr/favicon.ico"
|
|
label:
|
|
icon: /favicon.png
|
|
icon_inv: /favicon-inv.png
|
|
iconHeight: 24
|
|
buildDate: 2000-00-00_00:00:00
|
|
|
|
permalinks:
|
|
posts: /:year/:month/:title/
|