more >>hexo : A fast, simple & powerful blog framework
like Like LIKE
Could not resolve hostname github.com About github
ssh: Could not resolve hostname github.com: Non-recoverable failure in name resolution
fatal: The remote end hung up unexpectedly
rules:
{% blockquote [author[, source]] [link] [source_link_title] %}
content
{% endblockquote %}
example code:
{% blockquote David Levithan, Wide Awake %}
Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.
{% endblockquote %}
example view:
more >>Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.
description: 每个 Markdown 语句之间都应该以空行分隔;如果需要强制输入<br>换行,在插入处先按入两个以上的空格然后回车
code: #
description: 可以包括 h1 到 h6,一个#代表h1,两个代表h2,以此类推
more >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true