Started a testing bransh
parent
5e522a3d3c
commit
f6f7982e26
|
@ -19,4 +19,10 @@ github:
|
||||||
repository_nwo: oyvindskaaden/glados.no
|
repository_nwo: oyvindskaaden/glados.no
|
||||||
is_user_page: true
|
is_user_page: true
|
||||||
owner_name: Øyvind Skaaden
|
owner_name: Øyvind Skaaden
|
||||||
owner_url: https://github.com/oyvindskaaden
|
owner_url: https://github.com/oyvindskaaden
|
||||||
|
|
||||||
|
collections_dir: pages
|
||||||
|
collections:
|
||||||
|
tdt4160:
|
||||||
|
output: true
|
||||||
|
permalink: /:collection/:name
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
permalink: /lectures/:categories/:year/:month/:day/:title/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<small>{{ page.date | date: "%-d %B %Y" }}</small>
|
<small>{{ page.date | date: "%-d %B %Y" }}</small>
|
||||||
|
@ -13,3 +13,5 @@ permalink: /lectures/:categories/:year/:month/:day/:title/
|
||||||
{% if page.tags %}
|
{% if page.tags %}
|
||||||
<small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
|
<small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
`permalink: /lectures/:categories/:year/:month/:day/:title/`
|
14
index.md
14
index.md
|
@ -19,6 +19,20 @@ Prosjekter, dokumenter og annet
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{% for post in site.tdt4160 %}
|
||||||
|
<li>
|
||||||
|
<p class="view">
|
||||||
|
<a href="{{ post.url | relative_url }}">
|
||||||
|
{{ post.title }}
|
||||||
|
<small>{{ post.description }}</small>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
Andre tjenester på *GLaDOS*
|
Andre tjenester på *GLaDOS*
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|
|
@ -26,4 +26,6 @@ interesting integral:
|
||||||
\begin{bmatrix}
|
\begin{bmatrix}
|
||||||
a & b \\\\\
|
a & b \\\\\
|
||||||
c & c
|
c & c
|
||||||
\end{bmatrix}
|
\end{bmatrix}
|
||||||
|
|
||||||
|
Whot
|
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
layout: lecture
|
||||||
|
title: "Testing of lecture notes in collectiosn"
|
||||||
|
description: Filer for prosjekter og stæsj på NTNU.
|
||||||
|
math: true
|
||||||
|
date: 2020-05-29
|
||||||
|
---
|
||||||
|
|
||||||
|
Lecture notes is fun \eqref{test}.
|
||||||
|
|
||||||
|
\begin{align}
|
||||||
|
E &= mc^2 \label{test} \\\\\
|
||||||
|
&= mv^s \nonumber
|
||||||
|
\end{align}
|
||||||
|
|
||||||
|
$\omega = 2 \pi f$
|
||||||
|
|
||||||
|
In equation \eqref{eq:sample}, we find the value of an
|
||||||
|
interesting integral:
|
||||||
|
|
||||||
|
\begin{equation}
|
||||||
|
\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}
|
||||||
|
\label{eq:sample}
|
||||||
|
\end{equation}
|
||||||
|
|
||||||
|
\begin{bmatrix}
|
||||||
|
a & b \\\\\
|
||||||
|
c & c
|
||||||
|
\end{bmatrix}
|
||||||
|
|
||||||
|
Whot
|
Loading…
Reference in New Issue