-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
68 lines (61 loc) · 1.76 KB
/
_config.yml
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
title: embedded-analog-intelligence
description: views and notes on intelligences
author: matt-chv
github: https://github.com/matt-chv
about: robotics is more than AI, robotics needs AI embedded in the system (fed from real time sensors data and planning and adjusting in real-time its actions).
disqus_shortname: disqus_e5sxXi13p5
google_analytics: UA-XXXXXXXX-Y
#avatar_url: /spark2-fi/static/img/avatar.jpg
avatar_url: /embedded-analog-intelligence/static/img/avatar.jpg
enableTags: true
tagarray: []
#collections:
# project:
# output: true
# permalink: /project/:path/
social:
# - icon: fa-facebook
# link: "#"
- icon: fa-twitter
link: "https://twitter.com/matt__chv"
- icon: fa-linkedin
link: "https://www.linkedin.com/in/matthieuchevrier"
- icon: fa-stack-exchange
link: "https://stackexchange.com/users/13039919/matt__chv"
- icon: fa-github
link: "https://github.com/matt-chv/embedded-analog-intelligence"
- icon: fa-whatsapp
link: "https://wa.me/?text=https%3A%2F%2Fmatt-chv.github.io%2Fembedded-analog-intelligence"
- icon: fa-google-scholar
link: "https://scholar.google.com/citations?user=gs3enb8AAAAJ&hl=en"
share:
twitter_username: matt__chv
# fb_appid: 1749788565247320
urls:
- text: About Me
url: /about
- text: My Projects and Prez
url: /projects
- text: XML Feed
url: /sitemap.xml
url: "https://matt-chv.github.io"
baseurl: "/embedded-analog-intelligence"
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-gist
# - jekyll-sitemap
- jekyll-feed
defaults:
-
values:
layout: "post"
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: ['development']