Benny Neugebauer
Benny Neugebauer
Thanks for sharing this great plugin with the community! 👑 By default it sets a "noreferrer" attribute but I would like to send the referrering site when opening external sites....
I am using "hexo-generator-alias" and have the following redirects defined: ``` --- alias: - error-ts/index.html - common-errors/index.html --- ``` When I go to https://typescript.tv/error-ts/ then I will be redirected to...
I ran `hexo clean && hexo generate` and now I am getting this error: > FATAL Error: [hexo-include-markdown] Could not open db.json . > at ReadFileContext.callback (C:\dev\projects\bennycode\typescript.tv\node_modules\hexo-include-markdown\lib\orverwriteCache.js:22:15) at FSReqCallback.readFileAfterOpen [as...
I am using hexo-include-markdown v1.0.2 & hexo v5.4.0 and I noticed that code blocks behave differently. When writing them directly in my main Markdown file, the code line numbers render...
The "hexo-renderer-scss" package uses an old version of "node-sass" which is based on the very old "node-gyp" v3.8.0. Node-gyp v3.8.0 uses Python 2 which reached end of life and the...
hexo-renderer-scss depends on node-sass v4.14.1 which does not support M1 MacBooks running Node.js v16. It will come to the following error: > err: Error: Node Sass does not yet support...
I want to include a Markdown file from another Markdown file: - My root Markdown file is located in `src/error-ts/index.md` - I want to embed another file from `src/error-ts/test.md`. Your...
When I click on "Nx Migrate Workspace" then it always shows me "Nx Workspace Migration: NX The migrate command failed." without a reason why it exactly failed.
I like the [vscode-twoslash-queries](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-twoslash-queries) extension. Currently it shows a type within one line but for very large types it would be nice if you can expand that window to actually...