Files
wahyd4.github.com/_config.yml
T
Hermes Bot 232ecd7c22 Rebuild blog source from GitHub Pages artifact
- 308 posts reverse-extracted from wahyd4.github.com (Hexo 6.3.0 + NexT 8.25)
- Hexo project with NexT theme, reading-experience custom styles
- publish-post.sh: write post -> hexo build -> PR (master untouched)
2026-08-04 09:44:07 +10:00

92 lines
1.5 KiB
YAML

# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
# Site
title: 大染志
subtitle: Junv's blog
description: 分享编程、运维、生活与思考
keywords: junv, wahyd4, blog, toozhao, 大染志
author: Junv
language: zh-Hans
timezone: Australia/Melbourne
# URL
url: https://toozhao.com
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:
pretty_urls:
trailing_index: false
trailing_html: false
# 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
default_layout: post
titlecase: false
external_link:
enable: true
field: site
exclude:
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
syntax_highlighter: highlight.js
highlight:
line_number: true
auto_detect: false
tab_replace: ''
wrap: true
hljs: false
prismjs:
preprocess: true
line_number: true
tab_replace: ''
# Home page setting
index_generator:
path: ''
per_page: 10
order_by: -date
# Category & Tag
default_category: uncategorized
category_map:
tag_map:
# Metadata elements
meta_generator: true
# Date / Time format
date_format: YYYY-MM-DD
time_format: HH:mm:ss
updated_option: mtime
# Pagination
per_page: 10
pagination_dir: page
# Include / Exclude file(s)
include:
exclude:
# Extensions
theme: next
# Deployment
deploy:
type: git
repo: https://github.com/wahyd4/wahyd4.github.com.git
branch: master