before you submit your issue, please delete all the example code in template
Environment Info
Node version(node -v)
hexo: 3.2.0
hexo-cli: 1.0.1
os: Darwin 14.1.1 darwin x64
http_parser: 2.6.0
node: 5.5.0
v8: 4.6.85.31
uv: 1.8.0
zlib: 1.2.8
ares: 1.10.1-DEV
icu: 56.1
modules: 47
openssl: 1.0.2e
Your site _config.yml
# Hexo Configuration
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: CalmOps
subtitle:
description: yongqiang.qu blog
author: YongQiang Qu
language:
timezone:
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://calmops.com
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:
# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:
# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link: true # Open external links in new tab
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
highlight:
enable: true
line_number: true
auto_detect: false
tab_replace:
# Category & Tag
default_category: uncategorized
category_map:
tag_map:
# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD
time_format: HH:mm:ss
# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
pagination_dir: page
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: landscape
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type:
Your theme _config.yml
# Hexo Configuration
...
Plugin version(npm ls --depth 0)
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
https://github.com/Chaniel/nginx-docs/blob/master/nginx-starter.md
just push question
just push feature request
Meet the same problem.
Have you tried hexo generate --debug as the error messages suggest?
I got a similar generation error running hexo server. Turned out to be an issue with my YAML front matter. I ended up cleaning up all my front matter and making it consistent with the docs and the examples. I had some mixing of JSON and yaml in the front matter which may have been the issue. Not exactly sure because I cleaned up ALL of my .md files before trying the build again.
Anyway, after cleaning up the front matter it worked.
maybe "{{ }}" in your .md files!
modified these files by "{/{ }/}"
that's because. that hexo doesn't support "{{}}"
you can have a try
The same problem, and I did not know why.
My article is well formed, but it can not be rendered correctly. Really weird.
@sydney0zq Could you please share your Hexo repo? I could take a look at if the issue could be reproduced.
I got this error when I had an extra : in the title of my blog post. Removing : from the title got rid of error
@connor11528 You are right! I have the same problem ,and I checked my title, remove the ":", it works ! Thanks!!
Most helpful comment
maybe "{{ }}" in your .md files!
modified these files by "{/{ }/}"
that's because. that hexo doesn't support "{{}}"
you can have a try