if you want to use hexo+github+travis-ci to build a continuously integrated personal technology blog, you need to integrate comments, introduce plug-ins and set up APPID,appkey, etc., and how to protect this kind of private information from disclosure ...
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: ...
I use every time I publish hexo g && hexo d The command is executed, and each release can be successful, but after a successful release, the Custom domain configuration item for github pages is cleared. You need to manually enter the setting ...
using hexo s is normal locally, but if you deploy to the Internet (I am using netlify) using git clone will prompt "failed during stage preparing repo : Error checking out submodules: fatal: No url found for submodule path themes ocean in .gitm...
title: subtitle: test description: keywords: author: test language: zh-Hans timezone: Asia Shanghai look at the source code of the page Please provide a thinking direction to solve the problem. ...
problem description Hexo theme development found that locals.posts locals.categories behaves like an array, and you can use methods such as map, sort, and so on. But it s not exactly an array, for example, you can t use for.of.. Iterate. got very ...
my domain name is www.mycat-kiss.me, favicon.ico has been placed in the repository root directory, but some pages visited are not displayed (such as the home page http: www.mycat-kiss.me), while others are displayed (such as this resource link http...
build a blog with hexo hexo s you can see the web page locally but hexo d Synchronize always gets stuck or goes wrong from Synchronize to github what s the problem? $hexo d INFO Deploying: git INFO Clearing. Deploy _ git folder. INFO Copying fil...
Hexo (version 3.7.1) and theme NexT (version 5.1.4) are deployed in Github Pages. Are there any reliable SEO strategies for Baidu and Google? I searched a lot of different articles on the Internet, so I asked you to recommend a reliable strategy. ...
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 ...
I just set up a blog with hexo and imported a total of 920 articles from wordpress. It takes 5 minutes to generate i3 2100+ssd 840s and 2.7minutes to generate imac in the office. It feels so slow! is this speed normal? ...
as the title this is configured by Aliyun hexoCNAMEgithubgithubCustom domain ...
< H2 > the great gods wait online < H2 > before that, try to get Google Baidu to admit the website, and then install the instructions above in the tutorial (this is the tutorial address: https: www.cnblogs.com tengj.) and then deploy to the...
create a new hexo-test, under node_modules file and npm init generate package.json and create index.js . Why is there no response and execution after writing code in index.js, hexo clean and hexo s ? just started to study the hexo code and...
as shown in the figure: github github sassscssgithub: ...
can I deploy the project under https: xxx.gitee.io in the code cloud, just like github s http: xxx.github.io can store the project? just tried the code cloud, as shown in figure pages: url:tilin.gitee.iogithub: ...
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 ...
hexoAlphaDustindexconfig! ...
...
configuration seems to be correct, with spaces added, but hexo d does not respond hexo clean and hexo g can both execute what went wrong ...
< hr > The above method of Google doesn t work. I don t know how to analyze the error according to the log. Can you give me some guidance? < hr > here is the error log 0 info it worked if it ends with ok 1 verbose cli [ C: Program Files nod...
$(function () { $( -sharpdatagrid-2 ).bootstrapTable({ loadMsg: ... , url: window.webapi + " BridgeDaliyReport DamageList", method: post , async: false, pagination: tr...
The native API of kafka can use consumer.assign (partitions) to subscribe to the API of the specified partition, spring kafka. Is there a corresponding method? I only found @ KafkaListener (topicPartitions = {@ TopicPartition (topic = "topic1 ", par...
the following error occurred when using websocket in flask. Why ...
Machine configuration 24 cores 48g php version 7.1 swoole version 2.1 $serv->set([ worker_num => 16, daemonize => false, backlog => 128, open_eof_check ...