1
0
Fork 0
forked from mirrors/hugo-tufte

update example site

This commit is contained in:
loikein 2023-04-25 14:44:03 +01:00
commit 37e9cb786c
9 changed files with 55 additions and 49 deletions

View file

@ -1,10 +1,9 @@
+++
author = "Hiro Protagonist"
date = "2015-01-19T23:57:58-08:00"
hasMath = false
title = "Blockquotes"
+++
---
author: Hiro Protagonist
date: '2015-01-19T23:57:58-08:00'
hasMath: false
title: Blockquotes
---
Below is a blockquote.
@ -34,4 +33,6 @@ And finally a blockquote with some markdown.
>
> Here's some example code:
>
> return shell_exec("echo $input | $markdown_script");
> ```sh
> return shell_exec("echo $input | $markdown_script");
> ```

View file

@ -1,64 +1,65 @@
+++
math = true
meta = false
author = "AUTHOR NAME"
date = "2021-07-20T13:56:01-08:00"
type = "post"
title = "More math $\\xi_{(even-in-the-title-!)}$"
subtitle = "Wow this really works ! "
toc = true
categories = ["katex", "latex", "tufte-css"]
+++
A compilation of $\LaTeX$ formulas...
---
author: AUTHOR NAME
date: '2021-07-20T13:56:01-08:00'
type: post
title: More math
subtitle: 'Wow this really works !'
toc: true
math: true
categories:
- katex
- latex
- tufte-css
---
A compilation of `$\LaTeX$` formulas...
<!--more-->
## Matrix
## Matrix
<p>
$$
`$$
\begin{matrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{matrix}
$$
</p>
$$`
<p>
`
$$
\begin{bmatrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{bmatrix}
$$
</p>
`
<p>
`
$$
\begin{Vmatrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{Vmatrix}
$$
</p>
`
## Limits
$$
`$$
\lim_{n \to \infty}
\sum_{k=1}^n \frac{1}{k^2}
= \frac{\pi^2}{6}
$$
$$`
$$
`$$
\lim_{n \to \infty}
\frac{1}{x^n}
= 0
$$
$$`
## Various symbols
$$\lambda,\xi,\pi,\theta,
\mu,\Phi,\Omega,\Delta$$
`$$\lambda,\xi,\pi,\theta,
\mu,\Phi,\Omega,\Delta$$`

View file

@ -8,17 +8,17 @@ categories:
- "test"
---
## First Heading
## First heading
| Tables | Are | Cool |
|:----------|:-------------:|------:|
|:---------|:-------------:|------:|
| col 1 is | left-aligned | $1600 |
| col 2 is | centered | $12 |
| col 3 is | right-aligned | $1 |
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus, consequatur aspernatur omnis iste. Voluptates, id inventore ea natus ab sed amet ipsa ratione sunt dignissimos. Soluta illum aliquid repellendus recusandae.
### Sub
### Sub heading
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, perferendis saepe voluptatem a nesciunt architecto voluptas deleniti dolor tempora quasi quidem odit rem fugit magnam minima quam dolores vel id?

View file

@ -1,6 +1,6 @@
---
author: Totally famous person
date: '2016-02-20T13:56:01-08:00'
date: '2023-04-16T16:03:45+0100'
title: The big old test page
subtitle: Fancy Subtitle
meta: true
@ -9,6 +9,7 @@ toc: true
# hideDate: true
# hideReadTime: true
categories: [katex, latex, tufte-css]
description: "If the description field is not empty, its contents will show in the home page instead of the first 140 characters of the post."
---
## New features