Dominik Wilkowski

Results 42 issues of Dominik Wilkowski

I'd love this lib if it was more accessible. Like support for keyboard only and screen readers and some mild contrast issues here and there.

enhancement
help wanted

When I run frontmatter like this: ``` --- layout: [examples, demo] permalink: ":title-:layout/" --- ``` in a file unter `folder/subfolder/test.md` I get: ``` _site/:title-demo/index.html _site/:title-examples/index.html ``` I was hoping i...

## Checklist for submitting a pull request to `Terminals Are Sexy`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo. - [x] I have...

enhancement
endorsement-needed

# What currently happens Given a content structure like this: ```sh . └── index ├── body1.md ├── body2.md ├── body3.md └── index.yml ``` Props applied in `body1.md`, `body2.md` and `body3.md`...

Planned

Planned

Github has a global that it supports called [`working-directory`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_iddefaultsrun). This enables you to run an action in a specified working directory. This action seems to ignore it which leads to...

Just opinions... ==== - `.editorconfig` now please don't shoot me but if we include prettier we should add the editorconfig with the same default settings as the default settings of...