generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
56 lines (54 loc) · 1.55 KB
/
_quarto.yml
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
project:
type: website
website:
title: "Yunho Kee's Cultivation"
description: "a personal cloud diary of Yunho Kee, a software engineer"
page-footer: "Copyright 2023, Yunho Kee"
site-url: https://yhkee0404.github.io
image: haezoom-everland-jyh-lunapic.jpg
open-graph:
locale: ko_KR
google-analytics: G-KH3KTM2DG3
navbar:
title: yhkee0404.github.io
left:
- text: Web
href: web.qmd#category=featured
- text: Database
href: database.qmd#category=featured
- text: Data Science
href: data-science.qmd#category=featured
- text: Algorithms
href: algorithms.qmd#category=featured
- text: Troubleshoot
href: troubleshoot.qmd#category=featured
- text: Bible
href: bible.qmd#category=featured
right:
- about.qmd
- icon: github
href: https://github.com/yhkee0404/yhkee0404.github.io
- icon: linkedin
href: https://www.linkedin.com/in/yunho-kee-2a4878256/
- icon: twitter-x
href: https://twitter.com/yhkee0404
- icon: chat-left-quote-fill
href: https://hypothes.is/search?q=url%3Ahttps%3A%2F%2Fyhkee0404.github.io%2F%2A
- icon: rss
href: index-featured.xml
comments:
hypothesis:
enableExperimentalNewNoteButton: true
back-to-top-navigation: true
format:
html:
theme:
dark: darkly
light: flatly
css: styles.css
highlight-style: github
toc: true
# toc-location: right-body
link-external-icon: true
link-external-newwindow: true
smooth-scroll: true