commit 1efebf240ef4143373d99e1749838e036e3f33fe
parent 9b5e4cf2af56f6efd26aee9ef4b5531260595282
Author: Hugo Soucy <hugo@soucy.cc>
Date: Fri, 13 Nov 2020 20:13:00 -0500
The html of the index page is now in a separate repo called vcard
Diffstat:
2 files changed, 10 insertions(+), 16 deletions(-)
diff --git a/content/index.lua b/content/index.lua
@@ -8,5 +8,13 @@ return {
attributes = {"rel=\"index\""},
label = "Intro",
order = 1
- }
+ },
+ vcard = function()
+ local file = io.popen('curl https://raw.githubusercontent.com/hs0ucy/vcard/main/index.html')
+ local data = file:read("*a")
+
+ file:close()
+
+ return data
+ end
}
diff --git a/content/index.md b/content/index.md
@@ -1,15 +1 @@
-Bonjour ! Je m'appelle <strong class="p-name" property="name">Hugo Soucy</strong>,
-==================================================================================
-
-<img
- alt="Hugo Soucy à l'été 2018"
- class="hs0ucy-photo u-photo"
- height="409"
- src="/hs0ucy-2018.png"
- width="480" />
-
-<a class="u-url u-uid" href="//hugo.soucy.cc/#hs" rel="me">Je</a> suis un <a class="p-job-title" property="jobTitle" href="./file/curriculum-vitae.html">développeur front-end</a>
-& un <a href="https://soucy.cc/" rel="external">webmestre</a>. Ici, se trouve mon port d'attache en ligne, où je me manifeste généralement sous le pseudo <strong class="p-nickname" property="foaf:nick">hs0ucy</strong>. Je suis surtout présent sur <span typeof="foaf:OnlineAccount" property="foaf:account"><a href="https://bandcamp.com/hs0ucy" property="foaf:accountProfilePage" rel="external nofollow me"><span property="dc:title">Bandcamp</span></a></span>, Freenode, <span typeof="foaf:OnlineAccount" property="foaf:account"><a href="https://mastodon.sdf.org/@hs0ucy" property="foaf:accountProfilePage" rel="external nofollow me"><span property="dc:title">Mastodon</span></a></span> et <a href="https://hugo.soucy.cc/note/2020/06/bye-bye-twitter.html"><s>Twitter</s></a>; j'ai quelques commits sur <span typeof="foaf:OnlineAccount" property="foaf:account"><a href="https://github.com/hs0ucy" property="foaf:accountProfilePage" rel="external nofollow me"><span property="dc:title">GitHub</span></a></span> ([ou à la maison](https://soucy.cc/git/)), et bien sûr, j'ai un compte <span typeof="foaf:OnlineAccount" property="foaf:account"><a href="https://hugo.soucy.cc/note/2020/06/adieu-linkedin.html"><s>LinkedIn</s></a></span>.
-Hors ligne, on peut me croiser dans les rues de <span typeof="http://schema.org/PostalAddress" property="address"><strong class="p-locality" property="addressLocality">Lévis</strong></span> ou Québec. Sinon, vous pouvez communiquer avec moi par courriel à l'adresse <a href="mailto:hugo@soucy.cc" property="email" rel="me"> <span class="u-email">hugo@soucy.cc</span></a>.
-
-<span class="p-note">[Dans ma soupe](/2020) je vois les <strong property="foaf:interest" resource="http://dbpedia.org/resource/FLOSS" title="FLOSS">logiciels libres et open-source</strong>, comme <strong property="foaf:interest" resource="http://dbpedia.org/resource/Emacs">Emacs</strong>, <strong property="foaf:interest" resource="http://dbpedia.org/page/Dwm">dwm</strong>, <strong property="foaf:interest" resource="http://dbpedia.org/resource/OpenBSD">OpenBSD</strong>, <strong property="foaf:interest" resource="http://dbpedia.org/resource/Manjaro_Linux">Manjaro</strong>, <strong property="foaf:interest" resource="http://dbpedia.org/page/Syncthing">Syncthing</strong>, etc</span>; les <strong property="foaf:interest" resource="http://dbpedia.org/resource/Shell_script">shell scripts</strong>, le <strong property="foaf:interest" resource="http://dbpedia.org/page/Lua_(programming_language)">Lua</strong> script, le <strong property="foaf:interest" resource="http://dbpedia.org/resource/JavaScript">JavaScript</strong>; les <strong property="foaf:interest" resource="http://dbpedia.org/page/Web_standards">standards du Web</strong> et tout ce qui touche à l'indépendance numérique des utilisateurs. J'aime la <strong property="foaf:interest" resource="http://dbpedia.org/resource/Politics">politique</strong> sans les politiciens, la <strong property="foaf:interest" resource="http://dbpedia.org/resource/Reading_(process)">lecture</strong>, le <strong property="foaf:interest" resource="http://dbpedia.org/resource/Bicycle">vélo</strong>, le <strong property="foaf:interest" resource="http://dbpedia.org/page/Coffee">café</strong>, la <strong property="foaf:interest" resource="http://dbpedia.org/page/Pizza">pizza</strong> et les <strong property="foaf:interest" resource="http://dbpedia.org/resource/Sandwich">sandwichs</strong></span>.
+<!-- Extracted from https://github.com/hs0ucy/vcard/ -->