Questions tagged [hexo]

Hexo is a blog framework powered by Node.js.

Hexo is a blog framework powered by Node.js. It parses posts with Markdown content or other render engines and generates static files with a theme.

280 questions
0
votes
1 answer

nginx unknown directive when running in my VPS

I have a problem when run nginx on my VPS (digital ocean,centOS) It shows: nginx: [emerg] unknown directive "[alert" in /usr/local/nginx/conf/wordpress.conf:14 wordpress.conf: location / { if (-f $request_filename/index.html){ …
0
votes
2 answers

Auto deploy after commiting

I'm developing on Ruby on Rails and write some articles on Hexo. My project source code repo is on Gitlab server. So my deploy flow is Commit the production code to Gitlab from my working space. Login in the Web server, then pull the production…
newBike
  • 14,385
  • 29
  • 109
  • 192
-1
votes
1 answer

How does nodejs interpret key value pairs when no semi color exists and the key itself is a string called with a function?

I was just going throw some of the test code in hexo-cli and came across the below lines of code ( full code and repo can be found here ): const hexo = proxyquire('../../dist/hexo', { './console'(ctx) { ctx.extend.console.register('help',…
Alexander Solonik
  • 9,838
  • 18
  • 76
  • 174
-1
votes
1 answer

How to enable "categories" "tags" and "about" nav item in the home page of Hexo

I just generate a default hexo site (do not add/remove any code), but I find that "categories", "tags" and "about" is not shown on the menu at home page as default settings. I have already add "tags" and "categories" on the default content page, and…
chygo
  • 366
  • 2
  • 6
  • 16
-1
votes
1 answer

The github pages blog can upload but cannot display the content

I have a github.io blog which can display very well before. But recently when I added a new articles and pushed it to github(by "hexo generate" and "hexo deploy"), I found that there isn't any contet words on my blog. In github blog repository…
user7102471
  • 75
  • 1
  • 1
  • 6
-1
votes
2 answers

How to Add CSS to Link Preview?

I have this HTML:
kiaraRobles
  • 587
  • 1
  • 4
  • 14
-1
votes
1 answer

Macbook cannot install hexo

Here is the log: npm ERR! Error: read ETIMEDOUT npm ERR! at errnoException (net.js:863:11) npm ERR! at TCP.onread (net.js:524:19) npm ERR! If you need help, you may report this log at: npm ERR! …
-1
votes
1 answer

Hexo deployment in github get stuck after generate

I could not deploy my hexo to github after I put in hexo deploy . It will creat many files in .deploy folder, but then the shell window will get stuck . I do not know what is the problem. Could anyone help me? Thank you
Neil
  • 1
-2
votes
1 answer

Line breaks appearing on page that aren't in HTML source

Line breaks are appearing when the DOM is rendered that aren't in my source code, push the content out of place. Why? And how can I fix that? Here is my code:
-3
votes
1 answer

what happened when I exc: hexo generate?

After I write a article, I exc hexo generate. It prompt as following: Gaby@Gaby-PC MINGW64 /c/blog $ hexo generate FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/do …
Gaby
  • 130
  • 1
  • 8
1 2 3
18
19