Skip to content

Commit

Permalink
Experimenting with hugo citation shortcodes and other theming stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbatist committed Dec 10, 2024
1 parent f5db8d7 commit 13de6ce
Show file tree
Hide file tree
Showing 57 changed files with 17,514 additions and 230 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "themes/hugo-book"]
path = themes/hugo-book
url = https://github.com/alex-shpak/hugo-book
[submodule "themes/hugo-simplecite"]
path = themes/hugo-simplecite
url = https://github.com/joksas/hugo-simplecite
3,688 changes: 3,688 additions & 0 deletions bib.json

Large diffs are not rendered by default.

3,688 changes: 3,688 additions & 0 deletions content/bib.json

Large diffs are not rendered by default.

286 changes: 286 additions & 0 deletions content/docs/project-documentation/research-protocol.md

Large diffs are not rendered by default.

59 changes: 57 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,57 @@
<!doctype html><html lang=en><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#343a40"><meta name=color-scheme content="light dark"><meta property="og:url" content="http://localhost:1313/404.html"><meta property="og:site_name" content="CITF-Postdoc"><meta property="og:title" content="404 Page not found"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><title>404 Page not found | CITF-Postdoc</title>
<link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=http://localhost:1313/404.html><link rel=stylesheet href=/book.min.6c8b9d2a1fc95075ed7da46ca81060b39add8fff6741ac51259f768929281e2c.css integrity="sha256-bIudKh/JUHXtfaRsqBBgs5rdj/9nQaxRJZ92iSkoHiw=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/en.search.min.fb775623316686f5a3ccad71c55d6b6c7d73b8f5ffec2d3b67dd35dc48b981b3.js integrity="sha256-+3dWIzFmhvWjzK1xxV1rbH1zuPX/7C07Z9013Ei5gbM=" crossorigin=anonymous></script><style>.not-found{text-align:center}.not-found h1{margin:.25em 0 0;opacity:.25;font-size:40vmin}</style></head><body><main class="flex justify-center not-found"><div><h1>404</h1><h2>Page Not Found</h2><h3><a href=/>CITF-Postdoc</a></h3></div></main></body></html>
<!DOCTYPE html>
<html lang="en">

<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="CITF-Postdoc">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<title>404 Page not found | CITF-Postdoc</title>
<link rel="icon" href="/favicon.png" >
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="http://localhost:1313/404.html">
<link rel="stylesheet" href="/book.min.a6c956921b48ba713f7abe915ab571b9b8e485205982524b17bc752b721033e0.css" integrity="sha256-pslWkhtIunE/er6RWrVxubjkhSBZglJLF7x1K3IQM&#43;A=" crossorigin="anonymous">
<script defer src="/fuse.min.js"></script>
<script defer src="/en.search.min.f2cb245cfabc5f6b5517ce3bb4597c4e42167696b4020a4bea2dc64f1b51c92e.js" integrity="sha256-8sskXPq8X2tVF847tFl8TkIWdpa0AgpL6i3GTxtRyS4=" crossorigin="anonymous"></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->
<link rel="stylesheet" href="tufte.css"/>


<link rel="stylesheet" type="text/css" href="http://localhost:1313/scss/hugo-simplecite.min.138dd14c6aaf1b1a9b55c4fe22f82166812ce8081413d67a3b464e411d2b63ef.css">

<style>
.not-found {
text-align: center;
}
.not-found h1 {
margin: .25em 0 0 0;
opacity: .25;
font-size: 40vmin;
}
</style>
</head>

<body>
<main class="flex justify-center not-found">
<div>
<h1>404</h1>
<h2>Page Not Found</h2>
<h3>
<a href="/">CITF-Postdoc</a>
</h3>
</div>
</main>


</body>

</html>
Loading

0 comments on commit 13de6ce

Please sign in to comment.