@ -1,2 +1,4 @@ |
|||||
public |
public |
||||
.DS_Store |
.DS_Store |
||||
|
resources |
||||
|
|
||||
|
|||||
@ -1,8 +1,3 @@ |
|||||
[submodule "themes/cocoa"] |
[submodule "themes/itix"] |
||||
path = themes/cocoa |
path = themes/itix |
||||
url = https://github.com/nmasse-itix/cocoa-hugo-theme.git |
url = https://github.com/nmasse-itix/hugo-theme-itix.git |
||||
branch = nmasse-itix |
|
||||
[submodule "themes/diary"] |
|
||||
path = themes/diary |
|
||||
url = https://github.com/nmasse-itix/hugo-theme-diary.git |
|
||||
branch = www.itix.fr |
|
||||
|
|||||
@ -0,0 +1,18 @@ |
|||||
|
--- |
||||
|
title: "{{ replace .Name "-" " " | title }}" |
||||
|
date: {{ .Date }} |
||||
|
description: "" |
||||
|
opensource: |
||||
|
- project1 |
||||
|
topics: |
||||
|
- topic1 |
||||
|
resources: |
||||
|
#- src: '*.yaml' |
||||
|
#- src: '*.png' |
||||
|
--- |
||||
|
|
||||
|
Headline. |
||||
|
|
||||
|
<!--more--> |
||||
|
|
||||
|
Main content here. |
||||
@ -1,71 +0,0 @@ |
|||||
baseURL = "https://www.itix.fr/" |
|
||||
languageCode = "en-us" |
|
||||
title = "Nicolas Massé" |
|
||||
author = "Nicolas Massé" |
|
||||
theme = "diary" |
|
||||
pygmentsUseClasses = true |
|
||||
pygmentsCodefences = true |
|
||||
enableRobotsTXT = true |
|
||||
|
|
||||
[taxonomies] |
|
||||
opensource = "opensource" |
|
||||
topic = "topics" |
|
||||
tags = "tags" |
|
||||
|
|
||||
[params] |
|
||||
include_rss = true |
|
||||
latestpostscount = 10 |
|
||||
i18n_flags = true |
|
||||
author = "Nicolas Massé" |
|
||||
description = "Nicolas Massé's blog" |
|
||||
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 = "Open Source" |
|
||||
weight = 35 |
|
||||
identifier = "opensource" |
|
||||
url = "/opensource/" |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Speaking" |
|
||||
weight = 40 |
|
||||
identifier = "speaking" |
|
||||
url = "/speaking/" |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Writing" |
|
||||
weight = 50 |
|
||||
identifier = "writing" |
|
||||
url = "/writing/" |
|
||||
|
|
||||
[[menu.main]] |
|
||||
name = "Contact" |
|
||||
weight = 60 |
|
||||
identifier = "contact" |
|
||||
url = "/contact/" |
|
||||
@ -0,0 +1,74 @@ |
|||||
|
baseURL: "/" |
||||
|
title: "Nicolas Massé" |
||||
|
author: "Nicolas Massé" |
||||
|
theme: "itix" |
||||
|
# pygmentsUseClasses implies a style sheet that can be generated as follow: |
||||
|
# hugo gen chromastyles --style=borland > static/css/chroma.css |
||||
|
pygmentsUseClasses: true |
||||
|
pygmentsCodefences: true |
||||
|
enableRobotsTXT: true |
||||
|
|
||||
|
defaultContentLanguage: "en" |
||||
|
languages: |
||||
|
en: |
||||
|
weight: 1 |
||||
|
languageName: English |
||||
|
contentDir: content/english |
||||
|
menu: |
||||
|
main: |
||||
|
- name: "Articles" |
||||
|
weight: 10 |
||||
|
url: "/blog/" |
||||
|
- name: "Open Source" |
||||
|
weight: 20 |
||||
|
url: "/opensource/" |
||||
|
- name: "Expertise" |
||||
|
weight: 30 |
||||
|
url: "/topics/" |
||||
|
- name: "Speaking" |
||||
|
weight: 40 |
||||
|
url: "/speaking/" |
||||
|
- name: "Writing" |
||||
|
weight: 50 |
||||
|
url: "/writing/" |
||||
|
- name: "Contact" |
||||
|
weight: 60 |
||||
|
url: "/contact/" |
||||
|
- name: "Resume" |
||||
|
weight: 70 |
||||
|
url: "https://www.linkedin.com/in/nicolasmasse/" |
||||
|
fr: |
||||
|
weight: 2 |
||||
|
languageName: Français |
||||
|
contentDir: content/french |
||||
|
menu: |
||||
|
main: |
||||
|
- name: "Articles" |
||||
|
weight: 10 |
||||
|
url: "/fr/blog/" |
||||
|
- name: "Open Source" |
||||
|
weight: 20 |
||||
|
url: "/fr/opensource/" |
||||
|
- name: "Expertise" |
||||
|
weight: 30 |
||||
|
url: "/fr/topics/" |
||||
|
- name: "Conférences" |
||||
|
weight: 40 |
||||
|
url: "/fr/speaking/" |
||||
|
- name: "Publications" |
||||
|
weight: 50 |
||||
|
url: "/fr/writing/" |
||||
|
- name: "Me contacter" |
||||
|
weight: 60 |
||||
|
url: "/fr/contact/" |
||||
|
- name: "CV" |
||||
|
weight: 70 |
||||
|
url: "https://www.linkedin.com/in/nicolasmasse/" |
||||
|
|
||||
|
taxonomies: |
||||
|
opensource: "opensource" |
||||
|
topic: "topics" |
||||
|
tags: "tags" |
||||
|
|
||||
|
params: |
||||
|
|
||||
@ -0,0 +1,11 @@ |
|||||
|
--- |
||||
|
title: "Nicolas Massé" |
||||
|
--- |
||||
|
|
||||
|
I am Nicolas Massé, you will find me on social networks under the nickname "nmasse-itix". |
||||
|
Initially developer, I now work as pre-sales consultant in the fields of [API Management]({{<relref "/topics/api-management" >}}), [Single Sign On]({{<relref "/topics/openid-connect" >}}) and [Containers]({{<relref "/topics/containers" >}}). |
||||
|
|
||||
|
I mainly work with [Open Source]({{<relref "/opensource" >}}) technologies such as [Keycloak]({{<relref "/opensource/keycloak" >}}), [3scale]({{<relref "/opensource/3scale" >}}) or [OpenShift]({{<relref "/opensource/openshift" >}}). |
||||
|
I share my [expertise]({{<relref "/topics" >}}) and interests on this site, as a guest [on other websites]({{<relref "/writing" >}}) and I occasionally give [conferences]({{<relref "/speaking" >}}). |
||||
|
|
||||
|
Please read [my blog]({{<relref "/blog" >}}) or [learn more about me](https://www.linkedin.com/in/nicolasmasse/). |
||||
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 255 KiB |
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 622 KiB After Width: | Height: | Size: 622 KiB |
|
Before Width: | Height: | Size: 644 KiB After Width: | Height: | Size: 644 KiB |
|
Before Width: | Height: | Size: 600 KiB After Width: | Height: | Size: 600 KiB |
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
|
Before Width: | Height: | Size: 497 KiB After Width: | Height: | Size: 497 KiB |
|
Before Width: | Height: | Size: 527 KiB After Width: | Height: | Size: 527 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 340 KiB |
|
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 157 KiB |
|
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 286 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 287 KiB |
|
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 270 KiB |
|
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 320 KiB |
|
Before Width: | Height: | Size: 249 KiB After Width: | Height: | Size: 249 KiB |
|
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 281 KiB |
|
Before Width: | Height: | Size: 335 KiB After Width: | Height: | Size: 335 KiB |
|
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 255 KiB |
|
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 185 KiB |
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
title: "Open Source" |
||||
|
--- |
||||
|
|
||||
|
In my daily work I use many Open Source communities, on which I have written articles. |
||||
|
Each Open Source community below is a link to the list of matching articles. |
||||
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
title: "Speaking" |
||||
|
--- |
||||
|
|
||||
|
I am occasionally invited to customers or corporate events to talk about APIs and SSO. |
||||
|
I have compiled the list of my latest talks below. |
||||
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
@ -0,0 +1,16 @@ |
|||||
|
--- |
||||
|
title: "Devoteam #TechForPeople 2018" |
||||
|
date: 2018-10-10T00:00:00+02:00 |
||||
|
draft: false |
||||
|
resources: |
||||
|
- '*.png' |
||||
|
--- |
||||
|
|
||||
|
The 10th Septembre 2018, I co-presented a session named _"No API, No Future"_ |
||||
|
in which I exhibited the Red Hat's API Lifecycle Automation. The event |
||||
|
`#TechForPeople` was organized by Devoteam. |
||||
|
|
||||
|
{{< attachedFigure src="2018-10-10-Devoteam-TechForPeople-1.jpg" >}} |
||||
|
{{< attachedFigure src="2018-10-10-Devoteam-TechForPeople-2.jpg" >}} |
||||
|
{{< attachedFigure src="2018-10-10-Devoteam-TechForPeople-3.jpg" >}} |
||||
|
{{< attachedFigure src="2018-10-10-Devoteam-TechForPeople-4.jpg" >}} |
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@ -0,0 +1,6 @@ |
|||||
|
--- |
||||
|
title: "Expertise" |
||||
|
--- |
||||
|
|
||||
|
During my various interventions on customer site, I had to work on various subjects for which I have written one or more articles. |
||||
|
Each subject is a link to the list of matching articles. |
||||
@ -0,0 +1,5 @@ |
|||||
|
--- |
||||
|
title: "Writing" |
||||
|
--- |
||||
|
|
||||
|
I post articles from time to time on various websites as a guest. I have gathered a list of my recent posts below. |
||||