-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
115 lines (98 loc) · 2.45 KB
/
_config.yml
File metadata and controls
115 lines (98 loc) · 2.45 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
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
feed:
excerpt_only: true
posts_limit: 20
exclude:
- /vendor/
- google7fc3fddc69d5a4bf.html
- naver1dddc70a302fb7cd8ad5cba29819b600.html
title: Bits, Bytes and Neural Networks
subtitle: A Data Scientist's Digital Playground
email: [email protected]
name: Jonas Kim
description: |
A tech blog focusing on AI/ML paper reviews and latest research trends
baseurl: ''
url: https://bits-bytes-nn.github.io
cover: /assets/my_header_image.jpg
logo: /assets/my_logo.png
markdown: kramdown
kramdown:
input: GFM
parse_block_html: true
parse_span_html: true
smart_quotes: ["apos", "apos", "quot", "quot"]
syntax_highlighter: rouge
math_engine: mathjax
math_engine_opts:
preview: true
preview_as_code: false
inter_post_navigation: false
highlightjs_theme: monokai-sublime
paginate: 5
paginate_path: /page/:num/
simple_jekyll_search:
exclude:
- about.md
- search.md
- index.html
disqus_shortname: # bits-bytes-nn
ga_tracking_id: G-MRH9Z5ETSQ
social:
# Contact: GitHub - LinkedIn - Threads (in order)
- name: GitHub
icon: github
username: bits-bytes-nn
url: https://github.com/bits-bytes-nn
desc: Fork me on GitHub
share: false
# Share only (no url = not shown in Contact)
- name: Facebook
icon: facebook
share: true
share_url: https://www.facebook.com/sharer.php
share_params:
- key: t
value: TITLE
- key: u
value: URL
- name: LinkedIn
icon: linkedin
username: Jonas Kim
url: https://www.linkedin.com/in/aldente0630
desc: Connect with me on LinkedIn
share: true
share_url: https://www.linkedin.com/shareArticle
share_params:
- key: mini
value: true
- key: url
value: URL
# Share only (no url = not shown in Contact)
- name: X
icon: x-twitter
share: true
share_url: https://twitter.com/share
share_params:
- key: text
value: TITLE
- key: url
value: URL
- name: Threads
icon: threads
username: aldente0630
url: https://www.threads.com/@aldente0630
desc: Follow me on Threads
share: false
protocols:
fb_image: /assets/my_logo.png
fb_image_width: 612
fb_image_height: 605
fb_image_type: image/png
twitter_image: /assets/my_logo.png
os_repo: https://github.com/bits-bytes-nn/bits-bytes-nn.github.io
os_rcs_type: git
os_src: [email protected]:bits-bytes-nn/bits-bytes-nn.github.io.git