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

Server module for Hexo.

Results 29 hexo-server issues
Sort by recently updated
recently updated
newest added

## Expected behavior `hexo server` should run a server that can reply to range requests appropriately. When viewing a video from a post we would expect that an iPhone user...

Serve pre-compressed assets when found, else fallback to dynamic compression (when both `compress` and `pre_compressed` are enabled). `compress` is independent from `pre_compressed`, so either one can be enabled. Adapted from...

## Environment Info Node version(`node -v`): v6.9.1 (in `nvm`) OS: Chakra Linux Your site `_config.yml` (Optional): Your theme `_config.yml` (Optional): Hexo and Plugin version(`npm ls --depth 0`): ``` [email protected] /home/onohiroko/source-blog...

Hello, I'm looking to do hosting on S3 without extensions on URLs. What would be really nice here is a custom mime type for files with no extension, that way...

View Issue #75 Added 2 Arguments: `--cache [bytes]` enables the cache, the optinal bytes are the size of the cache (default `10485760` 10MB) `--cache-filter [regex]` set a filter of which...

This pull request implements two new `hexo-serve` options that allow a user to proxy certain paths to a remote target. Useful for example to test API integrations when the API...

This file documents the coding style desired by the project maintainers and helps contributors to comply with it by automatically setting indent styles in editors that support it.

When serving a request for `/some/path` where the actual resource is `/some/path/index.html`, the server performs an HTTP 302 redirect to `/some/path/`, but in the process, it loses any query information...