Skip to content

Commit

Permalink
update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
godweiyang committed Jan 19, 2021
1 parent 1a085b9 commit b3e7cff
Show file tree
Hide file tree
Showing 93 changed files with 1,555 additions and 806 deletions.
402 changes: 201 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

25 changes: 8 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# 介绍
这是我修改自[hexo-theme-matery](https://github.com/blinkfox/hexo-theme-matery)的个性化hexo博客模板,主要修改了一些个性化配置,为了方便大家直接搭建使用。

# 我的博客演示
[https://godweiyang.com](https://godweiyang.com)

# 搭建教程
[https://godweiyang.com/2018/04/13/hexo-blog/](https://godweiyang.com/2018/04/13/hexo-blog/)

# 使用方法
为了减小源码的体积,我将插件目录`node_modules`进行了压缩,大家下载完后需要解压。另外添加水印需要的字体文件我也删除了,大家可以直接从电脑自带的字体库中拷贝。

* 首先运行`git clone [email protected]:godweiyang/hexo-matery-modified.git`将所有文件下载到本地。
* 解压`node_modules.zip`,然后删除`node_modules.zip``.git`文件夹。
* 还缺一个字体(为图片添加水印需要用到),去`C:\Windows\Fonts`下找到`STSong Regular`,复制到`hexo-matery-modified`文件夹下。

这样所有准备工作就做好啦,剩下的工作就直接去看我的教程[https://godweiyang.com/2018/04/13/hexo-blog/](https://godweiyang.com/2018/04/13/hexo-blog/)
# hexo-matery-modified
My personal modified hexo matery theme with some bugs fixed, modified from [hexo-theme-matery](https://github.com/blinkfox/hexo-theme-matery)

# Demo
[https://godweiyang.com](https://godweiyang.com)

# Usage
[https://godweiyang.com/2018/04/13/hexo-blog/](https://godweiyang.com/2018/04/13/hexo-blog/)
15 changes: 7 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# Site
title: 韦阳的博客
subtitle: godweiyang
subtitle: 算法码上来
description: 华东师范大学 | 计算机科学与技术 | 自然语言处理
keywords: "ECNU NLP DeepLearning AntNLP 韦阳 godweiyang WeiYang 自然语言处理 深度学习"
keywords: "ECNU NLP DeepLearning AntNLP 韦阳 godweiyang WeiYang 自然语言处理 深度学习 算法码上来"
author: 韦阳
language: zh-CN
timezone:
Expand Down Expand Up @@ -112,11 +112,10 @@ theme: matery
## Docs: https://hexo.io/docs/deployment.html
deploy:
- type: git
repository: [email protected]:godweiyang/godweiyang.github.io.git
repository:
github: [email protected]:godweiyang/godweiyang.github.io.git
coding: [email protected]:godweiyang/godweiyang.git
branch: master
# - type: coding
# repository: https://git.coding.net/godweiyang/godweiyang.github.io.git
# branch: master
- type: baidu_url_submitter


Expand All @@ -142,5 +141,5 @@ live2d:
baidu_url_submit:
count: 100
host: godweiyang.com
token:
path: baidu_urls.txt
token: jp7MKvOw74Yh3F09
path: baidu_urls.txt
Binary file modified node_modules.zip
Binary file not shown.
179 changes: 106 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
},
"dependencies": {
"eslint": "^6.0.1",
"hexo": "^3.9.0",
"hexo-baidu-url-submit": "0.0.6",
"hexo-deployer-git": "^1.0.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-baidu-sitemap": "^0.1.6",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index": "^0.2.1",
"hexo-generator-search": "^2.4.0",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-helper-live2d": "^3.1.1",
"hexo-permalink-pinyin": "^1.1.0",
"hexo-prism-plugin": "^2.3.0",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-marked": "^1.0.1",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.3",
"hexo-wordcount": "^6.0.1"
}
}
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
},
"dependencies": {
"eslint": "^6.0.1",
"hexo": "^3.9.0",
"hexo-baidu-url-submit": "0.0.6",
"hexo-deployer-git": "^1.0.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-baidu-sitemap": "^0.1.6",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index": "^0.2.1",
"hexo-generator-search": "^2.4.0",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-helper-live2d": "^3.1.1",
"hexo-permalink-pinyin": "^1.1.0",
"hexo-prism-plugin": "^2.3.0",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-marked": "^1.0.1",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.3",
"hexo-wordcount": "^6.0.1"
}
}
Loading

0 comments on commit b3e7cff

Please sign in to comment.