beautified files

This commit is contained in:
Paul 2020-01-12 21:05:46 +01:00
parent 60a5964fff
commit 264e924da2
31 changed files with 419 additions and 402 deletions

View File

@ -28,4 +28,5 @@
{{ partial "footer" . }} {{ partial "footer" . }}
</body> </body>
</html> </html>

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
{{ partial "head" . }} {{ partial "head" . }}
<body>
<div class="container">
<div id="container"> <div id="container">
{{ partial "header" . }} {{ partial "header" . }}
@ -11,7 +15,8 @@
</div> </div>
</div> </div>
</div>
{{ partial "footer" . }} {{ partial "footer" . }}
</body> </body>
</html> </html>

View File

@ -1,12 +1,8 @@
<header class="article-header"> <header class="article-header">
<h1 class="article-title" itemprop="name"> <h1 class="article-title" itemprop="name">
<a href="{{ .Permalink }}" class="permalink">{{ .Title }}</a> <a href="{{ .Permalink }}" class="permalink">{{ .Title }}</a>
</h1> </h1>
<time datetime="{{ .Date }}" itemprop="datePublished">{{ .Date.Format "2006-01-02" }}</time> <time datetime="{{ .Date }}" itemprop="datePublished">{{ .Date.Format "2006-01-02" }}</time>
<div class="article-meta"> <div class="article-meta">
</div> </div>
</header> </header>

View File

@ -1,5 +1,4 @@
<section id="main"> <section id="main">
{{ $pages := .Pages }} {{ $pages := .Pages }}
{{ if .IsHome }} {{ if .IsHome }}
{{ $pages = .Site.RegularPages }} {{ $pages = .Site.RegularPages }}
@ -40,4 +39,3 @@
{{ end }} {{ end }}
{{ partial "pagination" . }} {{ partial "pagination" . }}
</section> </section>
<!-- // main section -->

View File

@ -5,7 +5,8 @@
&copy; {{now.Format "2006"}} <a href="https://git.paulbsd.com/paulbsd">paulbsd</a>. <br> &copy; {{now.Format "2006"}} <a href="https://git.paulbsd.com/paulbsd">paulbsd</a>. <br>
{{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }} {{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
</footer> </footer>
<footer id="footer-right"> <a href="">Reference</a> <a href="">Keybind</a> <a href="">Command</a> <a href="">API</a> </footer> <footer id="footer-right"> <a href="">Reference</a> <a href="">Keybind</a> <a href="">Command</a> <a
href="">API</a> </footer>
</div> </div>
</div> </div>
</footer> </footer>

View File

@ -3,7 +3,9 @@
<script src="{{ .Site.BaseURL }}fancybox/jquery.fancybox.pack.js"></script> <script src="{{ .Site.BaseURL }}fancybox/jquery.fancybox.pack.js"></script>
<script src="{{ .Site.BaseURL }}js/script.js"></script> <script src="{{ .Site.BaseURL }}js/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script> <script>
hljs.initHighlightingOnLoad();
</script>
{{ "<!-- MathJax -->" | safeHTML }} {{ "<!-- MathJax -->" | safeHTML }}
<script type="text/x-mathjax-config"> <script type="text/x-mathjax-config">
@ -16,4 +18,5 @@ MathJax.Hub.Config({
<!-- <!--
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
--> -->
<script type="text/javascript" src="https://raw.githubusercontent.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js"></script> <script type="text/javascript" src="https://raw.githubusercontent.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js">
</script>

View File

@ -1,5 +1,3 @@
<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
<head> <head>
<title>{{ .Title }}</title> <title>{{ .Title }}</title>
<meta charset="utf-8"> <meta charset="utf-8">
@ -40,5 +38,3 @@
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/mobile.css" /> <link rel="stylesheet" href="{{ .Site.BaseURL }}css/mobile.css" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}bower_components/cal-heatmap/cal-heatmap.css" /> <link rel="stylesheet" href="{{ .Site.BaseURL }}bower_components/cal-heatmap/cal-heatmap.css" />
</head> </head>
<body>
<div class="container">

View File

@ -1,5 +1,3 @@
<header id="header"> <header id="header">
<div id="header-main" class="header-inner"> <div id="header-main" class="header-inner">
<div class="outer"> <div class="outer">
@ -23,5 +21,3 @@
</nav> </nav>
</header> </header>

View File

@ -1,7 +1,7 @@
<li><a href="#">Home</a></li> <li><a href="#">Home</a></li>
<li class="dropdown"> <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">PaulBSD Applications<span class="caret"></span></a> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">PaulBSD Applications<span class="caret"></span></a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><a target="_blank" rel="noopener noreferrer" href="https://mail.paulbsd.com">PMail</a></li> <li><a target="_blank" rel="noopener noreferrer" href="https://mail.paulbsd.com">PMail</a></li>
<li role="separator" class="divider"></li> <li role="separator" class="divider"></li>

View File

@ -13,8 +13,10 @@
{{ partial "article_footer" . }} {{ partial "article_footer" . }}
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
talaria.init({REPOSITORY_NAME: 'syui.gitlab.io-comment', talaria.init({
GITHUB_USERNAME: 'mba-hack'}); REPOSITORY_NAME: 'syui.gitlab.io-comment',
GITHUB_USERNAME: 'mba-hack'
});
</script> </script>
</article> </article>

View File

@ -75,7 +75,8 @@
{{ end }} {{ end }}
{{ with .Site.Social.stackoverflow }} {{ with .Site.Social.stackoverflow }}
<td><a href="//stackoverflow.com/users/{{.}}" target="_blank" title="Stackoverflow"><i class="fa fa-stackoverflow"></i></a></td> <td><a href="//stackoverflow.com/users/{{.}}" target="_blank" title="Stackoverflow"><i
class="fa fa-stackoverflow"></i></a></td>
{{ end }} {{ end }}
{{ with .Site.Social.reddit }} {{ with .Site.Social.reddit }}

View File

@ -1,5 +1,6 @@
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span> <span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>

View File

@ -3,7 +3,8 @@
<h3 class="widget-title"> <h3 class="widget-title">
Docs Docs
<!--{{with .Site.Data.l10n.widgets.documentation.title}}{{.}}{{end}} --> <!--{{with .Site.Data.l10n.widgets.documentation.title}}{{.}}{{end}} -->
</h3><ul class="category-list"> </h3>
<ul class="category-list">
<li class="category-list-item"> <li class="category-list-item">
<a href="#">Wiki</a> <a href="#">Wiki</a>
</li> </li>

View File

@ -1,7 +1,8 @@
<div class="widget-wrap"> <div class="widget-wrap">
<div class="widget-download"> <div class="widget-download">
<div class="btn-group"> <div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<i class="fa fa-question-circle"></i> Help <span class="caret"></span> <i class="fa fa-question-circle"></i> Help <span class="caret"></span>
</button> </button>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
@ -14,9 +15,9 @@
</div> </div>
<div class="btn-group"> <div class="btn-group">
<a href="https://gitlab.com/syui"> <a href="https://gitlab.com/syui">
<button type="button" class="btn btn-default" aria-haspopup="true" aria-expanded="false"><i class="fa fa-gitlab" aria-hidden="true"></i> GitLab</button> <button type="button" class="btn btn-default" aria-haspopup="true" aria-expanded="false"><i class="fa fa-gitlab"
aria-hidden="true"></i> GitLab</button>
</a> </a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -3,9 +3,11 @@
<div class="widget-wrap"> <div class="widget-wrap">
<div class="widget"> <div class="widget">
<ul id="recent-post"> <ul id="recent-post">
<li id="first-recent"><a href="/index.xml" id="firstmove" class="move"><h3 class="widget-title"> <li id="first-recent"><a href="/index.xml" id="firstmove" class="move">
<h3 class="widget-title">
Posts Posts
</h3></a></li> </h3>
</a></li>
{{ range first 10 (where .Site.RegularPages "Type" "post") }} {{ range first 10 (where .Site.RegularPages "Type" "post") }}
<li><a href="{{ .Permalink }}" class="move"> {{ .Title }}</a> </li> <li><a href="{{ .Permalink }}" class="move"> {{ .Title }}</a> </li>
@ -14,4 +16,3 @@
</div> </div>
</div> </div>
{{ end }} {{ end }}

View File

@ -3,7 +3,8 @@
<h3 class="widget-title">Recent Updates</h3> <h3 class="widget-title">Recent Updates</h3>
<table> <table>
<tbody><tr> <tbody>
<tr>
<td class="pkg-name"><span class="community">pep8 1.7.0-1</span></td> <td class="pkg-name"><span class="community">pep8 1.7.0-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/community/any/pep8/" title="Details for pep8 [community]">any</a> <a href="/packages/community/any/pep8/" title="Details for pep8 [community]">any</a>
@ -20,21 +21,24 @@
<tr> <tr>
<td class="pkg-name"><span class="extra">rp-pppoe 3.12-1</span></td> <td class="pkg-name"><span class="extra">rp-pppoe 3.12-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/extra/i686/rp-pppoe/" title="Details for rp-pppoe [extra]">i686</a>/<a href="/packages/extra/x86_64/rp-pppoe/" title="Details for rp-pppoe [extra]">x86_64</a> <a href="/packages/extra/i686/rp-pppoe/" title="Details for rp-pppoe [extra]">i686</a>/<a
href="/packages/extra/x86_64/rp-pppoe/" title="Details for rp-pppoe [extra]">x86_64</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="pkg-name"><span class="extra">gsound 1.0.2-1</span></td> <td class="pkg-name"><span class="extra">gsound 1.0.2-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/extra/i686/gsound/" title="Details for gsound [extra]">i686</a>/<a href="/packages/extra/x86_64/gsound/" title="Details for gsound [extra]">x86_64</a> <a href="/packages/extra/i686/gsound/" title="Details for gsound [extra]">i686</a>/<a
href="/packages/extra/x86_64/gsound/" title="Details for gsound [extra]">x86_64</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="pkg-name"><span class="community">go-ipfs 0.3.11-1</span></td> <td class="pkg-name"><span class="community">go-ipfs 0.3.11-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/community/i686/go-ipfs/" title="Details for go-ipfs [community]">i686</a>/<a href="/packages/community/x86_64/go-ipfs/" title="Details for go-ipfs [community]">x86_64</a> <a href="/packages/community/i686/go-ipfs/" title="Details for go-ipfs [community]">i686</a>/<a
href="/packages/community/x86_64/go-ipfs/" title="Details for go-ipfs [community]">x86_64</a>
</td> </td>
</tr> </tr>
@ -55,59 +59,70 @@
<tr> <tr>
<td class="pkg-name"><span class="community">gpsbabel 1.5.3-1</span></td> <td class="pkg-name"><span class="community">gpsbabel 1.5.3-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/community/i686/gpsbabel/" title="Details for gpsbabel [community]">i686</a>/<a href="/packages/community/x86_64/gpsbabel/" title="Details for gpsbabel [community]">x86_64</a> <a href="/packages/community/i686/gpsbabel/" title="Details for gpsbabel [community]">i686</a>/<a
href="/packages/community/x86_64/gpsbabel/" title="Details for gpsbabel [community]">x86_64</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="pkg-name"><span class="extra">marble 15.12.1-2</span></td> <td class="pkg-name"><span class="extra">marble 15.12.1-2</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/extra/i686/marble/" title="Details for marble [extra]">i686</a>/<a href="/packages/extra/x86_64/marble/" title="Details for marble [extra]">x86_64</a> <a href="/packages/extra/i686/marble/" title="Details for marble [extra]">i686</a>/<a
href="/packages/extra/x86_64/marble/" title="Details for marble [extra]">x86_64</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="pkg-name"><span class="extra">kdepimlibs 15.12.1-1</span></td> <td class="pkg-name"><span class="extra">kdepimlibs 15.12.1-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/extra/i686/kdepimlibs/" title="Details for kdepimlibs [extra]">i686</a>/<a href="/packages/extra/x86_64/kdepimlibs/" title="Details for kdepimlibs [extra]">x86_64</a> <a href="/packages/extra/i686/kdepimlibs/" title="Details for kdepimlibs [extra]">i686</a>/<a
href="/packages/extra/x86_64/kdepimlibs/" title="Details for kdepimlibs [extra]">x86_64</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="pkg-name"><span class="extra">libkdcraw 15.12.1-1</span></td> <td class="pkg-name"><span class="extra">libkdcraw 15.12.1-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/extra/i686/libkdcraw/" title="Details for libkdcraw [extra]">i686</a>/<a href="/packages/extra/x86_64/libkdcraw/" title="Details for libkdcraw [extra]">x86_64</a> <a href="/packages/extra/i686/libkdcraw/" title="Details for libkdcraw [extra]">i686</a>/<a
href="/packages/extra/x86_64/libkdcraw/" title="Details for libkdcraw [extra]">x86_64</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="pkg-name"><span class="extra">dolphin-plugins 15.12.1-1</span></td> <td class="pkg-name"><span class="extra">dolphin-plugins 15.12.1-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/extra/i686/dolphin-plugins/" title="Details for dolphin-plugins [extra]">i686</a>/<a href="/packages/extra/x86_64/dolphin-plugins/" title="Details for dolphin-plugins [extra]">x86_64</a> <a href="/packages/extra/i686/dolphin-plugins/" title="Details for dolphin-plugins [extra]">i686</a>/<a
href="/packages/extra/x86_64/dolphin-plugins/" title="Details for dolphin-plugins [extra]">x86_64</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="pkg-name"><span class="extra">bomber 15.12.1-1</span></td> <td class="pkg-name"><span class="extra">bomber 15.12.1-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/extra/i686/bomber/" title="Details for bomber [extra]">i686</a>/<a href="/packages/extra/x86_64/bomber/" title="Details for bomber [extra]">x86_64</a> <a href="/packages/extra/i686/bomber/" title="Details for bomber [extra]">i686</a>/<a
href="/packages/extra/x86_64/bomber/" title="Details for bomber [extra]">x86_64</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="pkg-name"><span class="extra">kross-interpreters 15.12.1-1</span></td> <td class="pkg-name"><span class="extra">kross-interpreters 15.12.1-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/extra/i686/kross-interpreters/" title="Details for kross-interpreters [extra]">i686</a>/<a href="/packages/extra/x86_64/kross-interpreters/" title="Details for kross-interpreters [extra]">x86_64</a> <a href="/packages/extra/i686/kross-interpreters/"
title="Details for kross-interpreters [extra]">i686</a>/<a
href="/packages/extra/x86_64/kross-interpreters/"
title="Details for kross-interpreters [extra]">x86_64</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="pkg-name"><span class="extra">kmplot 15.12.1-1</span></td> <td class="pkg-name"><span class="extra">kmplot 15.12.1-1</span></td>
<td class="pkg-arch"> <td class="pkg-arch">
<a href="/packages/extra/i686/kmplot/" title="Details for kmplot [extra]">i686</a>/<a href="/packages/extra/x86_64/kmplot/" title="Details for kmplot [extra]">x86_64</a> <a href="/packages/extra/i686/kmplot/" title="Details for kmplot [extra]">i686</a>/<a
href="/packages/extra/x86_64/kmplot/" title="Details for kmplot [extra]">x86_64</a>
</td> </td>
</tr> </tr>
</tbody></table> </tbody>
</table>
</div> </div>
</div> </div>

View File

@ -1,5 +1,4 @@
<iframe <iframe style="width: 100%; height: auto;" frameBorder="0" allowfullscreen="allowfullscreen"
style="width: 100%; height: auto;" frameBorder="0" allowfullscreen="allowfullscreen"
src="https://jsfiddle.net/{{.Get "id"}}/embedded/{{ if not (eq (.Get "tabs") "") }}{{ .Get "tabs" }}/{{ end }}"> src="https://jsfiddle.net/{{.Get "id"}}/embedded/{{ if not (eq (.Get "tabs") "") }}{{ .Get "tabs" }}/{{ end }}">
</iframe> </iframe>
<br><br> <br><br>