blog/public/index.html

121 lines
3.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2023-10-23 03:51:30 +00:00
<html>
<head>
<meta name="generator" content="Hugo 0.92.2" />
2023-10-23 04:34:36 +00:00
<title>Blog</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2023-10-27 19:11:56 +00:00
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/fonts.css">
2023-10-27 19:11:56 +00:00
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$','$$'], ['\\[', '\\]']],
processEscapes: true,
processEnvironments: true
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
};
window.addEventListener('load', (event) => {
document.querySelectorAll("mjx-container").forEach(function(x){
x.parentElement.classList += 'has-jax'})
});
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
2023-10-23 03:51:30 +00:00
</head>
<body>
<h1>Blogarithm</h1>
<h4></h4>
<div><h1 id="blogn">$b\log(n)$</h1>
<p>Welcome to $b\log(n)$, my personal blog for anything from science and space, to music and writing. My name is Nathaniel Moll and I hope you thoroughly enjoy reading my content! You can start by reading my introduction post and browsing which categories catch your interest, or by checking the links below:</p>
</div>
<table>
<tr>
<td><i class="fab fa-gitea" aria-hidden="true"></i></td>
<td>&nbsp;<a href="https://git.freedomland.xyz/darthmoll12" target="_blank">Gitea</a></td>
</tr>
<tr>
<td><i class="fab fa-check out my novel!" aria-hidden="true"></i></td>
<td>&nbsp;<a href="https://www.amazon.com/dp/B0C9KMB5BP" target="_blank">Check out my novel!</a></td>
</tr>
<tr>
<td><i class="fab fa-youtube" aria-hidden="true"></i></td>
<td>&nbsp;<a href="https://www.youtube.com/channel/UCU5yv82gbaDHJOJcF20jffw" target="_blank">YouTube</a></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<h3>Posts</h3>
<div>
<div>
<a href="https://nathan.freedomland.xyz/posts/welcome/">Welcome to my new Blog!</a><br />
<time>October 28, 2023</time>
</div>
<br />
<div>
<a href="https://nathan.freedomland.xyz/posts/getting_started_astrophysics/">Getting Started with Astronomy and Astrophysics</a><br />
<time>November 1, 2023</time>
</div>
<br />
<div>
<a href="https://nathan.freedomland.xyz/posts/matter_and_gravity/">Matter and Gravity</a><br />
<time>November 5, 2023</time>
</div>
<br />
<div>
<a href="https://nathan.freedomland.xyz/posts/caclulating_sun/">The Sun&#39;s Mass and Gravitational Potential Energy</a><br />
<time>November 11, 2023</time>
</div>
<br />
<hr>
<h3><a href="posts/">View all posts</a></h3>
<h3><a href="categories/"> View all categories</a></h3>
<h3><a href="tags/"> View all tags</a></h3>
</div>
</body>
<script src="/js/dark.js" defer="" ></script>
</html>