commit10: Changes to homepage and name of blog to "blogarithm"
This commit is contained in:
parent
fdd0693413
commit
3442a6b09e
@ -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
5
content/_index.md
Normal 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:
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user