-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
138 lines (124 loc) · 3.29 KB
/
_config.yml
File metadata and controls
138 lines (124 loc) · 3.29 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
title: Bitdribble
author:
name: Andrei Radulescu-Banu
email: "bitdribble@gmail.com"
description: > # this means to ignore newlines until "show_excerpts:"
Bitdribble is a knowledge repository
maintained by Andrei Radulescu-Banu.
show_excerpts: false # set to true to show excerpts on the homepage
permalink: pretty
# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
#skin: classic
skin: dark
#skin: solarized-dark
#skin: solarized
# generate social links in footer
social_links:
twitter: bitdribble
github: bitdribble
# devto: jekyll
# dribbble: jekyll
# facebook: jekyll
# flickr: jekyll
# instagram: jekyll
linkedin: andrei-radulescu-banu
# pinterest: jekyll
# youtube: jekyll
# youtube_channel: UC8CXR0-3I70i1tfPg1PAE1g
# youtube_channel_name: CloudCannon
# telegram: jekyll
# googleplus: +jekyll
# microdotblog: jekyll
# keybase: jekyll
# Mastodon instances
# mastodon:
# - username: jekyll
# instance: example.com
# - username: jekyll2
# instance: example.com
# GitLab instances
# gitlab:
# - username: jekyll
# instance: example.com
# - username: jekyll2
# instance: example.com
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
- title: "AI Topics"
url: "#"
children:
- title: "Language Models"
url: "/language_models"
- title: "Self Driving Cars"
url: "/self_driving_cars"
- title: "Artificial Intelligence"
url: "/artificial_intelligence"
- title: "Computer Vision"
url: "/computer_vision"
- title: "Cognitive Science"
url: "/cognitive_science"
- title: "Tech Topics"
url: "#"
children:
- title: "Market Trading"
url: "/market_trading"
- title: "Webdev"
url: "/webdev"
- title: "DevOps"
url: "/devops"
- title: "Biotech"
url: "/biotech"
- title: "Blog"
url: "/blog"
- title: "About"
url: "/about"
# Footer sitemap - simplified navigation for footer display
site_map:
- title: "AI Topics"
links:
- title: "Language Models"
url: "/language_models"
- title: "Computer Vision"
url: "/computer_vision"
- title: "Cognitive Science"
url: "/cognitive_science"
- title: "Tech Topics"
links:
- title: "Market Trading"
url: "/market_trading"
- title: "Webdev"
url: "/webdev"
- title: "DevOps"
url: "/devops"
- title: "Site"
links:
- title: "Blog"
url: "/blog"
- title: "About"
url: "/about"
# Build settings
theme: analytiq-pages-theme
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-pdf-embed # Per example at https://github.com/MihajloNesic/minimal-mistakes-pdf-example/
- jekyll-paginate-v2
# Pagination configuration for jekyll-paginate-v2
pagination:
enabled: true
per_page: 10
permalink: '/page/:num/'
title: ':title - Page :num'
limit: 0
trail:
before: 2
after: 2
sort_field: 'date'
sort_reverse: true
future: true
# GitHub repository configuration
repository: bitdribble/bitdribble.github.io