Added title, author, company, date

This commit is contained in:
Suzanne Soy 2021-07-02 23:48:20 +01:00
parent c1b00190e9
commit adfe7a3ed6
2 changed files with 9 additions and 3 deletions

View File

@ -147,3 +147,4 @@ article#git-tutorial .onlytoc { display: none; }
#git-tutorial input[type='button'] { display: inline-block; margin-top: 0.2em; }
#git-tutorial .dep-license { display: none; font-size: 80%; width: 100%; overflow-x: auto; }
#git-tutorial .article-metadata { color: #333; font-style: italic; }

View File

@ -39,13 +39,18 @@ function ___example(id, f) {
</head>
<body>
<article id="git-tutorial">
<article id="git-tutorial" itemscope="itemscope" itemtype="http://schema.org/Article">
<h1 itemprop="headline">Git tutorial: reimplementing part of GIT in JavaScript</h1>
<p class="article-metadata">By <a href="https://suzanne.soy/" itemprop="author" rel="author" itemtype="https://schema.org/Person">Suzanne Soy</a> for <a href="https://ligolang.org/" itemprop="copyrightHolder" itemtype="https://schema.org/Organization">LIGO</a>. <time itemprop="dateCreated datePublished" datetime="2021-06-29">02021-06-29</time>.</p>
<section id="credits-license">
<h1>Credits and license</h1>
<p>This article was written as part of my work for <a href="https://ligolang.org/">LIGO</a>.</p>
<p>The main reference for this tutorial is the <a href="https://git-scm.com/book/en/v2/Git-Internals-Git-Objects">Pro Git book</a> section on GIT internals.</p>
<p>This tutorial uses three libraries:</p>
<p>This tutorial uses these libraries:</p>
<script>
function ___toggle_license(id) {
var el = document.getElementById(id);