We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Melody Version: 1.5.1
Platform: Ubuntu 17.10
Browser: Chrome
I have a long post here. When I run
$ hexo s
The page is blank(I tested on both chrome and firefox):
There is no error/warning in the chrome console. After I run hexo g; hexo d, the page is ok on github pages:
hexo g; hexo d
After I made the post shorter, it can be previewed(hexo s) as normal:
hexo s
I think this is a bug of melody, since I didn't encounter this kind of thing when I use the default landscape theme.
However, I am new to hexo and frontend, perhaps I leave out some nodejs packages? This is my package.json file:
package.json
{ "name": "hexo-site", "version": "0.0.0", "private": true, "hexo": { "version": "3.7.0" }, "dependencies": { "hexo": "^3.2.0", "hexo-algoliasearch": "^0.3.0", "hexo-browsersync": "^0.3.0", "hexo-deployer-git": "^0.3.1", "hexo-generator-archive": "^0.1.4", "hexo-generator-category": "^0.1.3", "hexo-generator-feed": "^1.2.2", "hexo-generator-index": "^0.2.0", "hexo-generator-sitemap": "^1.2.0", "hexo-generator-tag": "^0.2.0", "hexo-offline": "^0.2.3", "hexo-render-pug": "^2.0.0", "hexo-renderer-ejs": "^0.3.0", "hexo-renderer-jade": "^0.4.1", "hexo-renderer-marked": "^0.3.0", "hexo-renderer-stylus": "^0.3.3", "hexo-server": "^0.2.2", "hexo-wordcount": "^3.0.2" } }
@Molunerfinn Thank you for your fast reply, I learnt a lot from you.!:kissing:
Best wishes!
The text was updated successfully, but these errors were encountered:
No, it's not the problem of melody. It's the hexo server problem.
Solution:
In your hexo site _config.yml:
_config.yml
server: compress: true
Sorry, something went wrong.
No branches or pull requests
I want to create a new issue
Melody Information
Melody Version: 1.5.1
Platform: Ubuntu 17.10
Browser: Chrome
Expected behavior && Actual behavior
I have a long post here. When I run
The page is blank(I tested on both chrome and firefox):
There is no error/warning in the chrome console. After I run
hexo g; hexo d
, the page is ok on github pages:After I made the post shorter, it can be previewed(
hexo s
) as normal:Personal option
I think this is a bug of melody, since I didn't encounter this kind of thing when I use the default landscape theme.
However, I am new to hexo and frontend, perhaps I leave out some nodejs packages? This is my
package.json
file:@Molunerfinn Thank you for your fast reply, I learnt a lot from you.!:kissing:
Best wishes!
The text was updated successfully, but these errors were encountered: