-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
52 lines (48 loc) · 1.18 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
project:
type: website
output-dir: docs
website:
title: "visage"
search: true
reader-mode: true
repo-url: "https://github.com/Aditya-Dahiya/visage"
repo-actions: [edit, issue]
site-url: "https://aditya-dahiya.github.io/visage/index.html"
description: "Visualizing Information and Spatial Analysis with ggplot2 Extensions"
favicon: "visage_logo.png"
twitter-card: true
navbar:
left:
- text: "Home"
file: index.qmd
- text: "Geocomputation"
file: geocomputation.qmd
- text: "Book Solutions"
file: book_solutions.qmd
- text: "ggplot2 Extensions"
file: ggplot2_ext.qmd
- text: "About"
file: about.qmd
logo: "visage_logo.png"
logo-alt: "visage"
tools:
- icon: rss
href: index.xml
- icon: github
menu:
- text: "Source Code"
url: https://github.com/Aditya-Dahiya/visage
- text: "Suggestions / Feedback"
url: https://github.com/Aditya-Dahiya/visage/issues
format:
html:
theme: flatly
css: styles.css
toc: true
editor: visual
comments:
giscus:
repo: Aditya-Dahiya/visage
lightbox:
match: auto
effect: zoom