加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
_config.yml 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
993 提交于 2017-05-09 06:37 . 发布新文章
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# 多说
# duoshuo_shortname: "eded"
# 百度统计
baidu_statistics: false
# 百度自动推送
baidu_push: true
# CNZZ 网站统计
cnzz_statistics: true
# 捐赠
donate: true
# Site
title: ED少年
subtitle: 记录从学习前端开发到放弃的整个康复过程
keywords: ED少年,ED,CSS,CSS3,SASS,Javascript,jQuery,Linux,Ubuntu,NodeJS,MongoDB,Mac
description: 这是 Eded 的个人博客,他的精神在这里驻扎生根,未成年人请在监护人陪同下游览。ED 是一名经验丰富的 CSSer,写博客的目的主要是记录工作中遇到的问题。
author: Eded Wang
language: zh
timezone:
register: '闽ICP备16010082号'
logo: /images/edlad-web-logo-512.png
sublogo: /images/edlad-web-logo-min.png
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://edlad.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 #:year-:month-:day-: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: false
line_number: false
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: eded
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化