-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhandydocs.config.yaml
64 lines (61 loc) · 1.74 KB
/
handydocs.config.yaml
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
seo:
title: HandyDocs
description: A minimal but capable documentation template, powered by Next.js and MDX. Created by Cole Gawin.
openGraph:
type: website
url: https://handydocs.vercel.app
images:
- url: https://handydocs.vercel.app/og-image-1280x640.jpg
width: 1280
height: 640
alt: "HandyDocs: A minimal but capable documentation template, powered by Next.js and MDX."
- url: https://handydocs.vercel.app/og-image-800x600.jpg
width: 800
height: 600
alt: "HandyDocs: A minimal but capable documentation template, powered by Next.js and MDX."
twitter:
cardType: summary_large_image
handle: "@colegawin_"
hero:
style:
light:
bg: url("hero-bg.png")
color: gray.50
dark:
bg: url("hero-bg-dark.png")
color: gray.50
logo:
text: HandyDocs
subheading: minimal but capable documentation template.
info_boxes:
- icon: "icons/twitter.svg"
title: "@colegawin_"
url: "https://twitter.com/colegawin_"
- icon: "icons/github.svg"
title: GitHub
url: "https://github.com/chroline/handydocs"
- icon: "icons/git-branch.svg"
title: 0.0.0
url: "#"
footer:
copyright: Cole Gawin. Released under MIT License.
socials:
github: https://github.com/chroline/handydocs
twitter: https://twitter.com/colegawin_
email: mailto:hey@colegaw.in
style:
light:
bg: gray.100
color: gray.900
dark:
bg: gray.800
color: white
toc:
intro: Introduction
quick-start: Quickstart
config: Configuration file
seo: Search engine optimization
hero: Hero customization
footer: Footer customization
content: Table of Contents & content
addl: Additonal styling and customizations