From 2cf0995a76b4df0ef14065786cfe5ba58ea28e47 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Sat, 23 Jan 2021 16:17:39 +0100 Subject: [PATCH] Drafts biography --- .gitignore | 1 + config.toml | 13 +++---------- content/about.md | 16 ++++++++++++++++ content/portfolio/_index.md | 2 ++ 4 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 .gitignore create mode 100644 content/about.md create mode 100644 content/portfolio/_index.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9f1533 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +resources/_gen/ diff --git a/config.toml b/config.toml index 8dcad8f..c792ef6 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,8 @@ -baseurl = "https://example.com" # Your domain name +baseurl = "https://tuleu.lighting" # Your domain name languageCode = "en-us" defaultContentLanguage = "en" isMultilingual = true -title = "Call me Sam" +title = "Alexandre Tuleu | Light Designer" theme = "sam" pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html pygmentsCodefences = true @@ -28,13 +28,6 @@ pygmentsCodefences = true [params.videoBackground] # overlay = "rgba(0, 0, 0, 0.4)" # optional -[[params.mainMenu]] - link = "posts" - text = "posts" - -[[params.mainMenu]] - link = "gallery" - text = "gallery" [[params.mainMenu]] link = "portfolio" @@ -42,7 +35,7 @@ pygmentsCodefences = true [[params.mainMenu]] link = "about" - text = "who is sam?" + text = "who is Alexandre Tuleu?" [imaging] quality = 75 diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..4cce214 --- /dev/null +++ b/content/about.md @@ -0,0 +1,16 @@ +--- +title: "About" +date: 2021-01-23T15:46:30+01:00 +draft: true +--- + + +Bio Picture + +I am a Light Designer working in Switzerland. I started performing +light during my studies at EPFL, in 2008. Since then I worked with +different venues (le salopard, le bourg, Satellite), Festivals +(Balelec, Lugano Buskers, Sat Rocks, Faciammo la Corte), and bands +(Bitter Moon, The Pussywarmers and Reka, Klaus Johann Grobe). + +More description of my work. \ No newline at end of file diff --git a/content/portfolio/_index.md b/content/portfolio/_index.md new file mode 100644 index 0000000..a49ba48 --- /dev/null +++ b/content/portfolio/_index.md @@ -0,0 +1,2 @@ +--- +--- \ No newline at end of file