30 lines
No EOL
435 B
YAML
30 lines
No EOL
435 B
YAML
# The tab data.
|
|
# v2.1
|
|
# https://github.com/cotes2020/jekyll-theme-chirpy
|
|
# © 2020 Cotes Chung
|
|
# MIT Licensed
|
|
|
|
|
|
-
|
|
name: Home
|
|
icon: "fas fa-home"
|
|
-
|
|
name: Categories
|
|
icon: "fas fa-stream"
|
|
path: tabs
|
|
url: categories
|
|
-
|
|
name: "Tags"
|
|
icon: "fas fa-tags"
|
|
path: tabs
|
|
url: tags
|
|
-
|
|
name: "Archives"
|
|
path: tabs
|
|
url: archives
|
|
icon: "fas fa-archive"
|
|
-
|
|
name: "About"
|
|
icon: "fas fa-info"
|
|
path: tabs
|
|
url: about |