-
Markdown was merged a little while ago and it's been almost a month since the last patch, so it's probably time for another release!
Things we should merge first:
- [x] `getSupportInfo()` #3033 …
-
is it right?
```
filter_optimize:
enable: true
# remove static resource query string
# - like `?v=1.0.0`
remove_query_string: true
# remove the surrounding comments in each of the…
-
As shown in the image, the EMAIL icon collapses.
-
clone了主题,在项目根目录的_config.yml 配置了主题,然后hexo g hexo s,
然后说找不到主页:
```
Cannot GET /
```
啥情况啊这是
-
# The idea
It would be useful to regroup all the non-static files of the build into a subdirectory of `/public/`.
Something like:
```
|-public/
|- static/
|- header.jpg
|- comic…
-
Hi,
This is my project files/folders structure:
```
myproject/
themes/
mytheme/
.node_modules/
source/
css/
mytheme.sass
_config.yml
pack…
-
I was thinking that if someone with experience in using [gitbook](https://www.gitbook.com/) or[ hexo](https://hexo.io/) could make a version of this repository and use github pages to host it then it …
-
It would be awesome if we could use `skip_render`, `include` and `exclude` configs within the context of a theme, in the theme's `_config.yml`.
For example, I'm building a theme that uses JSPM and Sy…
-
## Environment Info
Node version(`node -v`): v8.4.0
Hexo and Plugin version(`npm ls --depth 0`):
```
hexo-site@0.0.0 /Users/SunCH/psyblog
├── hexo@3.3.9
├── hexo-deployer-git@0.3.1
├── he…
-
Is there a way to cache .deb downloaded using `wget`? It takes up to half the build time and I really like to get rid of it.
And somehow I don't think the current caching `node_modules` is working …