add base structure
This commit is contained in:
commit
c01138a81c
26 changed files with 576 additions and 0 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue