commit
5064295371
11 changed files with 125 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||
|
[submodule "themes/cocoa"] |
||||
|
path = themes/cocoa |
||||
|
url = https://github.com/nishanths/cocoa-hugo-theme.git |
||||
|
branch = v0.6.0 |
||||
@ -0,0 +1,51 @@ |
|||||
|
baseURL = "https://www.itix.fr/" |
||||
|
languageCode = "en-us" |
||||
|
title = "Nicolas Massé" |
||||
|
author = "Nicolas Massé" |
||||
|
theme = "cocoa" |
||||
|
|
||||
|
[params] |
||||
|
include_rss = true |
||||
|
latestpostscount = 10 |
||||
|
i18n_flags = true |
||||
|
author = "Nicolas Massé" |
||||
|
description = "TODO" |
||||
|
github = "//github.com/nmasse-itix" |
||||
|
px500 = "//500px.com/nmasse" |
||||
|
linkedin = "//linkedin.com/in/nicolasmasse" |
||||
|
#selfintro = "TODO intro" |
||||
|
twitter = "//twitter.com/nmasse_itix" |
||||
|
gravatar = "006617bcd9aae1a019e1f923c8bd69e0" |
||||
|
#faviconfile = "images/favicon.ico" |
||||
|
|
||||
|
[menu] |
||||
|
|
||||
|
[[menu.main]] |
||||
|
name = "Home" |
||||
|
weight = 10 |
||||
|
identifier = "home" |
||||
|
url = "/" |
||||
|
|
||||
|
[[menu.main]] |
||||
|
name = "Biography" |
||||
|
weight = 20 |
||||
|
identifier = "biography" |
||||
|
url = "/biography/" |
||||
|
|
||||
|
[[menu.main]] |
||||
|
name = "Blog" |
||||
|
weight = 30 |
||||
|
identifier = "blog" |
||||
|
url = "/blog/" |
||||
|
|
||||
|
[[menu.main]] |
||||
|
name = "Speaking" |
||||
|
weight = 40 |
||||
|
identifier = "speaking" |
||||
|
url = "/speaking/" |
||||
|
|
||||
|
[[menu.main]] |
||||
|
name = "Contact" |
||||
|
weight = 50 |
||||
|
identifier = "contact" |
||||
|
url = "/contact/" |
||||
@ -0,0 +1,11 @@ |
|||||
|
--- |
||||
|
title: "Contact me" |
||||
|
date: 2018-01-01T00:00:00+02:00 |
||||
|
draft: false |
||||
|
--- |
||||
|
|
||||
|
For any inquiry, you can contact me by email. |
||||
|
|
||||
|
 |
||||
|
|
||||
|
 |
||||
@ -0,0 +1,7 @@ |
|||||
|
--- |
||||
|
title: "Speaking" |
||||
|
date: 2017-02-20T00:00:00+02:00 |
||||
|
draft: false |
||||
|
--- |
||||
|
|
||||
|
Here is a list of my recent talks. |
||||
@ -0,0 +1,12 @@ |
|||||
|
--- |
||||
|
title: "ADEO Summit 2018" |
||||
|
date: 2018-06-27T00:00:00+02:00 |
||||
|
draft: false |
||||
|
--- |
||||
|
|
||||
|
On the 27th June 2018, I spoke at ADEO Summit on a session named |
||||
|
_"An API Journey: from Mock to Deployment workshop"_. |
||||
|
|
||||
|
{{< tweet 1011993832119037953 >}} |
||||
|
|
||||
|
For more information: https://www.adeodevsummit.io/event/FA3w/an-api-journey-from-mock-to-deployment |
||||
@ -0,0 +1,14 @@ |
|||||
|
--- |
||||
|
title: "APIDays 2017" |
||||
|
date: 2018-01-30T00:00:00+02:00 |
||||
|
draft: false |
||||
|
--- |
||||
|
|
||||
|
On the 30th January 2018, I spoke at API Days on a session named |
||||
|
_"An API Journey: from Mock to Deployment workshop"_. |
||||
|
|
||||
|
{{< tweet 958303326638141440 >}} |
||||
|
{{< tweet 958306163585634304 >}} |
||||
|
{{< tweet 958633464932241408 >}} |
||||
|
|
||||
|
For more information: http://www.apidays.io/events/paris-2017 |
||||
@ -0,0 +1,14 @@ |
|||||
|
--- |
||||
|
title: "Red Hat Forum 2017" |
||||
|
date: 2017-10-11T00:00:00+02:00 |
||||
|
draft: false |
||||
|
--- |
||||
|
|
||||
|
On the 11th October 2017, I spoke at Red Hat Forum on a session named |
||||
|
_"Gestion des API dans une démarche CI/CD"_. |
||||
|
|
||||
|
For more information: https://www.redhat.com/fr/events/red-hat-forum-france-2017 |
||||
|
|
||||
|
{{< tweet 918126983963447296 >}} |
||||
|
|
||||
|
[Slide deck can be found here](http://images.engage.redhat.com/Web/RedHat/%7Bd7510765-62e8-4ea8-9f64-226259730a17%7D_Gestion_des_API_dans_une_de%CC%81marche_CI_CD.pdf) |
||||
@ -0,0 +1,11 @@ |
|||||
|
--- |
||||
|
title: "Red Hat Summit 2018" |
||||
|
date: 2018-05-08T00:00:00+02:00 |
||||
|
draft: false |
||||
|
--- |
||||
|
|
||||
|
On the 8th May 2018, I spoke at Red Hat Summit on a session named |
||||
|
_"Red Hat API management: Overview, security models, and roadmap"_ |
||||
|
where I showcased our vision of _"API Management as Code"_. |
||||
|
|
||||
|
For more information: https://agenda.summit.redhat.com/SessionDetail.aspx?id=154928 |
||||
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in new issue