-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
14 changed files
with
374 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="auto"> | ||
|
||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8"> | ||
<head><meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="robots" content="noindex, nofollow"> | ||
<meta name="robots" content="index, follow"> | ||
<title>404 Page not found | My New Hugo Site</title> | ||
<meta name="keywords" content=""> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="canonical" href="http://localhost:1313/404.html"> | ||
<link crossorigin="anonymous" href="/assets/css/stylesheet.4599eadb9eb2ad3d0a8d6827b41a8fda8f2f4af226b63466c09c5fddbc8706b7.css" integrity="sha256-RZnq256yrT0KjWgntBqP2o8vSvImtjRmwJxf3byHBrc=" rel="preload stylesheet" as="style"> | ||
<link rel="icon" href="http://localhost:1313/favicon.ico"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png"> | ||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png"> | ||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg"> | ||
<link rel="canonical" href="http://jonah-ramponi.github.io/jonahsdemo/404.html"> | ||
<link crossorigin="anonymous" href="/jonahsdemo/assets/css/stylesheet.4599eadb9eb2ad3d0a8d6827b41a8fda8f2f4af226b63466c09c5fddbc8706b7.css" integrity="sha256-RZnq256yrT0KjWgntBqP2o8vSvImtjRmwJxf3byHBrc=" rel="preload stylesheet" as="style"> | ||
<link rel="icon" href="http://jonah-ramponi.github.io/jonahsdemo/favicon.ico"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="http://jonah-ramponi.github.io/jonahsdemo/favicon-16x16.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="http://jonah-ramponi.github.io/jonahsdemo/favicon-32x32.png"> | ||
<link rel="apple-touch-icon" href="http://jonah-ramponi.github.io/jonahsdemo/apple-touch-icon.png"> | ||
<link rel="mask-icon" href="http://jonah-ramponi.github.io/jonahsdemo/safari-pinned-tab.svg"> | ||
<meta name="theme-color" content="#2e2e33"> | ||
<meta name="msapplication-TileColor" content="#2e2e33"> | ||
<link rel="alternate" hreflang="en" href="http://localhost:1313/404.html"> | ||
<link rel="alternate" hreflang="en" href="http://jonah-ramponi.github.io/jonahsdemo/404.html"> | ||
<noscript> | ||
<style> | ||
#theme-toggle, | ||
|
@@ -56,6 +56,37 @@ | |
|
||
</style> | ||
</noscript> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" | ||
integrity="sha384-MlJdn/WNKDGXveldHDdyRP1R4CTHr3FeuDNfhsLPYrq2t0UBkUdK2jyTnXPEK1NQ" crossorigin="anonymous"> | ||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" | ||
integrity="sha384-VQ8d8WVFw0yHhCk5E8I86oOhv48xLpnDZx5T9GogA/Y84DcCKWXDmSDfn13bzFZY" | ||
crossorigin="anonymous"></script> | ||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" | ||
integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous" | ||
onload="renderMathInElement(document.body);"></script> | ||
|
||
> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function () { | ||
renderMathInElement(document.body, { | ||
delimiters: [ | ||
{ left: "$$", right: "$$", display: true }, | ||
{ left: "$", right: "$", display: false } | ||
] | ||
}); | ||
}); | ||
</script> | ||
<meta property="og:title" content="404 Page not found" /> | ||
<meta property="og:description" content="" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://jonah-ramponi.github.io/jonahsdemo/404.html" /> | ||
|
||
<meta name="twitter:card" content="summary"/> | ||
<meta name="twitter:title" content="404 Page not found"/> | ||
<meta name="twitter:description" content=""/> | ||
|
||
</head> | ||
|
||
<body class="list" id="top"> | ||
|
@@ -73,7 +104,7 @@ | |
<header class="header"> | ||
<nav class="nav"> | ||
<div class="logo"> | ||
<a href="http://localhost:1313/" accesskey="h" title="My New Hugo Site (Alt + H)">My New Hugo Site</a> | ||
<a href="http://jonah-ramponi.github.io/jonahsdemo/" accesskey="h" title="My New Hugo Site (Alt + H)">My New Hugo Site</a> | ||
<div class="logo-switches"> | ||
<button id="theme-toggle" accesskey="t" title="(Alt + T)"> | ||
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" | ||
|
@@ -106,7 +137,7 @@ | |
</main> | ||
|
||
<footer class="footer"> | ||
<span>© 2024 <a href="http://localhost:1313/">My New Hugo Site</a></span> | ||
<span>© 2024 <a href="http://jonah-ramponi.github.io/jonahsdemo/">My New Hugo Site</a></span> | ||
<span> | ||
Powered by | ||
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="auto"> | ||
|
||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8"> | ||
<head><meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="robots" content="noindex, nofollow"> | ||
<meta name="robots" content="index, follow"> | ||
<title>Categories | My New Hugo Site</title> | ||
<meta name="keywords" content=""> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="canonical" href="http://localhost:1313/categories/"> | ||
<link crossorigin="anonymous" href="/assets/css/stylesheet.4599eadb9eb2ad3d0a8d6827b41a8fda8f2f4af226b63466c09c5fddbc8706b7.css" integrity="sha256-RZnq256yrT0KjWgntBqP2o8vSvImtjRmwJxf3byHBrc=" rel="preload stylesheet" as="style"> | ||
<link rel="icon" href="http://localhost:1313/favicon.ico"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png"> | ||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png"> | ||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg"> | ||
<link rel="canonical" href="http://jonah-ramponi.github.io/jonahsdemo/categories/"> | ||
<link crossorigin="anonymous" href="/jonahsdemo/assets/css/stylesheet.4599eadb9eb2ad3d0a8d6827b41a8fda8f2f4af226b63466c09c5fddbc8706b7.css" integrity="sha256-RZnq256yrT0KjWgntBqP2o8vSvImtjRmwJxf3byHBrc=" rel="preload stylesheet" as="style"> | ||
<link rel="icon" href="http://jonah-ramponi.github.io/jonahsdemo/favicon.ico"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="http://jonah-ramponi.github.io/jonahsdemo/favicon-16x16.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="http://jonah-ramponi.github.io/jonahsdemo/favicon-32x32.png"> | ||
<link rel="apple-touch-icon" href="http://jonah-ramponi.github.io/jonahsdemo/apple-touch-icon.png"> | ||
<link rel="mask-icon" href="http://jonah-ramponi.github.io/jonahsdemo/safari-pinned-tab.svg"> | ||
<meta name="theme-color" content="#2e2e33"> | ||
<meta name="msapplication-TileColor" content="#2e2e33"> | ||
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml"> | ||
<link rel="alternate" hreflang="en" href="http://localhost:1313/categories/"> | ||
<link rel="alternate" type="application/rss+xml" href="http://jonah-ramponi.github.io/jonahsdemo/categories/index.xml"> | ||
<link rel="alternate" hreflang="en" href="http://jonah-ramponi.github.io/jonahsdemo/categories/"> | ||
<noscript> | ||
<style> | ||
#theme-toggle, | ||
|
@@ -57,6 +57,37 @@ | |
|
||
</style> | ||
</noscript> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" | ||
integrity="sha384-MlJdn/WNKDGXveldHDdyRP1R4CTHr3FeuDNfhsLPYrq2t0UBkUdK2jyTnXPEK1NQ" crossorigin="anonymous"> | ||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" | ||
integrity="sha384-VQ8d8WVFw0yHhCk5E8I86oOhv48xLpnDZx5T9GogA/Y84DcCKWXDmSDfn13bzFZY" | ||
crossorigin="anonymous"></script> | ||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" | ||
integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous" | ||
onload="renderMathInElement(document.body);"></script> | ||
|
||
> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function () { | ||
renderMathInElement(document.body, { | ||
delimiters: [ | ||
{ left: "$$", right: "$$", display: true }, | ||
{ left: "$", right: "$", display: false } | ||
] | ||
}); | ||
}); | ||
</script> | ||
<meta property="og:title" content="Categories" /> | ||
<meta property="og:description" content="" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://jonah-ramponi.github.io/jonahsdemo/categories/" /> | ||
|
||
<meta name="twitter:card" content="summary"/> | ||
<meta name="twitter:title" content="Categories"/> | ||
<meta name="twitter:description" content=""/> | ||
|
||
</head> | ||
|
||
<body class="list" id="top"> | ||
|
@@ -74,7 +105,7 @@ | |
<header class="header"> | ||
<nav class="nav"> | ||
<div class="logo"> | ||
<a href="http://localhost:1313/" accesskey="h" title="My New Hugo Site (Alt + H)">My New Hugo Site</a> | ||
<a href="http://jonah-ramponi.github.io/jonahsdemo/" accesskey="h" title="My New Hugo Site (Alt + H)">My New Hugo Site</a> | ||
<div class="logo-switches"> | ||
<button id="theme-toggle" accesskey="t" title="(Alt + T)"> | ||
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" | ||
|
@@ -112,7 +143,7 @@ <h1>Categories</h1> | |
</main> | ||
|
||
<footer class="footer"> | ||
<span>© 2024 <a href="http://localhost:1313/">My New Hugo Site</a></span> | ||
<span>© 2024 <a href="http://jonah-ramponi.github.io/jonahsdemo/">My New Hugo Site</a></span> | ||
<span> | ||
Powered by | ||
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="auto"> | ||
|
||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8"> | ||
<head><meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="robots" content="noindex, nofollow"> | ||
<meta name="robots" content="index, follow"> | ||
<title>Docs | My New Hugo Site</title> | ||
<meta name="keywords" content=""> | ||
<meta name="description" content="Docs - My New Hugo Site"> | ||
<meta name="author" content=""> | ||
<link rel="canonical" href="http://localhost:1313/docs/"> | ||
<link crossorigin="anonymous" href="/assets/css/stylesheet.4599eadb9eb2ad3d0a8d6827b41a8fda8f2f4af226b63466c09c5fddbc8706b7.css" integrity="sha256-RZnq256yrT0KjWgntBqP2o8vSvImtjRmwJxf3byHBrc=" rel="preload stylesheet" as="style"> | ||
<link rel="icon" href="http://localhost:1313/favicon.ico"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png"> | ||
<link rel="apple-touch-icon" href="http://localhost:1313/apple-touch-icon.png"> | ||
<link rel="mask-icon" href="http://localhost:1313/safari-pinned-tab.svg"> | ||
<link rel="canonical" href="http://jonah-ramponi.github.io/jonahsdemo/docs/"> | ||
<link crossorigin="anonymous" href="/jonahsdemo/assets/css/stylesheet.4599eadb9eb2ad3d0a8d6827b41a8fda8f2f4af226b63466c09c5fddbc8706b7.css" integrity="sha256-RZnq256yrT0KjWgntBqP2o8vSvImtjRmwJxf3byHBrc=" rel="preload stylesheet" as="style"> | ||
<link rel="icon" href="http://jonah-ramponi.github.io/jonahsdemo/favicon.ico"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="http://jonah-ramponi.github.io/jonahsdemo/favicon-16x16.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="http://jonah-ramponi.github.io/jonahsdemo/favicon-32x32.png"> | ||
<link rel="apple-touch-icon" href="http://jonah-ramponi.github.io/jonahsdemo/apple-touch-icon.png"> | ||
<link rel="mask-icon" href="http://jonah-ramponi.github.io/jonahsdemo/safari-pinned-tab.svg"> | ||
<meta name="theme-color" content="#2e2e33"> | ||
<meta name="msapplication-TileColor" content="#2e2e33"> | ||
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/docs/index.xml"> | ||
<link rel="alternate" hreflang="en" href="http://localhost:1313/docs/"> | ||
<link rel="alternate" type="application/rss+xml" href="http://jonah-ramponi.github.io/jonahsdemo/docs/index.xml"> | ||
<link rel="alternate" hreflang="en" href="http://jonah-ramponi.github.io/jonahsdemo/docs/"> | ||
<noscript> | ||
<style> | ||
#theme-toggle, | ||
|
@@ -57,6 +57,52 @@ | |
|
||
</style> | ||
</noscript> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" | ||
integrity="sha384-MlJdn/WNKDGXveldHDdyRP1R4CTHr3FeuDNfhsLPYrq2t0UBkUdK2jyTnXPEK1NQ" crossorigin="anonymous"> | ||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" | ||
integrity="sha384-VQ8d8WVFw0yHhCk5E8I86oOhv48xLpnDZx5T9GogA/Y84DcCKWXDmSDfn13bzFZY" | ||
crossorigin="anonymous"></script> | ||
|
||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" | ||
integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous" | ||
onload="renderMathInElement(document.body);"></script> | ||
|
||
> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function () { | ||
renderMathInElement(document.body, { | ||
delimiters: [ | ||
{ left: "$$", right: "$$", display: true }, | ||
{ left: "$", right: "$", display: false } | ||
] | ||
}); | ||
}); | ||
</script> | ||
<meta property="og:title" content="Docs" /> | ||
<meta property="og:description" content="" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://jonah-ramponi.github.io/jonahsdemo/docs/" /> | ||
|
||
<meta name="twitter:card" content="summary"/> | ||
<meta name="twitter:title" content="Docs"/> | ||
<meta name="twitter:description" content=""/> | ||
|
||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "BreadcrumbList", | ||
"itemListElement": [ | ||
{ | ||
"@type": "ListItem", | ||
"position": 1 , | ||
"name": "Docs", | ||
"item": "http://jonah-ramponi.github.io/jonahsdemo/docs/" | ||
} | ||
] | ||
} | ||
</script> | ||
</head> | ||
|
||
<body class="list" id="top"> | ||
|
@@ -74,7 +120,7 @@ | |
<header class="header"> | ||
<nav class="nav"> | ||
<div class="logo"> | ||
<a href="http://localhost:1313/" accesskey="h" title="My New Hugo Site (Alt + H)">My New Hugo Site</a> | ||
<a href="http://jonah-ramponi.github.io/jonahsdemo/" accesskey="h" title="My New Hugo Site (Alt + H)">My New Hugo Site</a> | ||
<div class="logo-switches"> | ||
<button id="theme-toggle" accesskey="t" title="(Alt + T)"> | ||
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24" | ||
|
@@ -115,15 +161,15 @@ <h2 class="entry-hint-parent">Test | |
</h2> | ||
</header> | ||
<div class="entry-content"> | ||
<p>Here’s my content! What do you think ?</p> | ||
<p>Here’s my content! What do you think ? $1^2$</p> | ||
</div> | ||
<footer class="entry-footer"><span title='2024-03-30 11:49:13 +0000 UTC'>March 30, 2024</span></footer> | ||
<a class="entry-link" aria-label="post link to Test" href="http://localhost:1313/docs/test/"></a> | ||
<a class="entry-link" aria-label="post link to Test" href="http://jonah-ramponi.github.io/jonahsdemo/docs/test/"></a> | ||
</article> | ||
</main> | ||
|
||
<footer class="footer"> | ||
<span>© 2024 <a href="http://localhost:1313/">My New Hugo Site</a></span> | ||
<span>© 2024 <a href="http://jonah-ramponi.github.io/jonahsdemo/">My New Hugo Site</a></span> | ||
<span> | ||
Powered by | ||
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> & | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<title>http://localhost:1313/docs/</title> | ||
<link rel="canonical" href="http://localhost:1313/docs/"> | ||
<title>http://jonah-ramponi.github.io/jonahsdemo/docs/</title> | ||
<link rel="canonical" href="http://jonah-ramponi.github.io/jonahsdemo/docs/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/docs/"> | ||
<meta http-equiv="refresh" content="0; url=http://jonah-ramponi.github.io/jonahsdemo/docs/"> | ||
</head> | ||
</html> |
Oops, something went wrong.