hexo Questions

5

Solved

After I installed hexo, I used npm install to complete the packages in package.json, but he reported an error, the content of the error is as follows ❯ node --version v18.12.1 ❯ npm --version 9.1.3...
Analysand asked 2/12, 2022 at 2:18

5

I would like to display timeline information using markdown, how to do? By the way, I want to make it in hexo.
Eldwen asked 20/1, 2016 at 12:27

4

I'm using the hexo framework and tried adding "---" or "***" in my .md file to get a horizontal line to show up, but it's not working. Also tried enabling gfm markdown in my _config.yml file: m...
Conspire asked 17/6, 2017 at 23:29

2

I'm testing out deploying a Hexo site on GitLab Pages. I'm currently using a theme that someone has posted to GitHub, and thus have a Git submodule in the themes folder of my Hexo project such that...
Dorkus asked 20/6, 2021 at 2:11

6

I have made a Hexo blog. I can't however find out where to add the favicon. I have tried adding it to different folders but it isn't being found. Does anyone know where it should be added or if th...
Krimmer asked 17/5, 2015 at 20:5

5

When I try this,it throw an error,how can I solve it? $ hexo generate ERROR Error: Cannot find module 'bluebird' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (...
Ridinger asked 13/7, 2015 at 8:32

3

Solved

I'm trying to install Hexo globally using npm. When I run npm install -g hexo-cli I'm informed that it was installed to /Users/myusername/.node/bin/hexo -> /Users/myusername/.node/lib/node_modules...
Tragopan asked 8/7, 2016 at 14:52

4

Solved

In the theme _config.yml has two default route: / and /archieves. Is there possible to add a route like /about? I tried to add /about in _config.yml, but Cannot GET /about/ shows.
Razid asked 20/3, 2015 at 12:56

1

This is my project files/folders structure: myproject/ themes/ mytheme/ .node_modules/ source/ css/ mytheme.sass _config.yml package.json So, I modified my myproject/themes/mytheme/sourc...
Twinned asked 21/11, 2017 at 14:57

1

Solved

# (and ## and ###) in md files has the meaning of header 1 (2, 3). This md (markdown) header is used by a table of content widget I developed. I want to use a md header (written as #) that is def...
Lobbyism asked 1/10, 2017 at 9:57

1

Solved

I have been trying to insert footnotes into my Hexo posts (written in Markdown, if their markup language is relevant). I come from a background of using Jekyll to power my websites and when I used ...
Tver asked 19/4, 2016 at 16:39

2

I've used pm2 in the past for my express apps. I really like it. How do I get it to run hexo. Hexo starts with hexo server rather than with a js entry point.
Extraterritoriality asked 11/12, 2015 at 8:15

1

I love using Hexo.. :) I've setup custom page. Is it possible to show all post in my page as paginated? Using site.posts got me all post without pagination. What should I do to get all post as ...
Earthlight asked 4/11, 2015 at 18:58

2

Solved

First, I'd like to say that I've read some recommended questions that may seem to answer my question, but they're all about escape single backtick in markdown. I've tried but none of them seem to w...
Equestrian asked 5/8, 2015 at 6:47

3

I am using to write my blog, I meet a trouble that I can not delete a post in blog. I just find create a post in command, but I could not find the delete or drop command. How can I delete a post in...
Secretariat asked 12/1, 2015 at 1:39
1

© 2022 - 2024 — McMap. All rights reserved.