forked from neuronstar/neuronstar.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
95 lines (83 loc) · 2.81 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
baseurl: "https://neuronstar.github.io" # Controls base URL
languageCode: "en-US" # Controls html lang attribute
title: "NeuronStar" # Homepage title and page title suffix
paginate: 12 # Number of posts to show before paginating
theme: "connectome" # to use as default theme
enableRobotsTXT: true # Suggested, it generates a robots.txt
googleAnalytics: "UA-61051776-1" # Optional, add tracking Id for analytics
disqusShortname: "" # Optional, add Disqus shortname for comments
SectionPagesMenu: "main" # Enable menu system for lazy bloggers
enu:
main:
- name: About
weight: 1
identifier: about
url: /about/
topright:
taxonomies:
tag: "tags"
link: "links"
params:
theme_variant: "united" # 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: "We explore neuroscience, machine learning, complex system and intelligence"
favicon: "/images/logos/logo.png" # Path to favicon
logo: "/images/logos/logo.png" # logo of the website
projects: # This is the menu item for the list of projects and the title of project list page
section: projects # The section where we list all the projects
indicator: "Groups"
splash: "/images/home/undraw_moonlight_5ksn.svg" # This is the splash image for
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: "neuronstar" # Optional, to display link to github account in menu bar
twitter: "" # Optional, to display link to twitter account in menu bar
author: "NeuronStar"
editURL: "https://github.com/neurnstar/neuronstar.github.io/edit/master/content/"
comments:
use: "giscus"
giscus:
repo: "neuronstar/neuronstar.github.io"
repo_id: "MDEwOlJlcG9zaXRvcnkzMjY1MDkyMg=="
category: "Comments"
category_id: "DIC_kwDOAfI2qs4B-wVl"
algolia:
vars:
- "title"
- "summary"
- "date"
- "publishdate"
- "expirydate"
- "permalink"
- "images"
- "author"
- "fields"
- "platforms"
- "file"
params:
- "categories"
- "tags"
options:
appId: "NQED3STBQT"
apiKey: "5b7ac3f0c287018586467528f312e255"
indexName: "kausalflow-research-tools"
hitsPerPage: 12
routing: true
outputFormats:
Algolia:
baseName: "algolia"
isPlainText: true
mediaType: "application/json"
notAlternative: true
data:
baseName: "data"
isPlainText: true
mediaType: "application/json"
notAlternative: true
Calendar:
protocol: "https://"
outputs:
home:
- "HTML"
- "RSS"
- "Algolia"
- "data"