Oliver Steele

Results 39 issues of Oliver Steele

- [x] I believe this to be a bug, not a question about using Jekyll. - [x] I am on (or have tested on) ***macOS*** 10+ - [x] I was...

has-pull-request
pinned

The gifs still refer to `jupyter-secrets`. Update them to the correct package name.

help wanted
good first issue

## Description There's a potential inconsistency in how time zones are handled in permalink date formatting. The current implementation uses the local time zone when formatting dates in permalinks: ```go...

bug
feature-parity

## Description Currently, gojekyll does not support the ~`markdown="1"`~ `markdown="0"`, `markdown="span", or `markdown="block"` attribute in HTML blocks, which are supported by Jekyll's default Kramdown processor. ## Background This issue was...

feature-parity

## Description Add test coverage reporting to CI workflow using Codecov, similar to the [liquid project's implementation](https://github.com/osteele/liquid/blob/main/.github/workflows/go.yml#L40-L66). ## Benefits - Track test coverage trends over time - Identify untested code...

internals

## Description The golangci-lint job currently takes ~40s while tests complete in ~17-20s. We can optimize linting performance through better caching and configuration. ## Current Bottlenecks - Go module cache...

internals

## Description Gojekyll currently terminates with an 'EOF' error when encountering `` tags in markdown files, while Jekyll's Kramdown processor handles them correctly. ## Background This issue was originally reported...