Karl Marklund
Karl Marklund
I have the following in my `config.toml`. ``` [[menu.main]] name = "Section" url = "section/" ``` An the following content: ``` $> tree content/section/ content/section/ ├── index.md ``` In the...
While playing around I discovered that a trailing ´/` must be appended to the url field, otherwise the level 2 headers of the page will now show up in the...
It would be great if there was an option to include a file relative to the markdown file being processed. For example if we have the following directory structure. ```...
**Problem:** In an event loop, detect whether button a and button b was pressed "at the same time", only button a was pressed or only button b was pressed. First...
For deployment I use `hugo` without the `-D` draft flag. As far as I can [tell](https://github.com/dgrigg/hugo-lunr/search?utf8=%E2%9C%93&q=draft&type=) draft content is excluded from the index. While developing a site I often mark...
I started to learn about Servant from the [Building an API with Servant!](https://mmhaskell.com/real-world/servant) tutorial. When I later got interested in Elm I tried to automatically generate Elm code for this...
I'm very happy to find this repo and the Monday Morning Haskell [Real World Haskel][MM] articles. This is exactly what I'm interested in learning more about: Haskell, Servant and Persistent...