1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Cotes Chung
125c23f19b Bump version to 3.2.1 2021-02-10 23:50:06 +08:00
Cotes Chung
6692416fd4 Restore the copy link button in the post sharing option
Affected version >= 3.0.3, <= 3.2.0
2021-02-10 23:50:04 +08:00
Cotes Chung
e13187cb1d Bump version to 3.2.0 2021-02-10 21:27:18 +08:00
11 changed files with 10 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
jekyll-theme-chirpy (3.1.1) jekyll-theme-chirpy (3.2.1)
jekyll (~> 4.1) jekyll (~> 4.1)
jekyll-archives (~> 2.2) jekyll-archives (~> 2.2)
jekyll-paginate (~> 1.1) jekyll-paginate (~> 1.1)

View File

@@ -1,7 +1,7 @@
/*! /*!
* The styles for Jekyll theme Chirpy * The styles for Jekyll theme Chirpy
* *
* Chirpy v3.1.1 (https://github.com/cotes2020/jekyll-theme-chirpy) * Chirpy v3.2.1 (https://github.com/cotes2020/jekyll-theme-chirpy)
* © 2019 Cotes Chung * © 2019 Cotes Chung
* MIT Licensed * MIT Licensed
*/ */

View File

@@ -226,10 +226,6 @@
vertical-align: middle; vertical-align: middle;
user-select: none; user-select: none;
i {
font-weight: 400;
}
.share-icons { .share-icons {
font-size: 1.2rem; font-size: 1.2rem;
a { a {

View File

@@ -1,5 +1,5 @@
/*! /*!
* Chirpy v3.1.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * Chirpy v3.2.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
* © 2019 Cotes Chung * © 2019 Cotes Chung
* MIT Licensed * MIT Licensed
*/ */

View File

@@ -1,5 +1,5 @@
/*! /*!
* Chirpy v3.1.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * Chirpy v3.2.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
* © 2019 Cotes Chung * © 2019 Cotes Chung
* MIT Licensed * MIT Licensed
*/ */

View File

@@ -1,5 +1,5 @@
/*! /*!
* Chirpy v3.1.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * Chirpy v3.2.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
* © 2019 Cotes Chung * © 2019 Cotes Chung
* MIT Licensed * MIT Licensed
*/ */

View File

@@ -1,5 +1,5 @@
/*! /*!
* Chirpy v3.1.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * Chirpy v3.2.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
* © 2019 Cotes Chung * © 2019 Cotes Chung
* MIT Licensed * MIT Licensed
*/ */

View File

@@ -1,5 +1,5 @@
/*! /*!
* Chirpy v3.1.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * Chirpy v3.2.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
* © 2019 Cotes Chung * © 2019 Cotes Chung
* MIT Licensed * MIT Licensed
*/ */

View File

@@ -1,5 +1,5 @@
/*! /*!
* Chirpy v3.1.1 (https://github.com/cotes2020/jekyll-theme-chirpy/) * Chirpy v3.2.1 (https://github.com/cotes2020/jekyll-theme-chirpy/)
* © 2019 Cotes Chung * © 2019 Cotes Chung
* MIT Licensed * MIT Licensed
*/ */

View File

@@ -2,7 +2,7 @@
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "jekyll-theme-chirpy" spec.name = "jekyll-theme-chirpy"
spec.version = "3.1.1" spec.version = "3.2.1"
spec.authors = ["Cotes Chung"] spec.authors = ["Cotes Chung"]
spec.email = ["cotes.chung@gmail.com"] spec.email = ["cotes.chung@gmail.com"]

View File

@@ -1,6 +1,6 @@
{ {
"name": "jekyll-theme-chirpy", "name": "jekyll-theme-chirpy",
"version": "3.1.1", "version": "3.2.1",
"description": "A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.", "description": "A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.",
"main": "index.js", "main": "index.js",
"directories": { "directories": {