Skip to content

Commit 1fa00a2

Browse files
LL
authored andcommitted
hero environment
1 parent bea43be commit 1fa00a2

File tree

13,138 files changed

+1573326
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,138 files changed

+1573326
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#Hexo个人博客配置
2+
我的个人博客是由 Hexo + NexT主题 搭建生成的,本仓库为已配置好的Hexo和NexT的环境配置,用于发布和部署我的个人博客。
3+
4+
##使用前需安装以下环境:
5+
###install hexo
6+
npm install hexo-cli -g
7+
###deploy
8+
npm install hexo-deployer-git --save
9+
###search
10+
npm install hexo-generator-search --save
11+
###rss
12+
npm install hexo-generator-feed --save
13+
##相关链接:
14+
Hexo:[https://hexo.io/zh-cn](https://hexo.io/zh-cn)
15+
NexT:[http://theme-next.iissnan.com](http://theme-next.iissnan.com)

_config.yml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Hexo Configuration
2+
## Docs: https://hexo.io/docs/configuration.html
3+
## Source: https://github.com/hexojs/hexo/
4+
5+
# Site
6+
title: L杂货店
7+
subtitle:
8+
description: stay hungry, stay foolish
9+
author: L
10+
language: zh-Hans
11+
timezone:
12+
avatar: /uploads/avatar.jpg
13+
search:
14+
path: search.xml
15+
field: post
16+
17+
# URL
18+
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
19+
url: http://wwww.usuallight.com
20+
root: /
21+
permalink: :year/:month/:day/:title/
22+
permalink_defaults:
23+
24+
# Directory
25+
source_dir: source
26+
public_dir: public
27+
tag_dir: tags
28+
archive_dir: archives
29+
category_dir: categories
30+
code_dir: downloads/code
31+
i18n_dir: :lang
32+
skip_render: README.md
33+
34+
# Writing
35+
new_post_name: :title.md # File name of new posts
36+
default_layout: post
37+
titlecase: false # Transform title into titlecase
38+
external_link: true # Open external links in new tab
39+
filename_case: 0
40+
render_drafts: false
41+
post_asset_folder: false
42+
relative_link: false
43+
future: true
44+
highlight:
45+
enable: true
46+
line_number: true
47+
auto_detect: false
48+
tab_replace:
49+
50+
# Category & Tag
51+
default_category: uncategorized
52+
category_map:
53+
tag_map:
54+
55+
# Date / Time format
56+
## Hexo uses Moment.js to parse and display date
57+
## You can customize the date format as defined in
58+
## http://momentjs.com/docs/#/displaying/format/
59+
date_format: YYYY-MM-DD
60+
time_format: HH:mm:ss
61+
62+
# Pagination
63+
## Set per_page to 0 to disable pagination
64+
per_page: 10
65+
pagination_dir: page
66+
67+
# Extensions
68+
## Plugins: https://hexo.io/plugins/
69+
## Themes: https://hexo.io/themes/
70+
theme: next
71+
72+
# Deployment
73+
## Docs: https://hexo.io/docs/deployment.html
74+
deploy:
75+
type: git
76+
repository: https://github.com/monkeylight/monkeylight.github.io.git
77+
branch: master

node_modules/.bin/hexo

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/hexo-deployer-git/.eslintignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/hexo-deployer-git/.eslintrc

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/hexo-deployer-git/.jscsrc

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/hexo-deployer-git/.npmignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/hexo-deployer-git/LICENSE

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/hexo-deployer-git/README.md

Lines changed: 64 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/hexo-deployer-git/index.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)