Clean up layout
This commit is contained in:
parent
92e2db017a
commit
aeb2315a7b
5 changed files with 7 additions and 81 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
### Hugo ###
|
### Hugo ###
|
||||||
# Generated files by hugo
|
# Generated files by hugo
|
||||||
/public/
|
/public
|
||||||
/resources/_gen/
|
/resources/_gen/
|
||||||
/assets/jsconfig.json
|
/assets/jsconfig.json
|
||||||
hugo_stats.json
|
hugo_stats.json
|
||||||
|
|
|
@ -8,6 +8,7 @@ params:
|
||||||
subtitle: My presentations
|
subtitle: My presentations
|
||||||
toc: false
|
toc: false
|
||||||
mode: auto
|
mode: auto
|
||||||
|
wpm: 1
|
||||||
social:
|
social:
|
||||||
- name: RSS
|
- name: RSS
|
||||||
icon: rss
|
icon: rss
|
||||||
|
@ -19,6 +20,8 @@ params:
|
||||||
icon: globe
|
icon: globe
|
||||||
url: https://theorangeone.net
|
url: https://theorangeone.net
|
||||||
|
|
||||||
|
customcss: no-wordcount.css
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- name: All
|
- name: All
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
<div class="footer wrapper">
|
|
||||||
<nav class="nav">
|
|
||||||
<div>{{ now.Year }} {{ with .Site.Copyright }} {{ . | safeHTML }} {{ end }}</div>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{- with .Site.Params.Social -}}
|
|
||||||
<script>feather.replace()</script>
|
|
||||||
{{- end -}}
|
|
|
@ -1,71 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta name="generator" content="Hugo 0.104.2" />
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Presentations - My presentations </title><meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<link rel="alternate" type="application/rss+xml" href="https://slides.jakehoward.tech/index.xml" title="Presentations" />
|
|
||||||
<meta itemprop="name" content="Presentations">
|
|
||||||
<meta itemprop="description" content=""><meta property="og:title" content="Presentations" />
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="https://slides.jakehoward.tech/" />
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
|
||||||
<meta name="twitter:title" content="Presentations"/>
|
|
||||||
<meta name="twitter:description" content=""/>
|
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="https://slides.jakehoward.techcss/normalize.css" />
|
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="https://slides.jakehoward.techcss/main.css" />
|
|
||||||
|
|
||||||
<link id="dark-scheme" rel="stylesheet" type="text/css" href="https://slides.jakehoward.techcss/dark.css" />
|
|
||||||
|
|
||||||
<script src="https://slides.jakehoward.techjs/feather.min.js"></script>
|
|
||||||
|
|
||||||
<script src="https://slides.jakehoward.techjs/main.js"></script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="container wrapper">
|
|
||||||
<div class="header">
|
|
||||||
|
|
||||||
<h1 class="site-title"><a href="https://slides.jakehoward.tech">Presentations</a></h1>
|
|
||||||
<div class="site-description"><p>My presentations</p><nav class="nav social">
|
|
||||||
<ul class="flat"><li><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></li><li><a href="https://git.theorangeone.net/slides" title="Source"><i data-feather="code"></i></a></li><li><a href="https://theorangeone.net" title="Website"><i data-feather="globe"></i></a></li><span class="scheme-toggle"><a href="#" id="scheme-toggle"></a></ul>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="nav">
|
|
||||||
<ul class="flat">
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a href="/">All</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
<a href="/about/">About</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="recent-posts section">
|
|
||||||
<div class="posts">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="footer wrapper">
|
|
||||||
<nav class="nav">
|
|
||||||
<div>1 © Jake Howard </div>
|
|
||||||
|
|
||||||
</nav>
|
|
||||||
</div><script>feather.replace()</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
3
static/no-wordcount.css
Normal file
3
static/no-wordcount.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.post-header .matter .title:nth-child(2) {
|
||||||
|
display: none;
|
||||||
|
}
|
Reference in a new issue