Skip to content

Commit

Permalink
Merge pull request #1 from wangkuntian/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
wangkuntian authored Sep 21, 2023
2 parents 8b09cc3 + 7636720 commit 3a0049f
Show file tree
Hide file tree
Showing 7 changed files with 8,312 additions and 1,678 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['10', '12']
node-version: ['16',]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: install deps
Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Installation

1. Download the latest [version](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/archive/master.zip)
1. Download the latest [version](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/archive/main.zip)
2. Rename the folder in `tranquilpeak` and place it in the `themes` folder of your Hexo blog
3. Modify the theme in Hexo configuration file (`_config.yml`) by setting `theme` variable to `tranquilpeak`
4. Go to the `tranquilpeak` folder and run `npm install && npm run prod`
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Tranquilpeak

[![Build Status](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/actions)
[![gitter chat](https://img.shields.io/gitter/room/LouisBarranqueiro/hexo-theme-tranquilpeak.svg?style=flat-square)](https://gitter.im/LouisBarranqueiro/hexo-theme-tranquilpeak)

A gorgeous responsive theme for Hexo blog framework

[![Tranquilpeak](http://d1u9biwaxjngwg.cloudfront.net/showcases/showcase-v2.jpg)](http://louisbarranqueiro.github.io/hexo-theme-tranquilpeak)
Expand Down Expand Up @@ -55,11 +52,11 @@ A gorgeous responsive theme for Hexo blog framework

## Quick start

1. Download the latest [version](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/archive/master.zip)
1. Download the latest [version](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/archive/main.zip)
2. Rename the folder in `tranquilpeak` and place it in the `themes` folder of your Hexo blog
3. Modify the theme in Hexo configuration file (`_config.yml`) by setting `theme` variable to `tranquilpeak`
4. Go to the `tranquilpeak` folder and run `npm install && npm run prod`
5. Read [documentation](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/master/DOCUMENTATION.md) to configure the theme.
5. Read [documentation](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/main/DOCUMENTATION.md) to configure the theme.

## Demo

Expand All @@ -69,8 +66,8 @@ Check out [Tranquilpeak theme demo](https://louisbarranqueiro.github.io/hexo-the

All kinds of contributions (enhancements, features, documentation & code improvements, bugs reporting) are welcome.

Read [guidelines for contributing](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/master/.github/CONTRIBUTING.md) for more information.
Read [guidelines for contributing](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/main/.github/CONTRIBUTING.md) for more information.

## License

hexo-theme-tranquilpeak is released under the terms of the [GNU General Public License v3.0](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/master/LICENSE)
hexo-theme-tranquilpeak is released under the terms of the [GNU General Public License v3.0](https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/blob/main/LICENSE)
4 changes: 2 additions & 2 deletions languages/zh-cn.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 在所有地方显示的 date 格式化
date_format: "MMM DD, YYYY"
# 在所有地方显示的日期格式
date_format: "YYYY 年 M 月 D 日"

global:
home: "首页"
Expand Down
4 changes: 2 additions & 2 deletions languages/zh-tw.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 在所有地方顯示的 date 格式
date_format: "MMM DD, YYYY"
# 在所有地方顯示的日期格式
date_format: "YYYY 年 M 月 D 日"

global:
home: "首頁"
Expand Down
Loading

0 comments on commit 3a0049f

Please sign in to comment.