Builduing the base of everything

This commit is contained in:
2020-09-21 22:39:12 +02:00
parent 6207edbd1c
commit 9667ad4a14
7 changed files with 38 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
echo "Not working yet"
+12
View File
@@ -0,0 +1,12 @@
---
title: Mathematik
author: Lars Bogner
date: 21 September, 2020
---
# Mathematik
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath:[['$','$']]}});</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=default' async></script>
View File
+12
View File
@@ -0,0 +1,12 @@
---
title: Physik
author: Lars Bogner
date: 21 September, 2020
---
# Physik
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath:[['$','$']]}});</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=default' async></script>
View File
+12
View File
@@ -0,0 +1,12 @@
---
title: Wirtschaft
author: Lars Bogner
date: 21 September, 2020
---
# Wirtschaft
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath:[['$','$']]}});</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=default' async></script>
View File