updated dependencies and moved to new rendering

This commit is contained in:
ston1th 2020-11-12 22:54:50 +01:00
commit 0a55030ae5
467 changed files with 64111 additions and 111050 deletions

View file

@ -35,10 +35,14 @@ a.para {
text-decoration: none;
font-size: 18px;
}
a.anchor {
nav {
padding-top: 20px;
}
*[id]:before {
display: block;
position: relative;
top: -70px;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
}
.alert-primary {
@ -48,8 +52,6 @@ a.anchor {
}
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
/*padding-top: 60px !important;*/
/*margin-top: -55px !important;*/
-webkit-background-clip: content-box !important;
background-clip: content-box !important;
}
@ -65,20 +67,13 @@ h3 {
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
h5,h6 {
font-size: 1em;
}
.md-text {
font-family: 'Courier New';
font-size: 14;
}
ul.toc {
list-style-type: disc;
margin-bottom: 0 !important;
}
pre {
display: block;
padding: 10px;
@ -119,10 +114,10 @@ input.menu {
.menu-search-input {
background-color: #2f2f2f !important;
}
html, body, .container, .content {
html,body,.container,.content {
height: 100% !important;
}
.container, .content {
.container,.content {
position: relative;
}
.proper-content {

View file

@ -4,7 +4,7 @@
<title>GoWiki | {{.Title}}</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" integrity="sha256-bgotk/IPq4Yvt6s8AQGPTM5ZjPjQ6rrBRa2EyxpnFSc="></link>
<link rel="stylesheet" type="text/css" href="/bootstrap.css" media="screen" integrity="sha256-3YeveuySvBgp2GItUS8eV1R/9T1zcPMyvw22SyVf8qo="></link>
<link rel="stylesheet" type="text/css" href="/custom.css" media="screen" integrity="sha256-RDvnwBbrc+kJfqaqqTMsI/idgLOQ5XEm0ABAk3gAQLo="></link>
<link rel="stylesheet" type="text/css" href="/custom.css" media="screen" integrity="sha256-IwnADqysqqVpTpQ4sbG3Bz7v8FM4lqMiozQPozsFBUQ="></link>
<meta name="theme-color" content="#375a7f">
<meta name="description" content="{{.Title}}">
</head>

View file

@ -36,10 +36,5 @@
<br>
</div>
</div>
<div class="row mt-5">
<div class="col">
{{.Data.TOC}}
</div>
</div>
{{.Data.HTML}}
{{end}}

View file

@ -27,10 +27,5 @@
<br>
</div>
</div>
<div class="row mt-5">
<div class="col">
{{.Data.TOC}}
</div>
</div>
{{.Data.HTML}}
{{end}}