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

Compare commits

...

2 Commits

Author SHA1 Message Date
Cotes Chung
0b043daa34 Bump version to 3.3.1 2021-04-02 21:15:50 +08:00
Cotes Chung
51930b9bcf Fix the MathJax config was lost in jekyll-compress-html 2021-04-02 21:15:47 +08:00
10 changed files with 12 additions and 12 deletions

View File

@@ -24,14 +24,14 @@
{% if page.math %}
<!-- MathJax -->
<script>
// see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options>
/* see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options> */
MathJax = {
tex: {
inlineMath: [ // start/end delimiter pairs for in-line math
inlineMath: [ /* start/end delimiter pairs for in-line math */
['$','$'],
['\\(','\\)']
],
displayMath: [ // start/end delimiter pairs for display math
displayMath: [ /* start/end delimiter pairs for display math */
['$$', '$$'],
['\\[', '\\]']
]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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