add base structure
This commit is contained in:
11
data/config.yaml
Normal file
11
data/config.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
name: Quartz Example Page
|
||||
description:
|
||||
Here is the page description. This is an example Quartz site that details installation,
|
||||
setup, customization, and troubleshooting for Quartz itself.
|
||||
page_title:
|
||||
Quartz Example Page
|
||||
links:
|
||||
- link_name: twitter
|
||||
link: https://twitter.com/_jzhao
|
||||
- link_name: github
|
||||
link: https://github.com/jackyzha0
|
11
data/graphConfig.yaml
Normal file
11
data/graphConfig.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
enableLegend: false
|
||||
enableDrag: true
|
||||
enableZoom: false
|
||||
base:
|
||||
node: "#284b63"
|
||||
activeNode: "#f28482"
|
||||
inactiveNode: "#a8b3bd"
|
||||
link: "#babdbf"
|
||||
activeLink: "#5a7282"
|
||||
paths:
|
||||
- /moc: "#4388cc"
|
Reference in New Issue
Block a user