commit10: Changes to homepage and name of blog to "blogarithm"

This commit is contained in:
Nathaniel Moll 2023-10-28 23:03:20 -04:00
parent fdd0693413
commit 3442a6b09e
Signed by: darthmoll12
SSH Key Fingerprint: SHA256:+0f5DZa4jkKMaQCVjpQ4/Ds3xd8EbEAV9FFVQd/IJ1I
7 changed files with 36 additions and 7 deletions

View File

@ -4,7 +4,7 @@ title = "Blog"
theme = "simpletheme"
[params]
Name = "Nathan Moll"
Name = "Blogarithm"
About = ""
Email = ""
Resume = "" # Add the filename with file extension.

5
content/_index.md Normal file
View File

@ -0,0 +1,5 @@
---
mathjax: true
---
# $b\log(n)$
Welcome to $b\log(n)$, my personal blog for all things science, space exploration, music, and other sundry topics. My name is Nathaniel Moll and I hope you enjoy reading my content! You can start by reading my introduction post or by checking the links below:

View File

@ -18,7 +18,7 @@
<body>
<header class="site-header">
<div class="wrapper">
<a class="muted small" href="https://nathan.freedomland.xyz">Nathan Moll</a>
<a class="muted small" href="https://nathan.freedomland.xyz">Blogarithm</a>
</div>
</header>
</body>

View File

@ -10,16 +10,40 @@
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/fonts.css">
<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>
</head>
<body>
<h1>Nathan Moll</h1>
<h1>Blogarithm</h1>
<h4></h4>
<div></div>
<div><h1 id="blogn">$b\log(n)$</h1>
<p>Welcome to $b\log(n)$, my personal blog for all things science, space exploration, music, and other sundry topics. My name is Nathaniel Moll and I hope you enjoy reading my content! You can start by reading my introduction post or by checking the links below:</p>
</div>
<table>

View File

@ -18,7 +18,7 @@
<body>
<header class="site-header">
<div class="wrapper">
<a class="muted small" href="https://nathan.freedomland.xyz">Nathan Moll</a>
<a class="muted small" href="https://nathan.freedomland.xyz">Blogarithm</a>
</div>
</header>
</body>

View File

@ -18,7 +18,7 @@
<body>
<header class="site-header">
<div class="wrapper">
<a class="muted small" href="https://nathan.freedomland.xyz">Nathan Moll</a>
<a class="muted small" href="https://nathan.freedomland.xyz">Blogarithm</a>
</div>
</header>
</body>

View File

@ -18,7 +18,7 @@
<body>
<header class="site-header">
<div class="wrapper">
<a class="muted small" href="https://nathan.freedomland.xyz">Nathan Moll</a>
<a class="muted small" href="https://nathan.freedomland.xyz">Blogarithm</a>
</div>
</header>
</body>