Skip to content

Commit

Permalink
Build website
Browse files Browse the repository at this point in the history
  • Loading branch information
frankschae committed Jul 25, 2024
1 parent 12857de commit 3f52da9
Show file tree
Hide file tree
Showing 81 changed files with 495 additions and 245 deletions.
9 changes: 6 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
9 changes: 6 additions & 3 deletions categories/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
9 changes: 6 additions & 3 deletions event/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
9 changes: 6 additions & 3 deletions home/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -199,10 +202,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
20 changes: 15 additions & 5 deletions js/mathjax-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@
// - The CommonHTML.linebreaks option is not yet implemented (but may be in a future release)
// - The TeX.noUndefined.attributes option is not yet implemented (but may be in a future release)
window.MathJax = {
options: {
// Don't render math in mindmaps as Markmap has its own math renderer.
ignoreHtmlClass: 'markmap',
},
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$', '$$'], ['\\[', '\\]']],
inlineMath: [
['$', '$'],
['\\(', '\\)'],
],
displayMath: [
['$$', '$$'],
['\\[', '\\]'],
],
processEscapes: false,
packages: {'[+]': ['noerrors']}
packages: {'[+]': ['noerrors']},
},
loader: {
load: ['[tex]/noerrors']
}
load: ['[tex]/noerrors'],
},
};
9 changes: 6 additions & 3 deletions post/abstract_differentiation/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
9 changes: 6 additions & 3 deletions post/bouncing_ball/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
9 changes: 6 additions & 3 deletions post/gsoc-2020/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
9 changes: 6 additions & 3 deletions post/gsoc-2021/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
9 changes: 6 additions & 3 deletions post/gsoc2020-high-weak-order-solvers-sde-adjoints/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
9 changes: 6 additions & 3 deletions post/high-weak/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Hugo Blox. https://hugoblox.com -->
<!-- Last Published: April 14, 2024 --><html lang="en-us" >
<!-- Last Published: July 25, 2024 --><html lang="en-us" >


<head>
Expand Down Expand Up @@ -67,6 +67,9 @@




<script src="/js/mathjax-config.js"></script>




Expand Down Expand Up @@ -185,10 +188,10 @@







<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" integrity="" crossorigin="anonymous" async></script>




Expand Down
Loading

0 comments on commit 3f52da9

Please sign in to comment.