aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-03-12 20:41:27 -0500
committerBobby <[email protected]>2022-03-12 20:41:27 -0500
commit3c7c1582c978ebeba137096b23c7bc1fcf5dab65 (patch)
tree5bf04231388c28ab741cc1dd742a79aabbe48b51 /_includes
parentb5c63881ba025ddd90d480e0ba512518096301ee (diff)
downloadluciferreeves.github.io-3c7c1582c978ebeba137096b23c7bc1fcf5dab65.tar.xz
luciferreeves.github.io-3c7c1582c978ebeba137096b23c7bc1fcf5dab65.zip
redoing styles
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html7
-rw-r--r--_includes/math.html18
-rw-r--r--_includes/navigation.html11
3 files changed, 0 insertions, 36 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
deleted file mode 100644
index 798e6b2..0000000
--- a/_includes/footer.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<footer>
- <span>
- &copy; <time datetime="{{ site.time }}">{{ site.time | date: '%Y' }}</time>, that computer scientist.
- <br>
- View <a href="https://github.com/luciferreeves/luciferreeves.github.io">Source Code</a> on GitHub. Hosted by <a href="https://pages.github.com">GitHub Pages.</a>
- </span>
-</footer>
diff --git a/_includes/math.html b/_includes/math.html
deleted file mode 100644
index d8697fc..0000000
--- a/_includes/math.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<script type="text/x-mathjax-config">
- MathJax.Hub.Config({
- jax: ["input/TeX","input/MathML","output/SVG", "output/CommonHTML"],
- extensions: ["tex2jax.js","mml2jax.js","MathMenu.js","MathZoom.js", "CHTML-preview.js"],
- TeX: {
- extensions: ["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"]
- },
- tex2jax: {
- inlineMath: [ ['$','$'], ["\\(","\\)"] ],
- displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
- processEscapes: true,
- processEnvironments: true
- },
- "HTML-CSS": { availableFonts: ["TeX"] }
- });
- </script>
-<script type="text/javascript"
- src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full"></script> \ No newline at end of file
diff --git a/_includes/navigation.html b/_includes/navigation.html
deleted file mode 100644
index 119434e..0000000
--- a/_includes/navigation.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<nav class="nav">
- <div class="nav-container">
- <a href="{{ site.baseurl }}/">
- <h2 class="nav-title">{{ site.title }}</h2>
- </a>
- <ul>
- <li><a href="{{ site.baseurl }}/">Posts</a></li>
- <li><a href="{{ 'https://github.com/luciferreeves' }}">Github Profile</a></li>
- </ul>
- </div>
- </nav> \ No newline at end of file