Update keywords for posts

This commit is contained in:
2021-12-11 13:35:39 -05:00
parent 8807562406
commit d48dfad330
20 changed files with 119 additions and 49 deletions
+8 -2
View File
@@ -417,10 +417,16 @@ c13 9 26 20 30 26 7 11 -9 26 -27 26 -5 0 -3 -5 5 -10 9 -6 10 -10 3 -10 -24
<!-- end custom main top snippet -->
<article itemscope itemtype="http://schema.org/Article"><div class="article__header"><header><h1>Xv6 introduction</h1></header></div><meta itemprop="headline" content="Xv6 introduction"><div class="article__info clearfix"><ul class="left-col menu"><li>
<a class="button button--secondary button--pill button--sm"
href="/archive.html?tag=xv6">xv6</a>
href="/archive.html?tag=Xv6">Xv6</a>
</li><li>
<a class="button button--secondary button--pill button--sm"
href="/archive.html?tag=Teaching">Teaching</a>
</li><li>
<a class="button button--secondary button--pill button--sm"
href="/archive.html?tag=Operating+system">Operating system</a>
</li></ul><ul class="right-col menu"><li><i class="fas fa-user"></i> <span>Pengzhan Hao</span></li><li><i class="far fa-calendar-alt"></i> <span>Jul 28, 2017</span>
</li></ul></div><meta itemprop="author" content="Pengzhan Hao"/><meta itemprop="datePublished" content="2017-07-28T14:56:55-04:00">
<meta itemprop="keywords" content="xv6"><div class="js-article-content"><div class="layout--article"><!-- start custom article top snippet -->
<meta itemprop="keywords" content="Xv6,Teaching,Operating system"><div class="js-article-content"><div class="layout--article"><!-- start custom article top snippet -->
<!-- end custom article top snippet -->
<div class="article__content" itemprop="articleBody"><p>In this post, you will learn a few basic concepts of xv6. Learning path will be closed coupled to first project assignment I gave when I assisted in teaching OS classes.