Oliver Steele

Results 39 issues of Oliver Steele

Implementation plan: `Site.Read` asks the config whether this plugin is present. If it is, it changes the permalink of any document with `README.html`to `/` before putting it in the routing...

plugins
github-pages

`gist` is implemented, but it ignores `noscript`. At the least, it should warn when `gist: noscript: true` is present in the configuration.

plugins
github-pages

Idea: Page rendering asks the config whether this is present. Or page rendering always calls applyLayout, which asks config.

plugins
github-pages

This can use `site.RelativeFilenameToURL`. Some plugins use `utils.ApplyToHTMLText`. Something analogous could be added for tags.

plugins
github-pages

I think this needs to be a callout to the npm package.

plugins
github-pages

Documented [here](https://jekyllrb.com/docs/pagination/)

plugins

Do people use this?

feature-parity

Jekyll provides both `sassify` and `scssify` Liquid filters to convert Sass/SCSS code into CSS: - `scssify`: Converts SCSS syntax to CSS (already implemented in gojekyll) - `sassify`: Converts Sass indented...

feature-parity

**What:** Jekyll supports rendering mathematical expressions using KaTeX or MathJax. This allows inline math (e.g., `=mc^2$`) and display math (e.g., `71942\int_0^\infty e^{-x} dx = 171942`) in Markdown files. **Current status:**...

feature-parity