|
2 | 2 | # General Site Settings
|
3 | 3 | title: Fabien Pesquerel
|
4 | 4 | logo: # You can add own logo. For example '/images/logo.png'.
|
5 |
| -description: Blog of a stochastic random ascent to better understand sequential decision making under uncertainty |
| 5 | +description: Blog of a stochastic random ascent to better understand sequential decision making under uncertainty. We talk about markov decision process, reinforcement learning, bandits algorithms, stochastic optimization and research in these areas. |
6 | 6 | baseurl: "" # the subpath of your site, e.g. /blog
|
7 | 7 | url: "https://fabienpesquerel.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
8 |
| -blog-theme: light # By default, Atega theme uses a 'light' color scheme, to change the color scheme to dark use 'dark' value (_includes/color-scheme) |
| 8 | +blog-theme: light |
9 | 9 |
|
10 | 10 |
|
11 | 11 | #-------------------------------
|
@@ -41,15 +41,15 @@ contact:
|
41 | 41 | description: If you are interested to talk, just shoot me a message
|
42 | 42 |
|
43 | 43 | # NOTE
|
44 |
| -# Atega comes with a built-in contact form, that you can use with Formspree service to handle up to 50 submissions per month for free. You could also easily switch to another contact form service if you want. |
| 44 | +# built-in contact form, that you can use with Formspree service to handle up to 50 submissions per month for free. You could also easily switch to another contact form service if you want. |
45 | 45 |
|
46 | 46 |
|
47 | 47 | #-------------------------------
|
48 | 48 | # Social Links (Footer)
|
49 | 49 | # Example of adding a new link to the footer - {icon: "ion-logo-facebook", link: "https://facebook.com"}
|
50 | 50 | # Other icons can be found at https://ionicons.com/v4/
|
51 | 51 | social:
|
52 |
| -- {icon: "ion-logo-twitter", link: "https://twitter.com/randomwalk"} |
| 52 | +# - {icon: "ion-logo-twitter", link: "https://twitter.com/tobedone"} |
53 | 53 | - {icon: "ion-logo-github", link: "https://github.com/fabienpesquerel"}
|
54 | 54 | # - {icon: "ion-logo-youtube", link: "https://youtube.com"}
|
55 | 55 | # - {icon: "ion-logo-pinterest", link: "https://pinterest.com"}
|
@@ -93,6 +93,7 @@ permalink: /:title
|
93 | 93 | plugins:
|
94 | 94 | - jekyll-paginate
|
95 | 95 | - jekyll-sitemap
|
| 96 | + - jekyll-seo-tag |
96 | 97 | - jekyll/tagging
|
97 | 98 |
|
98 | 99 | paginate: 9
|
|
0 commit comments