.
This commit is contained in:
parent
2a9167cb7e
commit
96573664a6
95 changed files with 4130 additions and 2328 deletions
60
public/search/page/3/index.html
Normal file
60
public/search/page/3/index.html
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
<!doctype html>
|
||||
<html lang="en"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="shortcut icon" href="http://localhost:1313/favicon.ico">
|
||||
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/search/index.xml" title="James' Blog">
|
||||
<link id="stylesheet" rel="stylesheet" href="/css/light.css">
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/search/" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body><header id="banner">
|
||||
<nav class="navbar">
|
||||
|
||||
<a href="http://localhost:1313/" class="home">🏠</a>
|
||||
|
||||
<a
|
||||
href="/info/"
|
||||
title="👋"
|
||||
>👋</a
|
||||
><a
|
||||
href="/search/"
|
||||
title="🔎"
|
||||
>🔎</a
|
||||
>
|
||||
|
||||
<button id="toggle-button" class="toggle-button" onclick="toggleTheme()">🌚</button>
|
||||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<h2>Search</h2>
|
||||
<p>This is not a very clever search. It simply looks if the content of a post contains your query. </p>
|
||||
<input type="text" id="search" placeholder="leaf through the archive"/>
|
||||
<ul id="results"></ul>
|
||||
<h2>Everything</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>2022</h3>
|
||||
|
||||
<h4><a href="/rudimentary-local-scrobbling-with-bash/">Rudimentary local scrobbling with bash</a></h4>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<footer id="footer">
|
||||
<small>
|
||||
made with <a href="https://gohugo.io">hugo</a>
|
||||
</small>
|
||||
|
||||
<script src="/js/search.js"></script>
|
||||
<script src="/js/toggle.js"></script>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue