-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
90 lines (84 loc) · 2.67 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
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
project:
type: website
output-dir: docs
website:
title: " "
description: "Welcome to The Upside-Down blog, a place where paradox and mystery come alive in the light of the Gospel."
reader-mode: true
site-url: https://theupsidedownblog.netlify.app
favicon: images/round_logo2.png
google-analytics: "G-V3QQ28RRMM"
navbar:
pinned: true
collapse: true
logo: images/tud_logo2.png
left:
- text: "Home"
href: index.qmd
- text: "English"
menu:
- text: "Blog"
href: eng/index.qmd
- text: "Purpose"
href: eng/about.qmd
- text: "Remarks"
href: eng/remarks.qmd
- text: "Español"
menu:
- text: "Blog"
href: esp/index.qmd
- text: "Propósito"
href: esp/about-esp.qmd
- text: "Observaciones"
href: esp/observaciones.qmd
- text: "Articles"
menu:
- text: "Truth & Grace"
href: articles/truth_grace.qmd
- text: "Tune His Frequency"
href: articles/tune_his_freq.qmd
- text: "References"
href: eng/refers.qmd
right:
# - icon: person
# href: https://ocardec.netlify.app
# target: _blank
- icon: envelope-at
href: "mailto:[email protected]"
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/ocardec/theupsidedownblog
target: _blank
- text: Report a Bug
href: https://github.com/ocardec/theupsidedownblog/issues/new/choose
target: _blank
search:
location: navbar
type: textbox
page-footer:
left: |
<div class="bmc-button-container">
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="ocardec" data-color="#252525" data-emoji="" data-font="Lato" data-text="Buy me a coffee" data-outline-color="#ffffff" data-font-color="#ffffff" data-coffee-color="#FFDD00" >
</script>
<style>
.bmc-button-container .bmc-button {
font-size: 10px !important;
background-color: transparent !important;
border: none;
}
</style>
</div>
center: |
<span class="faux-block"> Powered by <a href="https://www.navtheway.com" target="_blank"> Navigate the Way</a></span>
right: |
<span class="faux-block">© Copyright 2024, Cardec Solution
format:
html:
page-layout: article
fontsize: 1.1em
theme:
light: flatly
dark: darkly
css: styles.css