add h-card and h-entry for indieweb content
This commit is contained in:
parent
5396bef80e
commit
8ce8d5fca2
9 changed files with 124 additions and 83 deletions
|
@ -18,19 +18,26 @@
|
|||
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<header>
|
||||
<h1>I’m learning networking</h1>
|
||||
<time datetime="2021-05-04">2021-05-04</time>
|
||||
</header>
|
||||
<article><p>I’m currently learning networking stuff to become a sysadmin
|
||||
on my own waiting for the formation to start. I’m looking at a free
|
||||
Coursera course and videos on Youtube and I’m having a blast learning
|
||||
all this but it makes me want to buy all kind of things that would be
|
||||
way overkill both for my wallet and for my home network…</p></article>
|
||||
<article class="h-entry">
|
||||
<header>
|
||||
<h1 class="p-name">I’m learning networking</h1>
|
||||
<time class="dt-published" datetime="2021-05-04">2021-05-04</time>
|
||||
<a class="p-author h-card" href="https://steven.gibone.fr">s.gibone</a>
|
||||
<a class="u-url" href="/logs/./2021-05-04_networking_school.html">permalink</a>
|
||||
</header>
|
||||
<div class="e-content">
|
||||
<p>I’m currently learning networking stuff to become a sysadmin on my
|
||||
own waiting for the formation to start. I’m looking at a free Coursera
|
||||
course and videos on Youtube and I’m having a blast learning all this
|
||||
but it makes me want to buy all kind of things that would be way
|
||||
overkill both for my wallet and for my home network…</p>
|
||||
</div>
|
||||
</article>
|
||||
<footer>
|
||||
<hr>
|
||||
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
|
||||
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
|
||||
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue