-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
112 lines (104 loc) · 3.47 KB
/
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
baseurl: "/" # Controls base URL
languageCode: "en-US" # Controls html lang attribute
title: "Color Teller" # Homepage title and page title suffix
paginate: 12 # Number of posts to show before paginating
theme: "bulma" # to use as default theme
enableRobotsTXT: true # Suggested, it generates a robots.txt
googleAnalytics: "" # Optional, add tracking Id for analytics
disqusShortname: "" # Optional, add Disqus shortname for comments
SectionPagesMenu: "main" # Enable menu system for lazy bloggers
menu:
main:
- name: "Colors"
weight: 1
identifier: colors
url: /colors/
- name: "<i class=\"fas fa-palette\" style=\"margin-right: 0.3em;\"></i> All Palettes"
weight: 2
identifier: all-palettes
url: /colors/
# - name: "<i class=\"fab fa-searchengin\" style=\"margin-right: 0.3em;\"></i>Advanced Search"
# weight: 2
# identifier: search
# url: /search/
- name: "<i class=\"fas fa-folder-plus\" style=\"margin-right: 0.3em;\"></i> Submit New Colors"
weight: 3
identifier: submit
url: /submit/
- name: "<i class=\"fas fa-satellite-dish\" style=\"margin-right: 0.3em;\"></i>Community"
weight: 4
identifier: community
url: "https://github.com/kausalflow/community/discussions/categories/kf-colorteller"
- name: "<i class=\"fas fa-toolbox\" style=\"margin-right: 0.3em;\"></i>More Tools"
weight: 4
identifier: more-tools
url: "http://tools.kausalflow.com"
params:
theme_variant: "journal" # possible value for the theme_variant `cerulean,cosmo,cyborg,darkly,flatly,journal,litera,lumen,lux,materia,minty,pulse,sandstone,simplex,slate,solar,spacelab,superhero,united,yeti`
description: "A Curated List of Color Pallets and Colormaps for Data Visualization"
powered_by: "love" # Optional, controls name display on footer
hide_author: false # Optional, set true to hide author name on posts
images: # Suggested, controls default OpenGraph images controls author name display on meta tag
github: "kausalflow/colorteller" # Optional, to display link to github account in menu bar
twitter: "" # Optional, to display link to twitter account in menu bar
# facebook: "Research-Tools-101254031583772"
# sunspot: "http://sunspot.kausalflow.com/"
author: "KausalFlow"
editURL: "https://github.com/kausalflow/colorteller/edit/master/content/"
chart_docs_url: "https://kausalflow.com/colorteller-package/results/#visualizations"
noindex_kinds:
- "taxonomyTerm"
jsondata:
section: "colors"
algolia:
section: "colors"
vars:
- "title"
- "summary"
- "date"
- "publishdate"
- "expirydate"
- "permalink"
- "images"
- "colors"
- "author"
- "file"
- "hex"
- "benchmark"
params:
- "categories"
- "tags"
options:
appId: ""
apiKey: ""
indexName: "kausalflow-colorteller-colors"
hitsPerPage: 12
routing: true
comments:
giscus:
repo: "kausalflow/colorteller"
repo_id: "R_kgDOGX51QA"
category: "Comments"
category_id: "DIC_kwDOGX51QM4CACaA"
outputFormats:
Algolia:
baseName: "algolia"
isPlainText: true
mediaType: "application/json"
notAlternative: true
Colors:
baseName: "colors"
isPlainText: true
mediaType: "application/json"
notAlternative: true
outputs:
home:
- "HTML"
- "RSS"
- "Algolia"
- "Colors"
taxonomies:
author: "author"
category: "categories"
tag: "tags"
hex: "hex"