Skip to content

Commit 671aa16

Browse files
committed
Update existing boxes
1 parent 6275e36 commit 671aa16

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/posts/internals/2019-12-31-built-with-hakyll-part-1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ image-credits: |
1515
Hakyll is tool to build static webpages and written in Haskell borrowing part of its name from it and the other from the renown static site engine [Jekyll](https://jekyllrb.com/). The fundamental difference is that instead of being a standalone program, Hakyll is implemented as a library offering a rich DSL to define the contents of a website. The DSL can be used to include static assets, compile pages using templates and even generate whole pages by itself i.e. RSS and ATOM feeds.
1616
As Hakyll is written in Haskell combining it with the great text conversion tool [pandoc](https://pandoc.org/) is a low hanging fruit. The combination of both allows compiling from several different file formats including (an extended version of) Markdown, [RST](http://docutils.sourceforge.net/docs/ref/rst/introduction.html) and Emacs [Org-Mode](http://orgmode.org/).
1717

18-
:::{.warning}
19-
**Attention**
20-
18+
:::{.warning header="Attention"}
2119
*I won't go into all the things used in this article, instead there will be individual posts going into more detail about different elements*
2220
:::
2321

src/posts/internals/2020-03-22-built-with-hakyll-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Most fields are created by giving an implementation of `(Item a -> Compiler Stri
6666
field :: String -> (Item a -> Compiler String) -> Context a
6767
```
6868

69-
:::{.note}
69+
:::{.note header=""}
7070
I am by no means an expert in Haskell at this point. I have learned alot writing the engine behind all this (Which in the end is actually my main motivator). But I am certain some implementations could be done more idiomatically and/or efficiently. Thus, take the ideas that I had critically.
7171

7272
I do welcome any coments in form of issues on [Github](https://github.com/ysndr/blog). :)

src/posts/internals/2021-01-01-flake-ification/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ If using a `<known-flake>` nix will not use your respective channel even if one
219219

220220
See also the [reference below](#reference) for more information and examples.
221221

222-
:::{.note}
223-
**Issues solved here:**
222+
:::{.note header="Issues solved here:"}
224223

225224
1. impure imports
226225
2. no ultimate way to pin `nixpkgs`

0 commit comments

Comments
 (0)