Drafts biography
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
resources/_gen/
|
||||
13
config.toml
13
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
|
||||
|
||||
16
content/about.md
Normal file
16
content/about.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "About"
|
||||
date: 2021-01-23T15:46:30+01:00
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
||||
<img style="float: right;" src="bio_picture.jpg" alt="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.
|
||||
2
content/portfolio/_index.md
Normal file
2
content/portfolio/_index.md
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
||||
Reference in New Issue
Block a user