From 3bcc3e44e4cf3ddfbdd29f6ef1572cf6c18fa6af Mon Sep 17 00:00:00 2001 From: beu Date: Tue, 25 Jun 2019 21:33:28 +0200 Subject: [PATCH] Add favicon and some fixes --- config.toml | 3 ++- content/about/moi.md | 3 +++ static/images/favicon.png | Bin 0 -> 888 bytes themes/hugo-theme-nix/layouts/partials/head.html | 5 +++++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 static/images/favicon.png diff --git a/config.toml b/config.toml index a65a4bb..516f265 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,8 @@ theme = "hugo-theme-nix" HeaderHostname = "virtit.fr" Email = "benoit+ws@virtit.fr" About = "Administrateur Système et Réseau. Partisan du libre et de la vie privée, cryptoterroriste amateur et G@m3r à mes temps perdu." - ProfilePicture = "images/logo.png" + ProfilePicture = "/images/logo.png" + Favicon = "/images/favicon.png" wiki = "https://wiki.virtit.fr/" git = "https://git.virtit.fr/explore/repos" diff --git a/content/about/moi.md b/content/about/moi.md index 48c0f63..d851c59 100644 --- a/content/about/moi.md +++ b/content/about/moi.md @@ -83,3 +83,6 @@ J'ai réalisé cette formation dans l'entreprise de mon ancien professeur de BTS L'entreprise ne repose pas sur ce qu'elle sait faire ou bien sur des contrat de maintenance mais sur une réelle avancée technologique, avec une veille permanente dans le milieu du libre et du normalisé. C'est grâce a elle que j'ai pu mettre en place une infrastructure d’hébergement Open Source, IPv4/IPv6 avec un budget de moins de 5000€, mais aussi à des infrastructures multi-sites, des technologies trop rare dans les entreprises (annuaire OpenLDAP, WAF, DNS publique, Tunnel VPN avec ProxyARP...) mais surtout toucher à des routeurs BGP Backbone. + +J'ai ensuite continué au sein de cette entreprise quelques mois en CDI. + diff --git a/static/images/favicon.png b/static/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..22d8e26b8613e060d17f2f1e94a9cca9bff77a36 GIT binary patch literal 888 zcmV-;1Bd*HP)EX>4Tx04R}tkv&MmP!xqvQ?()$5j&_jWT?7W5EXIMDionYs1;guFnQ@8G-*gu zTpR`0f`dPcRRFVUWr1gg%w%GoI7BSwnpkOKmNzxxDdMoI>69;| zJXSexan_1uR=+2IVKAewEOVXK5Mo%w5+sOFP(}eo*oe@slVTx3=g}7aLDw&lOCeVQ zj2sInL4)l2!T;d*Y_06%gqIYI0_`u3^Dztrc7a;OalVfor*;DPpMfjA;V)HznNQLy z4J~{G^lSqc*9}eC11@)f{wG5=Wmodk60%v~{fxdT4fNdtU2ERl>gPCp0FpGT_ziGy z2#n+?d%eZGJDcbBZ%=)GKSP{ylwy6JVgLXD24YJ`L;(K){{a7>y{D4^000SaNLh0L z04^f{04^f|c%?sf00007bV*G`2jd1A5ehe<QAUX&ch5iMdGP@LU>EsqCJGr=7>+DpjyWp%saH%dj3BlBuAx%>flu8_= z)vGa@)GEe2xZ&RWKE9VP$9D((cQ8KMS`X^&1ToQxm*sas@@HMM@t4Kq5PeV*{~)*g$L`Hqc9adKs-OPhos4foakN9`qM-FbOapq&6GC zlLKjWzD*sUC^)Os!o7&(gCz)aDO#D#1MH}G*8LGsJEW+M?Nj7;FFfn{b)WzM$ze7F zVD_zWdvjT~T%vm=O)%G)A%>1mrxIlVde9EEo?b-&*$!G@X7 + +{{ with .Site.Params.Favicon }} + +{{ end }} +