This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
// interface Path { | |
// windingRule: 'nonzero' | 'evenodd' | undefined | |
// data: string | |
// } | |
// interface IconData { | |
// name: string | |
// paths: Path[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baseUrl: / | |
languageCode: en-us | |
theme: terminal | |
paginate: 5 | |
params: | |
# dir name of your blog content (default is `content/posts`) | |
contentTypeName: posts | |
# ["orange", "blue", "red", "green", "pink"] | |
themeColor: orange |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baseUrl: / | |
languageCode: en-us | |
theme: hello-friend | |
copyright: '' | |
paginate: 5 | |
params: | |
# dir name of your blog content (default is `content/posts`) | |
contentTypeName: posts | |
# "dark" or "light" |