fix: rename typing to chameleon theme

This commit is contained in:
curben 2019-09-11 06:48:43 +01:00
parent 8c445af745
commit 5a381f7032
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
62 changed files with 1 additions and 112 deletions

View File

@ -68,7 +68,7 @@ pagination_dir: page
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: typing
theme: chameleon
# hexo-nofollow
## https://github.com/weyusi/hexo-nofollow

View File

Before

Width:  |  Height:  |  Size: 291 KiB

After

Width:  |  Height:  |  Size: 291 KiB

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 989 B

After

Width:  |  Height:  |  Size: 989 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 601 B

After

Width:  |  Height:  |  Size: 601 B

View File

Before

Width:  |  Height:  |  Size: 716 B

After

Width:  |  Height:  |  Size: 716 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 424 B

View File

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 546 B

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 470 KiB

After

Width:  |  Height:  |  Size: 470 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 963 B

After

Width:  |  Height:  |  Size: 963 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 521 B

After

Width:  |  Height:  |  Size: 521 B

View File

Before

Width:  |  Height:  |  Size: 819 B

After

Width:  |  Height:  |  Size: 819 B

View File

@ -1,71 +0,0 @@
# Changelog
## [Unreleased]
## [Released]
## [1.5.1] - 2018-03-14
- fix mobile menu style
## [1.5.0] - 2018-03-14
- add mobile menu
- add nav left style in desktop view
## [1.4.0] - 2017-11-27
- add donate section
## [1.3.3] - 2017-11-27
- add max-width for content
- fix responsive width
- change fonts
## [1.2.3] - 2017-09-15
- fix extra links in archive page
- switch the order of comments section
## [1.2.2] - 2017-09-10
- fix #7
- fix #10
### Added
- Add en.yml to languages to fix unstable english behaviour #8
- Add instruction about language Setting #9
- Add optional icons system #12,#13
- Add gitment comment system #14
## [1.1.1] - 2017-03-14
### Fixed
- fix #1
### Added
- add dark mode
## [1.0.1] - 2016-09-06
### Fixed
- fix category and tag page style
### Added
- make it responsive
## [1.0.0] - 2016-08-04
Release the first version.

View File

@ -1,9 +0,0 @@
Typing
=====================
Forked from [@geekplux](https://github.com/geekplux/hexo-theme-typing)
### LICENSE
Typing © [@geekplux](https://github.com/geekplux), Released under the [MIT](LICENSE) License.
Authored and maintained by [@geekplux](https://github.com/geekplux) with help from contributors ([list](https://github.com/geekplux/hexo-theme-typing/graphs/contributors)).

View File

@ -1,31 +0,0 @@
{
"name": "hexo-theme-typing-curben",
"description": "a pure and fresh Hexo theme. modified for curben/blog.",
"version": "1.0.0",
"keywords": [
"hexo",
"theme",
"typing"
],
"author": {
"name": "geekplux",
"email": "geekplux@gmail.com",
"url": "github.com/geekplux"
},
"repository": {
"type": "git",
"url": "https://github.com/geekplux/hexo-theme-typing.git"
},
"license": "MIT",
"dependencies": {
"gitment": "^0.0.3",
"normalize.css": "^8.0.0",
"typo.css": "^2.1.2"
},
"devDependencies": {
"cssnano": "^4.1.7",
"postcss-cli": "^6.0.1",
"postcss-import": "^12.0.1",
"precss": "^4.0.0"
}
}