mirror of
https://github.com/morgan9e/blog
synced 2026-04-14 16:24:19 +09:00
Reset
This commit is contained in:
34
config.yml
Normal file
34
config.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
baseURL: "https://morgan.kr"
|
||||
title: "Morgan's"
|
||||
theme: "plain"
|
||||
languageCode: "en"
|
||||
defaultContentLanguage: "en"
|
||||
|
||||
buildDrafts: false
|
||||
buildFuture: false
|
||||
buildExpired: false
|
||||
|
||||
disableKinds:
|
||||
- taxonomy
|
||||
- term
|
||||
|
||||
params:
|
||||
description: "security, systems, hardware"
|
||||
author: Morgan
|
||||
homeLinks:
|
||||
- label: /blog
|
||||
url: /blog
|
||||
- label: /archive
|
||||
url: /archive
|
||||
- label: /github
|
||||
url: https://github.com/morgan9e
|
||||
- label: /mirror
|
||||
url: https://mirror2.morgan.kr
|
||||
- label: /key
|
||||
url: /pub.asc
|
||||
|
||||
|
||||
markup:
|
||||
highlight:
|
||||
codeFences: true
|
||||
style: github
|
||||
Reference in New Issue
Block a user