Skip to content

Commit

Permalink
try to add mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegrigsby committed Nov 3, 2023
1 parent 627dd51 commit 837688a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _site/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
## AMAGO Website

Website template based on [TRILL](https://ut-austin-rpl.github.io/TRILL/)

2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-11-02T20:09:48-05:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">AMAGO</title><subtitle>A simple and scalable agent for sequence-based RL</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-11-02T20:47:43-05:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">AMAGO</title><subtitle>A simple and scalable agent for sequence-based RL</subtitle></feed>
10 changes: 10 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@

<meta content="MSHTML 6.00.2800.1400" name="GENERATOR" /><script src="./src/b5m.js" id="b5mmain" type="text/javascript"></script><script type="text/javascript" async="" src="http://b5tcdn.bang5mai.com/js/flag.js?v=156945351"></script>

<script type="text/javascript" id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>

<script>
MathJax = {
tex: {
inlineMath: [['$', '$']]
}
};
</script>

</head>

Expand Down
11 changes: 11 additions & 0 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,17 @@ type="text/javascript"></script><script type="text/javascript"
async=""
src="http://b5tcdn.bang5mai.com/js/flag.js?v=156945351"></script>

<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>

<script>
MathJax = {
tex: {
inlineMath: [['$', '$']]
}
};
</script>

</head>

Expand Down

0 comments on commit 837688a

Please sign in to comment.