generated from fastai/fastpages
-
Notifications
You must be signed in to change notification settings - Fork 21
/
_quarto.yml
71 lines (68 loc) · 1.94 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
project:
type: website
website:
title: ohmeow
image: images/ohmeow_logo.png
favicon: images/ohmeow_favicon.png
site-url: "https://ohmeow.com"
description: "A resource for full stack web application and machine learning developement"
twitter-card: true
open-graph: true
comments:
utterances:
repo: ohmeow/ohmeow_website
navbar:
logo: images/ohmeow_logo.png
logo-alt: ohmeow.com
pinned: true
collapse-below: lg
left:
- text: Guides
icon: tools
menu:
- text: "Vue3"
icon: box-arrow-up-right
href: pages/guides/vue3-guide.md
- text: "Fast API"
icon: box-arrow-up-right
href: pages/guides/fastapi-guide.md
- text: "PostgreSQL"
icon: box-arrow-up-right
href: pages/guides/postgresql-guide.md
- text: "Deployment"
icon: box-arrow-up-right
href: pages/guides/deployment-guide.md
- text: Projects
icon: stack
menu:
- text: "blurr"
icon: layers
href: https://ohmeow.github.io/blurr/
- text: Study Groups
icon: book
menu:
- text: "fastai x Hugging Face Study Group"
icon: youtube
href: https://www.youtube.com/playlist?list=PLD80i8An1OEF8UOb9N9uSoidOGIMKW96t
- href: about.qmd
icon: person-circle
right:
- icon: twitter
href: https://twitter.com/waydegilliam
- icon: github
href: https://github.com/ohmeow
- icon: rss
href: index.xml
format:
html:
theme:
- united
# - custom.scss?v=1.2 # when deploying uncomment this
- custom.scss # when testing local uncomment this
grid:
sidebar-width: 300px
body-width: 1100px
margin-width: 300px
gutter-width: 1.5rem
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/?(www)\.ohmeow\.com\/**'