hexo-cli icon indicating copy to clipboard operation
hexo-cli copied to clipboard

Command line interface for Hexo

Results 28 hexo-cli issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.6.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies
javascript

Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 14.0.0. Changelog Sourced from sinon's changelog. 14.0.0 c2bbd826 Drop node 12 (Morgan Roderick) And embrace Node 18 See https://nodejs.org/en/about/releases/ Released by Morgan Roderick on 2022-05-07....

dependencies
javascript

Bumps [chai](https://github.com/chaijs/chai) from 4.3.4 to 4.3.6. Release notes Sourced from chai's releases. v4.3.6 Update loupe to 2.3.1 v4.3.5 build chaijs fca5bb1 build(deps-dev): bump codecov from 3.1.0 to 3.7.1 (#1446) 747eb4e...

dependencies
javascript

Bumps [eslint-config-hexo](https://github.com/hexojs/eslint-config-hexo) from 4.2.0 to 5.0.0. Release notes Sourced from eslint-config-hexo's releases. 5.0.0 Breaking Changes Drop Node.js 10.x by @​tomap in hexojs/eslint-config-hexo#39 New features feat: enable no-console by @​curbengh in...

dependencies
javascript

Bumps [rewire](https://github.com/jhnns/rewire) from 3.0.2 to 6.0.0. Release notes Sourced from rewire's releases. v6.0.0 Breaking: Remove Node v8 support. We had to do this because one of our dependencies had security...

dependencies
javascript

## Check List Please check followings before submitting a new feature request. - [x] I have already read [Docs page](https://hexo.io/docs/) - [x] I have already searched existing issues ## Feature...

enhancement

Installed hexo, created a new post, published, generated - no `index.html` in `root` directory. Browsing folders in browser generates 404 errors when I go to `public` folder (no 404 error)...

``` { "name": "hexo-site", "version": "0.0.0", "private": true, "scripts": { "build": "hexo generate", "clean": "hexo clean", "deploy": "hexo deploy", "server": "hexo server" }, // "hexo": { // "version": "5.2.0" //...

As https://github.com/hexojs/hexo-cli/issues/249 mentioned, this commit hopes to add a prompt to facilitate the user to quickly identify the root cause of the problem Before: ![image](https://user-images.githubusercontent.com/7285119/95008652-4c2a7a00-064e-11eb-8de4-3719e87496d0.png) After: ![image](https://user-images.githubusercontent.com/7285119/95008689-9ca1d780-064e-11eb-818c-0a78e2900155.png)

I think it good to have a better warning, in this case when hexo server is blocked by some errors. It must be implemented when using --debug option, but personally...