-
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.
- Loading branch information
1 parent
d20fd5c
commit e85fa81
Showing
36 changed files
with
2,793 additions
and
353 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,7 @@ menu: | |
|
||
- name: "About" | ||
url: "/about" | ||
weight: 3 | ||
weight: 3 | ||
|
||
disableKinds: | ||
- "404" |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<!DOCTYPE html> | ||
<html><head lang="en"> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title> - Jonah's ML Notes</title><meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="This is the about page." /> | ||
<meta property="og:image" content=""/> | ||
<meta property="og:title" content="" /> | ||
<meta property="og:description" content="This is the about page." /> | ||
<meta property="og:type" content="article" /> | ||
<meta property="og:url" content="https://www.jonahramponi.com/about/" /><meta property="article:section" content="" /> | ||
|
||
|
||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content=""/> | ||
<meta name="twitter:description" content="This is the about page."/> | ||
<script src="https://www.jonahramponi.com/js/feather.min.js"></script> | ||
|
||
|
||
<link href="https://www.jonahramponi.com/css/fonts.11a1877508139eac0b5b4852ceb110c35641b3533321e66e39149e901ed5756b.css" rel="stylesheet"> | ||
|
||
|
||
|
||
<link rel="stylesheet" type="text/css" media="screen" href="https://www.jonahramponi.com/css/main.d902908ac6e0fab67957de5db5aea1b6455b19ae2ca98eac4c95a4a0fdc02238.css" /> | ||
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://www.jonahramponi.com/css/dark.c95c5dcf5f32f8b67bd36f7dab66680e068fce2b303087294114aabf7a7c080b.css" disabled /> | ||
|
||
|
||
|
||
|
||
<script type="text/javascript" | ||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | ||
</script> | ||
|
||
|
||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [['$','$'], ['\\(','\\)']], | ||
displayMath: [['$$','$$'], ['\[','\]']], | ||
processEscapes: true, | ||
processEnvironments: true, | ||
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'], | ||
TeX: { equationNumbers: { autoNumber: "AMS" }, | ||
extensions: ["AMSmath.js", "AMSsymbols.js"] } | ||
} | ||
}); | ||
</script> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" onload="renderMathInElement(document.body);"></script> | ||
|
||
|
||
<script> | ||
document.addEventListener("DOMContentLoaded", function() { | ||
renderMathInElement(document.body, { | ||
delimiters: [ | ||
{left: "$$", right: "$$", display: true}, | ||
{left: "$", right: "$", display: false} | ||
] | ||
}); | ||
}); | ||
</script> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
<div class="content"><header> | ||
<div class="main"> | ||
<a href="https://www.jonahramponi.com/">Jonah's ML Notes</a> | ||
</div> | ||
<nav> | ||
|
||
<a href="/">Home</a> | ||
|
||
<a href="/about">About</a> | ||
|
||
| <span id="dark-mode-toggle" onclick="toggleTheme()"></span> | ||
<script src="https://www.jonahramponi.com/js/themetoggle.js"></script> | ||
|
||
</nav> | ||
</header> | ||
|
||
<main> | ||
<article> | ||
<div class="title"> | ||
<h1 class="title"></h1> | ||
<div class="meta">Posted on Jan 1, 0001</div> | ||
</div> | ||
|
||
|
||
<section class="body"> | ||
<p>This is the about page.</p> | ||
|
||
</section> | ||
|
||
<div class="post-tags"> | ||
|
||
</div> | ||
</article> | ||
</main> | ||
<footer> | ||
<div style="display:flex"></div> | ||
<div class="footer-info"> | ||
2024 <a | ||
href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a> | ||
</div> | ||
</footer> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
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 |
---|---|---|
|
@@ -11,19 +11,57 @@ | |
<meta property="og:url" content="https://www.jonahramponi.com/categories/" /> | ||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/> | ||
<meta name="twitter:description" content=""/> | ||
|
||
<script src="https://www.jonahramponi.com/js/feather.min.js"></script> | ||
|
||
|
||
<link href="https://www.jonahramponi.com/css/fonts.11a1877508139eac0b5b4852ceb110c35641b3533321e66e39149e901ed5756b.css" rel="stylesheet"> | ||
|
||
|
||
|
||
<link rel="stylesheet" type="text/css" media="screen" href="https://www.jonahramponi.com/css/main.d902908ac6e0fab67957de5db5aea1b6455b19ae2ca98eac4c95a4a0fdc02238.css" /> | ||
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://www.jonahramponi.com/css/dark.c95c5dcf5f32f8b67bd36f7dab66680e068fce2b303087294114aabf7a7c080b.css" disabled /> | ||
|
||
|
||
|
||
|
||
<script type="text/javascript" | ||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | ||
</script> | ||
|
||
|
||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [['$','$'], ['\\(','\\)']], | ||
displayMath: [['$$','$$'], ['\[','\]']], | ||
processEscapes: true, | ||
processEnvironments: true, | ||
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'], | ||
TeX: { equationNumbers: { autoNumber: "AMS" }, | ||
extensions: ["AMSmath.js", "AMSsymbols.js"] } | ||
} | ||
}); | ||
</script> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" onload="renderMathInElement(document.body);"></script> | ||
|
||
|
||
<script> | ||
document.addEventListener("DOMContentLoaded", function() { | ||
renderMathInElement(document.body, { | ||
delimiters: [ | ||
{left: "$$", right: "$$", display: true}, | ||
{left: "$", right: "$", display: false} | ||
] | ||
}); | ||
}); | ||
</script> | ||
|
||
|
||
|
||
</head> | ||
|
@@ -34,6 +72,12 @@ | |
</div> | ||
<nav> | ||
|
||
<a href="/">Home</a> | ||
|
||
<a href="/about">About</a> | ||
|
||
| <span id="dark-mode-toggle" onclick="toggleTheme()"></span> | ||
<script src="https://www.jonahramponi.com/js/themetoggle.js"></script> | ||
|
||
</nav> | ||
</header> | ||
|
159 changes: 159 additions & 0 deletions
159
public/css/dark.c95c5dcf5f32f8b67bd36f7dab66680e068fce2b303087294114aabf7a7c080b.css
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 |
---|---|---|
@@ -0,0 +1,159 @@ | ||
body { | ||
color: white; | ||
background-color: #202124; | ||
} | ||
|
||
::-moz-selection { | ||
background: blue; | ||
color: #fff; | ||
text-shadow: none; | ||
} | ||
|
||
::selection { | ||
background: red; | ||
color: #fff; | ||
text-shadow: none; | ||
} | ||
|
||
hr { | ||
border-top: 3px dotted blue; | ||
} | ||
code { | ||
background-color: lightblue; | ||
color: black; | ||
text-decoration: bold; | ||
padding: 0.1em 0.2em; | ||
} | ||
pre { | ||
background-color: #272822; | ||
line-height: 1.4; | ||
overflow-x: auto; | ||
padding: 1em; | ||
} | ||
blockquote { | ||
border-color: blue; | ||
} | ||
|
||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6 { | ||
color: #ddd; | ||
} | ||
h1::before { | ||
color: var(--darkMaincolor); | ||
content: "# "; | ||
} | ||
h2::before { | ||
color: var(--darkMaincolor); | ||
content: "## "; | ||
} | ||
h3::before { | ||
color: var(--darkMaincolor); | ||
content: "### "; | ||
} | ||
h4::before { | ||
color: var(--darkMaincolor); | ||
content: "#### "; | ||
} | ||
h5::before { | ||
color: var(--darkMaincolor); | ||
content: "##### "; | ||
} | ||
h6::before { | ||
color: var(--darkMaincolor); | ||
content: "###### "; | ||
} | ||
|
||
a { | ||
border-bottom: 3px solid var(--darkMaincolor); | ||
color: inherit; | ||
} | ||
a:hover { | ||
background-color: var(--darkMaincolor); | ||
color: black; | ||
} | ||
|
||
.site-description a { | ||
color: #ddd; | ||
} | ||
.site-description a:hover { | ||
color: black; | ||
} | ||
|
||
.tags a { | ||
border-bottom: 3px solid var(--darkMaincolor); | ||
} | ||
.tags a:hover { | ||
background-color: var(--darkMaincolor); | ||
color: black; | ||
} | ||
|
||
.site-title a { | ||
color: white; | ||
text-decoration: none !important; | ||
} | ||
|
||
.header nav, | ||
.footer { | ||
border-color: #333; | ||
} | ||
|
||
.highlight { | ||
background-color: #333; | ||
} | ||
.soc:hover { | ||
color: black; | ||
} | ||
.draft-label { | ||
color: var(--darkMaincolor); | ||
background-color: blue; | ||
} | ||
.highlight pre code[class=language-javaScript]::before, | ||
.highlight pre code[class="language-js"]::before { | ||
content: "js"; | ||
background: #f7df1e; | ||
color: black; | ||
} | ||
.highlight pre code[class*='language-yml']::before, | ||
.highlight pre code[class*='language-yaml']::before { | ||
content: 'yaml'; | ||
background: #f71e6a; | ||
color: white; | ||
} | ||
.highlight pre code[class*='language-shell']::before, | ||
.highlight pre code[class*='language-bash']::before, | ||
.highlight pre code[class*='language-sh']::before { | ||
content: 'shell'; | ||
background: green; | ||
color:white | ||
} | ||
.highlight pre code[class*='language-json']::before{ | ||
content: 'json'; | ||
background: dodgerblue; | ||
color: #000000 | ||
} | ||
.highlight pre code[class*='language-python']::before, | ||
.highlight pre code[class*='language-py']::before { | ||
content: 'py'; | ||
background: blue; | ||
color: yellow ; | ||
} | ||
.highlight pre code[class*='language-css']::before{ | ||
content: 'css'; | ||
background: cyan; | ||
color: black ; | ||
} | ||
.highlight pre code[class*='language-go']::before{ | ||
content: 'Go'; | ||
background: cyan; | ||
color: royalblue ; | ||
} | ||
.highlight pre code[class*='language-md']::before, | ||
.highlight pre code[class*='language-md']::before{ | ||
content: 'Markdown'; | ||
background: royalblue; | ||
color: whitesmoke ; | ||
} |
Oops, something went wrong.