Skip to content

Commit

Permalink
custom
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Dec 3, 2022
1 parent 80dd51b commit bcbba2b
Show file tree
Hide file tree
Showing 44 changed files with 2,768 additions and 1,659 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/acorn"]
path = themes/acorn
url = https://github.com/EyreFree/hexo-theme-acorn.git
45 changes: 35 additions & 10 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## Source: https://github.com/hexojs/hexo/

# Site
title: Hexo
subtitle: ''
description: ''
keywords:
author: John Doe
language: en
title: T技术沙龙
subtitle: 'Code<T>'
description: '专注开发者技术交流的线上 & 线下沙龙组织'
keywords: 前端,后端,移动端,编程开发,程序员,代码,IT,互联网
author: TSalon
language: zh-CN
timezone: ''

# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: http://example.com
url: http://www.tsalon.tech
permalink: :year/:month/:day/:title/
permalink_defaults:
pretty_urls:
Expand Down Expand Up @@ -45,15 +45,15 @@ relative_link: false
future: true
highlight:
enable: true
line_number: true
line_number: false
auto_detect: false
tab_replace: ''
wrap: true
hljs: false
prismjs:
enable: false
preprocess: true
line_number: true
line_number: false
tab_replace: ''

# Home page setting
Expand Down Expand Up @@ -99,7 +99,32 @@ ignore:
## Themes: https://hexo.io/themes/
theme: acorn

autoprefixer:
exclude:
- '*.min.css'

clean_css:
exclude:
- '*.min.css'

sitemap:
path:
- sitemap.xml
- sitemap.txt
template: ./sitemap_template.xml
template_txt: ./sitemap_template.txt
rel: false
tags: true
categories: true

search:
path: search.xml
field: post

# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: ''
type: git
repo:
github: [email protected]:EyreFree/tsalon.tech.git
branch: gh-pages
Loading

1 comment on commit bcbba2b

@vercel
Copy link

@vercel vercel bot commented on bcbba2b Dec 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.