commit 5064295371d65ead2ec3700f117274b571cbc6d8 Author: Nicolas Massé Date: Tue Jul 24 20:28:54 2018 +0200 initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..439acc9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "themes/cocoa"] + path = themes/cocoa + url = https://github.com/nishanths/cocoa-hugo-theme.git + branch = v0.6.0 diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..6407d4e --- /dev/null +++ b/config.toml @@ -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/" diff --git a/content/contact/index.md b/content/contact/index.md new file mode 100644 index 0000000..8dd7e67 --- /dev/null +++ b/content/contact/index.md @@ -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. + +![My Email](/images/my-email.png) + +![Email QR Code](/images/qrcode.png) diff --git a/content/speaking/_index.md b/content/speaking/_index.md new file mode 100644 index 0000000..61beb20 --- /dev/null +++ b/content/speaking/_index.md @@ -0,0 +1,7 @@ +--- +title: "Speaking" +date: 2017-02-20T00:00:00+02:00 +draft: false +--- + +Here is a list of my recent talks. \ No newline at end of file diff --git a/content/speaking/adeo-summit-2018.md b/content/speaking/adeo-summit-2018.md new file mode 100644 index 0000000..6d42ea3 --- /dev/null +++ b/content/speaking/adeo-summit-2018.md @@ -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 diff --git a/content/speaking/apidays-2017.md b/content/speaking/apidays-2017.md new file mode 100644 index 0000000..dafea64 --- /dev/null +++ b/content/speaking/apidays-2017.md @@ -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 diff --git a/content/speaking/red-hat-forum-2017.md b/content/speaking/red-hat-forum-2017.md new file mode 100644 index 0000000..bb346aa --- /dev/null +++ b/content/speaking/red-hat-forum-2017.md @@ -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) \ No newline at end of file diff --git a/content/speaking/red-hat-summit-2018.md b/content/speaking/red-hat-summit-2018.md new file mode 100644 index 0000000..1dcf280 --- /dev/null +++ b/content/speaking/red-hat-summit-2018.md @@ -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 diff --git a/static/images/my-email.png b/static/images/my-email.png new file mode 100644 index 0000000..c0aedd9 Binary files /dev/null and b/static/images/my-email.png differ diff --git a/static/images/qrcode.png b/static/images/qrcode.png new file mode 100644 index 0000000..f280617 Binary files /dev/null and b/static/images/qrcode.png differ diff --git a/themes/cocoa b/themes/cocoa new file mode 160000 index 0000000..9592a80 --- /dev/null +++ b/themes/cocoa @@ -0,0 +1 @@ +Subproject commit 9592a80a742c54b6e4d43ab020552c863fc41bc0