-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
1,189 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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 |
Oops, something went wrong.
de20944
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
tsalon-tech – ./
tsalon-tech-eyrefree.vercel.app
tsalon-tech-git-main-eyrefree.vercel.app
tsalon.vercel.app
tsalon.tech
www.tsalon.tech