mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Build of the site
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 317 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 179 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 204 KiB |
@@ -3,14 +3,14 @@
|
||||
{{- end }}
|
||||
|
||||
{{ define "content" -}}
|
||||
<div style="float: right;">
|
||||
<a class="github-button" href="https://github.com/senorprogrammer/wtf" data-show-count="true" aria-label="Star senorprogrammer/wtf on GitHub">Star</a>
|
||||
</div>
|
||||
<!--<div style="float: right;">-->
|
||||
<!--<a class="github-button" href="https://github.com/senorprogrammer/wtf" data-show-count="true" aria-label="Star senorprogrammer/wtf on GitHub">Star</a>-->
|
||||
<!--</div>-->
|
||||
|
||||
<a href="/img/screenshot.png" target="_screenshot"><img src='/img/screenshot_sm.png' /></a>
|
||||
|
||||
<p>
|
||||
<span style="font-family: monospace; font-size: 1.5em;">WTF</span> is a personal information dashboard for your
|
||||
<span style="font-family: monospace; font-size: 1.6em;">WTF</span> is a personal information dashboard for your
|
||||
terminal, made for those who spend most of their days in the command line.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
{{ if .IsHome -}}
|
||||
<title>{{ .Site.Title }}</title>
|
||||
{{- else }}
|
||||
<title>{{ .Title }} · {{ .Site.Title }}</title>
|
||||
<title>{{ .Title }} | {{ .Site.Title }}</title>
|
||||
{{- end }}
|
||||
<meta content="{{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }}" property="og:title">
|
||||
<meta content="{{ $isHomePage := eq .Title .Site.Title }}{{ .Site.Params.meta.description }}{{ if eq $isHomePage false }} - {{ .Description }}{{ end }}" property="og:description">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div class="sidebar">
|
||||
<div class="container sidebar-sticky">
|
||||
<div class="sidebar-about text-center">
|
||||
<a href="{{ .Site.BaseURL }}"><h1 class="brand">{{ .Site.Title }}</h1></a>
|
||||
<!--<a href="{{ .Site.BaseURL }}"><h1 class="brand">{{ .Site.Title }}</h1></a>-->
|
||||
<a href="{{ .Site.BaseURL }}">{{ with .Site.Params.authorimage }} <img src="{{.}}" alt="WFT Logo" class="" width=""> {{ end }}</a>
|
||||
<p class="lead">
|
||||
{{ with .Site.Params.description }} {{.}} {{ else }} {{end}}
|
||||
@@ -19,24 +19,20 @@
|
||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||
</ul>
|
||||
|
||||
<ul style="list-style-type: none;">
|
||||
<li class="sidebar-list-item-1"><a href="/posts/source/">Source Code</a></li>
|
||||
</ul>
|
||||
|
||||
<ul style="list-style-type: none;">
|
||||
<li class="sidebar-list-item-1"><a href="/posts/modules/">Modules</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/bamboohr">BambooHR</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/clocks">Clocks</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/git">Git</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/github">Github</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/gcal">Google Calendar</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/jira">Jira</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/newrelic">New Relic</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/opsgenie">OpsGenie</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/security">Security</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/textfiles">Text Files</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/todo">Todo</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/weather">Weather</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/bamboohr/">BambooHR</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/clocks/">Clocks</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/git/">Git</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/github/">Github</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/gcal/">Google Calendar</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/jira/">Jira</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/newrelic/">New Relic</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/opsgenie/">OpsGenie</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/security/">Security</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/textfiles/">Text Files</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/todo/">Todo</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/weather/">Weather</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -52,12 +52,15 @@ pre
|
||||
|
||||
pre code, li code, td code, code
|
||||
{
|
||||
border-radius: 4px;
|
||||
/*border-radius: 4px;*/
|
||||
white-space: pre-wrap;
|
||||
padding:1px 4px;
|
||||
background: #eee;
|
||||
background-color: white;
|
||||
margin: 0 !important;
|
||||
padding: 0;
|
||||
/*padding:1px 4px;*/
|
||||
/*background: #eee;*/
|
||||
/* color: #444; */
|
||||
border: 1px solid #d9d9d9;
|
||||
/*border: 1px solid #d9d9d9;*/
|
||||
}
|
||||
|
||||
code {
|
||||
@@ -81,4 +84,4 @@ code {
|
||||
/* Changing from font-awesome 4 to 5, the class pull-right was removed */
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,11 +150,11 @@ pre {
|
||||
font-family: Menlo, Monaco, "Courier New", monospace;
|
||||
}
|
||||
code {
|
||||
padding: .25em .5em;
|
||||
/*padding: .25em .5em;*/
|
||||
font-size: 85%;
|
||||
color: #bf616a;
|
||||
background-color: #f9f9f9;
|
||||
border-radius: 3px;
|
||||
/*background-color: #f9f9f9;*/
|
||||
/*border-radius: 3px;*/
|
||||
}
|
||||
pre {
|
||||
display: block;
|
||||
@@ -173,7 +173,7 @@ pre code {
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
color: inherit;
|
||||
background-color: transparent;
|
||||
/*background-color: transparent;*/
|
||||
}
|
||||
.highlight {
|
||||
margin-bottom: 1rem;
|
||||
|
||||
@@ -1,3 +1,27 @@
|
||||
h1, h2, h3 {
|
||||
letter-spacing: 0.25px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
pre code {
|
||||
padding-left: 8px !important;
|
||||
}
|
||||
|
||||
.list-bare {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.list-bare li {
|
||||
margin: 2px 0 0 12px;
|
||||
}
|
||||
|
||||
.sidebar-list-item-1 {
|
||||
font-size: 0.9em;
|
||||
margin: 0 0 0 12px;
|
||||
|
||||
Reference in New Issue
Block a user