diff --git a/content/assets/backgrounds/gnu.jpg b/content/assets/backgrounds/gnu.jpg new file mode 100644 index 0000000..f2a11e9 Binary files /dev/null and b/content/assets/backgrounds/gnu.jpg differ diff --git a/content/files/resume_fr.pdf b/content/files/resume_fr.pdf new file mode 100644 index 0000000..46114ea Binary files /dev/null and b/content/files/resume_fr.pdf differ diff --git a/content/pages/cv.md b/content/pages/cv.md new file mode 100644 index 0000000..a751b06 --- /dev/null +++ b/content/pages/cv.md @@ -0,0 +1,40 @@ +Title: Qui suis-je? +slug: portofolio +cover: assets/backgrounds/gnu.jpg + + +Je suis Yorick, bientôt marié, papa de deux enfants, habitant Bordeaux et +**administrateur système spécialisé en technologies Open-source**. Je suis +actuellement administrateur système au sein de l'association des Centres +d'Animation de Bordeaux. Je suis aussi étudiant en licence professionnelle +ADSILLH. + +Si vous voulez en apprendre plus, [téléchargez mon CV][l_cv], ou son +[code source][l_cv_code]. + +## Ma contribution à la communauté + +### le collectif Giroll + +[Giroll][l_giroll], pour Gironde Logiciels Libres, et un collectif héthéroclite +réuni autour des cultures libres, je suis un **membre fondateur** et animateur de +l'émission de radio mensuelle "Radio Giroll". + +### Khal + +Depuis mars 2020, je fais parti de **l'équipe des mainteneurs** du projet +[khal][l_khal]. Khal est un logiciel de gestion des calendriers en ligne de +commande / TUI écrit en Python. + +### Projets personnels divers + +Vous pouvez trouver sur mon [instance git][l_gitea] en ligne un ensemble de +scripts écrits par mes soins. Ils sont tous disponible sous licences libres. + +[l_cv]:{static}/files/resume_fr.pdf +[l_cv_code]:https://git.epha.se/ephase/resume +[l_giroll]:https://www.giroll.org +[l_khal]:https://lostpackets.de/khal/ +[l_gitea]:https://git.epha.se/ephase + +*[ADSILLH]:Adminstrateur et Dévellopeur de Système Informatique sous Licence Libre et Hybride diff --git a/pelicanconf.py b/pelicanconf.py index 42a3fe6..3604023 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -31,6 +31,7 @@ BIO = "Je suis Yorick, ephase de mon pseudo. Geek et gameur depuis \ 1979, co-fondateur du collectif Giroll et administrateur système \ spécialisé dans les technologies open-sources." PROFILE_IMAGE = "assets/souris.svg" +ABOUT_PAGE = '/page/portofolio/' # Social widget SOCIAL = ( @@ -52,9 +53,12 @@ TAG_URL = 'tag/{slug}/' TAG_SAVE_AS = 'tag/{slug}/index.html' AUTHOR_SAVE_AS = 'author/{slug}/index.html' AUTHOR_URL = 'author/{slug}/' -STATIC_PATHS = ['assets'] +STATIC_PATHS = ['assets', 'files'] EXTRA_PATH_METADATA = {'assets/favicon.png':{'path': 'favicon.ico'}} +PAGE_URL = 'page/{slug}/' +PAGE_SAVE_AS = 'page/{slug}/index.html' + TIMEZONE = 'Europe/Paris' LOCALE = 'fr_FR.UTF-8' DEFAULT_LANG = 'fr' diff --git a/theme b/theme index 4ac3d4c..43241c6 160000 --- a/theme +++ b/theme @@ -1 +1 @@ -Subproject commit 4ac3d4c5b54ffd34de548ee562fa9a72af710bb3 +Subproject commit 43241c657c32fe24314a6d2b98bd1cce742570b3