Fixed site layout, merged install pages into one
This commit is contained in:
parent
080d0f1811
commit
a582e24fa6
34 changed files with 741 additions and 782 deletions
|
@ -21,10 +21,22 @@
|
|||
<span class="screen-reader-text">Back to top</span>
|
||||
</a>
|
||||
|
||||
<div class="container-lg">
|
||||
<nav class="content">
|
||||
{{ content }}
|
||||
</nav>
|
||||
<div class="container">
|
||||
<div class="row no-gutters">
|
||||
<div class="col-9">
|
||||
<nav class="content">
|
||||
{{ content }}
|
||||
</nav>
|
||||
</div>
|
||||
<div class="col">
|
||||
<hr class="my-4">
|
||||
<div class="text-footer">
|
||||
<h5 class="allcaps">Contents</h5>
|
||||
</div>
|
||||
<div class="toc" >{% include toc.html html=content class=toc %}</div>
|
||||
<hr class="my-4">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
|
@ -34,7 +46,7 @@
|
|||
<small>Code and docs licensed under GPLv2. More details <a href="http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/about-this-manual/">here</a>. </small>
|
||||
</div>
|
||||
</section>
|
||||
</footer>s
|
||||
</footer>
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,55 +0,0 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% include head.html %}
|
||||
|
||||
<style>
|
||||
.content {
|
||||
/* size of my container minus sidebar width */
|
||||
width: calc(80%);
|
||||
/* Estimated height of largest sidebar in case of short content */
|
||||
min-height: 800px;
|
||||
}
|
||||
section{
|
||||
padding:1rem 0
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6{
|
||||
padding-top: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>{{ site.title }} - {{ page.title }}</title>
|
||||
</head>
|
||||
<body id="page-top">
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include navbar.html %}
|
||||
|
||||
<!-- Page Header -->
|
||||
<div class="container">
|
||||
<div class="mx-auto">
|
||||
<small><a href="guides"><svg class="bi bi-arrow-left" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" d="M5.854 4.646a.5.5 0 0 1 0 .708L3.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0z"/>
|
||||
<path fill-rule="evenodd" d="M2.5 8a.5.5 0 0 1 .5-.5h10.5a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
|
||||
</svg>Back to Guides</a> </small> <br>
|
||||
<h2 class="allcaps navbar-brand section-heading"> {{ page.title }} </h2>
|
||||
</div>
|
||||
<!-- This is the main content of the page getting pulled from the MDs -->
|
||||
<div class="container-large">
|
||||
<div class="toc" >{% include toc.html html=content class=toc ordered=true %}</div>
|
||||
<hr class="my-4">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue