Skip to content

Commit 09bc08f

Browse files
author
pzd
committed
first commit
0 parents  commit 09bc08f

File tree

378 files changed

+20086
-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.

378 files changed

+20086
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 20

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
Thumbs.db
3+
db.json
4+
*.log
5+
node_modules/
6+
public/
7+
.deploy*/

_config.yml

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# Hexo Configuration
2+
## Docs: https://hexo.io/docs/configuration.html
3+
## Source: https://github.com/hexojs/hexo/
4+
5+
# Site
6+
title: Coshpr
7+
subtitle: '高贵之精神、平凡之生活'
8+
description: '从明天起,做一个幸福的人。喂马,劈柴,周游世界。从明天起,关心粮食和蔬菜。我有一所房子,面朝大海,春暖花开。从明天起,和每一个亲人通信。告诉他们我的幸福,那幸福的闪电告诉我的,我将告诉每一个人。
9+
给每一条河,每一座山,取一个温暖的名字。陌生人,我也为你祝福,愿你有一个灿烂的前程,愿你有情人终成眷属,愿你在尘世获得幸福。我只愿面朝大海,春暖花开。'
10+
keywords:
11+
author: 庞张灯
12+
language: zh_CN
13+
timezone: ''
14+
15+
# URL
16+
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
17+
url: https://www.zhihu.com/people/coshpr
18+
permalink: :year/:month/:day/:title/
19+
permalink_defaults:
20+
pretty_urls:
21+
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
22+
trailing_html: true # Set to false to remove trailing '.html' from permalinks
23+
24+
25+
# Directory
26+
source_dir: source
27+
public_dir: public
28+
tag_dir: tags
29+
archive_dir: archives
30+
category_dir: categories
31+
code_dir: downloads/code
32+
i18n_dir: :lang
33+
skip_render:
34+
35+
# Writing
36+
new_post_name: :title.md # File name of new posts
37+
default_layout: post
38+
titlecase: false # Transform title into titlecase
39+
external_link:
40+
enable: true # Open external links in new tab
41+
field: site # Apply to the whole site
42+
exclude: ''
43+
filename_case: 0
44+
render_drafts: false
45+
post_asset_folder: false
46+
relative_link: false
47+
future: true
48+
highlight:
49+
enable: true
50+
line_number: true
51+
auto_detect: false
52+
tab_replace: ''
53+
wrap: true
54+
hljs: false
55+
prismjs:
56+
enable: false
57+
preprocess: true
58+
line_number: true
59+
tab_replace: ''
60+
61+
# Home page setting
62+
# path: Root path for your blogs index page. (default = '')
63+
# per_page: Posts displayed per page. (0 = disable pagination)
64+
# order_by: Posts order. (Order by date descending by default)
65+
index_generator:
66+
path: ''
67+
per_page: 10
68+
order_by: -date
69+
70+
# Category & Tag
71+
default_category: uncategorized
72+
category_map:
73+
tag_map:
74+
75+
# Metadata elements
76+
## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
77+
meta_generator: true
78+
79+
# Date / Time format
80+
## Hexo uses Moment.js to parse and display date
81+
## You can customize the date format as defined in
82+
## http://momentjs.com/docs/#/displaying/format/
83+
date_format: YYYY-MM-DD
84+
time_format: HH:mm:ss
85+
## updated_option supports 'mtime', 'date', 'empty'
86+
updated_option: 'mtime'
87+
88+
# Pagination
89+
## Set per_page to 0 to disable pagination
90+
per_page: 10
91+
pagination_dir: page
92+
93+
# Include / Exclude file(s)
94+
## include:/exclude: options only apply to the 'source/' folder
95+
include:
96+
exclude:
97+
ignore:
98+
99+
# Extensions
100+
## Plugins: https://hexo.io/plugins/
101+
## Themes: https://hexo.io/themes/
102+
theme: cactus
103+
theme_config:
104+
colorscheme: classic
105+
106+
# Deployment
107+
## Docs: https://hexo.io/docs/one-command-deployment
108+
deploy:
109+
type: ''

db.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)