chore: Allow building from venv; bump version (#24)
Also had to update the test fixtures because mkdocs, bootstrap, whatever it may be have changed, so the sites end up slightly different. Reviewed-on: #24 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
parent
4a4241a4e4
commit
8105144d82
117 changed files with 1066 additions and 6270 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" data-bs-theme="light">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
@ -8,7 +8,6 @@
|
|||
|
||||
|
||||
<title>Custom semiliterate</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -16,7 +15,7 @@
|
|||
<div class="container">
|
||||
<a class="navbar-brand" href="/.">Custom semiliterate</a>
|
||||
<!-- Expander button -->
|
||||
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
|
||||
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
|
@ -24,15 +23,15 @@
|
|||
<div id="navbar-collapse" class="navbar-collapse collapse">
|
||||
<!-- Main navigation -->
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="navitem">
|
||||
<li class="nav-item">
|
||||
<a href="/." class="nav-link">About</a>
|
||||
</li>
|
||||
<li class="navitem">
|
||||
<li class="nav-item">
|
||||
<a href="/foo/" class="nav-link">Details</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="nav navbar-nav ml-auto">
|
||||
<ul class="nav navbar-nav ms-md-auto">
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -64,7 +63,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
|
||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<table class="table">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue