Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
maiernte committed Jul 18, 2021
1 parent 9d7541e commit 87ca013
Show file tree
Hide file tree
Showing 492 changed files with 100,595 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules

110 changes: 110 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/

# Site
title: 天涯的维基
subtitle: "竹影扫阶尘不动 雁过寒潭水无痕<br> 达摩九载面孤壁 起行归去影留存"
description: "鎏金天涯的私房笔记。<br>看,或者不看,它都在这里。"
keywords:
author: 鎏金天涯
language: zh-Hans
timezone:

# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://maiernte.github.io/wiki
root: /wiki/
#permalink: :year/:month/:day/:title/
permalink: :urlname.html
permalink_defaults:

encrypt:
enable: true

admin:
username: maiernte
password_hash: $2a$10$QeeWfDwIxbJ94h8EDfplDe9aLB0uaNrjMeVGhaYnfF0BBDosDze0S
secret: NamoAmitabha!

# Directory
source_dir: source
public_dir: docs # 改为 docs 就可以自动发布
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:

# Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
path: ''
per_page: 10
order_by: -date

# 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: Wikitten
#theme: next

markdown_it_plus:
highlight: true
html: true
xhtmlOut: true
breaks: true
langPrefix:
linkify: true
typographer:
quotes: “”‘’
plugins:

# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repository: [email protected]:maiernte/wiki.git
branch: gh-pages

search:
path: search.xml
field: posts
format: html
limit: 10000
Binary file added configs/.DS_Store
Binary file not shown.
Loading

0 comments on commit 87ca013

Please sign in to comment.