mirror of
https://github.com/facundoolano/jorge.git
synced 2025-01-13 20:03:26 +01:00
9a782bedac
* rearrange tutorial outline * tweak code style in docs and initfiles * inform of written config and readme files in init * add the first couple of tutorial pages * code background * tweak file descriptions * introduce delay to prevent burst of rebuilds * remove redundant rebuild * refactor serve code some more * jorge serve tutorial chapter * add intro * style tables * code style tweaks * fix footnotes heading * separate intro and install * comment out blog * nav links * fix footer link * docs layout tweaks * zero pad date format in slug * jorge post tutorial page * right align tutorial links * build tutorial * grammar corrections
11 lines
362 B
HTML
11 lines
362 B
HTML
<nav>
|
|
<a href="/">{{ site.config.name }}</a>
|
|
<a href="/tutorial/">tutorial</a>
|
|
<a href="/blog/">devlog</a>
|
|
<a href="/docs/">docs</a>
|
|
|
|
<div class="nav-right hidden-mobile">
|
|
<a href="https://github.com/facundoolano/jorge">github</a>
|
|
<a href="https://github.com/facundoolano/jorge/releases/latest">download</a>
|
|
</div>
|
|
</nav>
|