1
Fork 0

Clean up layout

This commit is contained in:
Jake Howard 2022-11-16 23:18:08 +00:00
parent 92e2db017a
commit aeb2315a7b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
5 changed files with 7 additions and 81 deletions

2
.gitignore vendored
View File

@ -3,7 +3,7 @@
### Hugo ###
# Generated files by hugo
/public/
/public
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json

View File

@ -8,6 +8,7 @@ params:
subtitle: My presentations
toc: false
mode: auto
wpm: 1
social:
- name: RSS
icon: rss
@ -19,6 +20,8 @@ params:
icon: globe
url: https://theorangeone.net
customcss: no-wordcount.css
menu:
main:
- name: All

View File

@ -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 -}}

View File

@ -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
View File

@ -0,0 +1,3 @@
.post-header .matter .title:nth-child(2) {
display: none;
}