Start installation guide in the docs

This commit is contained in:
Thomas Sileo 2022-07-05 09:15:45 +02:00
parent 1f6d6c5477
commit 51f920bc4d
6 changed files with 157 additions and 7 deletions

View file

@ -56,7 +56,13 @@ nav a:hover, main a:hover, header p a:hover {
max-width: 960px;
margin: 50px auto;
}
code {
padding: 10px;
overflow: auto;
display: block;
}
</style>
<link rel="stylesheet" href="static/codehilite.css" type="text/css" />
</head>
<body>
<div id="main">
@ -68,6 +74,7 @@ nav a:hover, main a:hover, header p a:hover {
<nav class="flexbox">
<ul>
<li><a href="/">Home</a>
<li><a href="/installing.html">Installing</a>
<li><a href="https://sr.ht/~tsileo/microblog.pub/">Source code</a>
<li><a href="https://todo.sr.ht/~tsileo/microblog.pub">Bug tracker</a>
<li><a href="https://sr.ht/~tsileo/microblog.pub/lists">Mailing list</a>