Update Content - 2022-03-15
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "First Blog Post"
|
||||
author = ["Thomas Dehaeze"]
|
||||
author = ["Dehaeze Thomas"]
|
||||
date = 2021-04-23T00:00:00+02:00
|
||||
tags = ["hugo", "org"]
|
||||
categories = ["emacs", "test"]
|
||||
@@ -87,17 +87,17 @@ Here is some inline mathematics: \\(z = 2\\).
|
||||
Unumbered equation:
|
||||
\\[ F(x) = \int\_0^x f(t) dt \\]
|
||||
|
||||
Using the `equation` environment in Eq. \eqref{eq:numbered}.
|
||||
Using the `equation` environment in Eq. <eq:numbered>.
|
||||
|
||||
\begin{equation}
|
||||
F(s) = \int\_0^\infty f(t) e^{-st} dt \label{eq:numbered}
|
||||
\end{equation}
|
||||
|
||||
Using the `align` environment Equations \eqref{eq:align_1} and \eqref{eq:align_2}.
|
||||
Using the `align` environment Equations <eq:align_1> and <eq:align_2>.
|
||||
|
||||
\begin{align}
|
||||
\mathcal{F}(a) &= \frac{1}{2\pi i}\oint\_\gamma \frac{f(z)}{z - a}\,dz \label{eq:align\_1} \\\\\\
|
||||
\int\_D (\nabla\cdot \mathcal{F})\,dV &=\int\_{\partial D}\mathcal{F}\cdot n\, dS \label{eq:align\_2}
|
||||
\mathcal{F}(a) &= \frac{1}{2\pi i}\oint\_\gamma \frac{f(z)}{z - a}\\,dz \label{eq:align\_1} \\\\
|
||||
\int\_D (\nabla\cdot \mathcal{F})\\,dV &=\int\_{\partial D}\mathcal{F}\cdot n\\, dS \label{eq:align\_2}
|
||||
\end{align}
|
||||
|
||||
|
||||
@@ -106,11 +106,13 @@ Using the `align` environment Equations \eqref{eq:align_1} and \eqref{eq:align_2
|
||||
Below is a verse.
|
||||
|
||||
<p class="verse">
|
||||
|
||||
Great clouds overhead<br />
|
||||
Tiny black birds rise and fall<br />
|
||||
Snow covers Emacs<br />
|
||||
<br />
|
||||
---AlexSchroeder<br />
|
||||
|
||||
</p>
|
||||
|
||||
Below is a quote.
|
||||
@@ -127,7 +129,6 @@ Below is a quote.
|
||||
An aside block can be used as shown below.
|
||||
|
||||
<aside>
|
||||
<aside></aside>
|
||||
|
||||
This is a note about the text using the `aside` environment.
|
||||
This can be as long as wanted
|
||||
|
@@ -1,8 +1,8 @@
|
||||
+++
|
||||
title = "Second Blog Post"
|
||||
author = ["Thomas Dehaeze"]
|
||||
author = ["Dehaeze Thomas"]
|
||||
date = 2021-05-01T00:00:00+02:00
|
||||
lastmod = 2021-05-02T22:09:31+02:00
|
||||
lastmod = 2022-03-15T16:31:43+01:00
|
||||
tags = ["hugo", "org"]
|
||||
categories = ["emacs"]
|
||||
draft = false
|
||||
@@ -11,7 +11,6 @@ draft = false
|
||||
## Heading {#heading}
|
||||
|
||||
<div class="important">
|
||||
<div></div>
|
||||
|
||||
this is an important block
|
||||
|
||||
|
Reference in New Issue
Block a user