-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
45 lines (40 loc) · 901 Bytes
/
_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
project:
type: website
execute:
freeze: auto
website:
favicon: NAILLogo.png
title: "NAIL blogspace"
site-url: https://nonlinearartificialintelligencelab.github.io
description: "Rich content for NAIL"
reader-mode: true
sidebar:
search: true
navbar:
collapse: true
right:
- text: NCSU Home
href: https://nail.sciences.ncsu.edu
- about.qmd
- icon: github
href: https://github.com/NonlinearArtificialIntelligenceLab
aria-label: GitHub
- icon: rss
href: index.xml
open-graph: true
search:
location: navbar
type: overlay
page-footer:
center:
- text: "© 2022 NAIL"
href: https://nail.sciences.ncsu.edu
format:
html:
html-math-method: katex
theme: theme.scss
css: styles.css
citations-hover: true
footnotes-hover: true
code-fold: true
code-tools: true