LoreZyra
LoreZyra
Recommend creating a section in your README.md file that includes the structure of the front matter. ```md --- title: {{ title }} date: {{ date }} catalog: true subtitle: A...
Need to update `lodash` (https://github.com/lodash/lodash) dependency due to critical vulnerabilities. https://github.com/ludoviclefevre/hexo-generator-seo-friendly-sitemap/blob/106d086918bab8a441f493f6b9e24092f5fc0862/package.json#L16-L23 ## Reference - [Regular Expression Denial of Service (ReDoS) in lodash](https://github.com/advisories/GHSA-29mw-wpgm-hmr9) - [Command Injection in lodash](https://github.com/advisories/GHSA-35jh-r3h4-6jhm) - [Regular Expression...
Need to update `ejs` (https://github.com/mde/ejs) dependency due to critical vulnerabilities. https://github.com/ludoviclefevre/hexo-generator-seo-friendly-sitemap/blob/106d086918bab8a441f493f6b9e24092f5fc0862/package.json#L16-L23 ## Reference - [High severity vulnerability that affects ejs](https://github.com/advisories/GHSA-3w5v-p54c-f74x) - [High severity vulnerability that affects ejs](https://github.com/advisories/GHSA-6x77-rpqf-j6mw) - [Moderate severity...
This code is not only [WET](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself), but does _not_ handle text with a comma ```,```... https://github.com/yuang01/hexo-theme-bamboo/blob/6b383a868f585ce67aad1babddf4fb130cfdf2e2/scripts/tag/link.js#L5-L33 Unfortunately, can't use the double-quote ```"``` mark as it's stripped before the args is...
[Flex.io](https://www.flex.io/) - dead website.
Could we have a day/night mode for the theme? the bright-white is harsh on my eyes in my "hacker-cave." I have only my monitors and gaming keyboard for lighting. I...
# Problem hexo server fails to bind to `127.0.0.1` while using node inspector. If you explicitly define the IP and port the same as that configured for Node Inspector, it...
# Problem hexo server does not recognize `127.0.0.1` as the same as "localhost." # Environment - MacOS 13.2.1 - node: v19.6.1 - Hexo: - hexo: 6.3.0 - hexo-cli: 4.2.0 -...
This is **NOT A BUG report**. Rather a request to understand how to debug EJS templates using VScode debugger. How does one debug an EJS template in VScode? At the...
```zsh (node:29131) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) ``` Can we update...