Skip to content

Commit 45ca1b7

Browse files
committed
updating homepage
1 parent d741ecc commit 45ca1b7

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

mathjax.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
window.MathJax = {
2+
tex: {
3+
inlineMath: [['$', '$'], ['\\(', '\\)']],
4+
displayMath: [['$$', '$$'], ['\\[', '\\]']]
5+
},
6+
svg: {
7+
fontCache: 'global'
8+
}
9+
};

src/layouts/BlogPost.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const {
3131
margin: 1rem 0;
3232
}
3333
</style>
34+
<!-- MathJax configuration -->
35+
<script type="text/javascript" src="/mathjax.config.js"></script>
36+
<!-- MathJax library -->
37+
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
3438
</head>
3539

3640
<body>

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
1717
<h3>Howdy, I'm Ata Karagoz</h3>
1818
</div>
1919
<p>
20-
I am a fourth year PhD student in the Psych & Brain Sciences program at
20+
I am a fifth year PhD student in the Psych & Brain Sciences program at
2121
Washington University in St. Louis. I work with Dr. Zach Reagh in the <a
2222
href="https://sites.wustl.edu/complexmemlab/">Complex Memory Lab</a
2323
>. I am also a collaborating student with Dr. Wouter Kool in the <a

0 commit comments

Comments
 (0)