modify the theme file, want to add a comment box, fill it in according to the configuration requirements, then hexo clean g d prompts that there is nothing to update, and the local test does not respond to what to do
modify the theme file, want to add a comment box, fill it in according to the configuration requirements, then hexo clean g d prompts that there is nothing to update, and the local test does not respond to what to do
the Theme I chose has modification instructions. Instead of modifying the files in the source file directory, you need to be compiled to take effect
Previous: This js is regular, why does it cause the browser to jam?
Next: The solution to the timeout of question 79 of Code Review: leetcode.
when the local hexo s runs without a problem, hexo d automatically push the entire hexo project to the warehouse instead of the contents of the public folder, resulting in github page 404. why does this happen? (ps: was good before. After changing the t...
the hexo-prism-plugin plug-in is used to highlight the code in the hexo theme, and the browser reports an error: localhost :1 Refused to apply style from http: localhost:4000 css prism_atom-dark.css because its MIME type ( text html ) is not ...
for example, I entered the command to generate the article: hexo g just report the following error INFO Start processing events.js:167 throw er; Unhandled error event ^ Error: EIO: i o error, read Emitted error event at: ...
excuse me: about the use of Hexo blog template variables. how do I call the variables provided by Hexo in the page javascript? Such as "page.title ". tried to use the interpolation method "{{}} " himself, but failed. also hope to get an answer, tha...