-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
59 lines (52 loc) · 1.33 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
56
57
58
project:
type: website
#output-dir: docs
website:
title: "Yonghun's Computational Geo-Blog"
favicon: /data/_quarto/favicon/geography-icon.png
page-footer:
left: "Powered by [Quarto](https://quarto.org/) <?quarto.version?>"
right: "Made with ❤️ by [YONGHUNI](https://yonghuni.github.io/blog/about/me/)"
navbar:
left:
- text: News
href: /#category=news
- text: Code
href: /#category=Code
- text: Research
href: /#category=Research
right:
- text: About
menu:
- text: Me
href: ./about/me/index.qmd
- text: This Blog
href: ./about/blog/index.qmd
- text: "{{< ai orcid >}}"
href: https://orcid.org/0009-0003-6800-2731
target: _blank
- icon: github
menu:
- text: My Profile
href: https://github.com/YONGHUNI
target: _blank
- text: Source Code
href: https://github.com/YONGHUNI/blog
target: _blank
# comments:
# giscus:
# repo: YONGHUNI/blog
# theme:
# light: light
# dark: cobalt
format:
html:
theme:
light: cosmo #sketchy
dark: [cosmo, ./misc/theme-dark.scss]
css: ./misc/styles.css
execute:
freeze: auto
filters:
- ./misc/quarto-version.lua
#editor: visual