Rabin Adhikari
67f278f1b4
Bump katex ko 0.13.5 ( #565 )
...
* Bump katex ko 0.13.3
* Bump katex to 0.13.5
2021-05-06 10:00:30 -03:00
Rabin Adhikari
1555abc641
Bump twemoji and katex to latest version ( #532 )
...
* Bump twemoji from 13.0.1 to 13.0.2
* Bump katex from 0.12.0 to 0.13.0
2021-03-25 10:06:54 -03:00
Codruț Constantin Gușoi
8384e09033
Adds anchors to all headings ( #439 )
2021-01-25 17:13:58 -03:00
Rabin Adhikari
94a11b8b15
Defer non-critical resources and use more sensible CDN provider ( #489 )
...
* Defer non-critical resources and use more sensible CDN provider
* Seems like defer doesn't work for css
* Delete vscode related files
* Remove comments from as per code review
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com >
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com >
2020-12-14 13:25:48 -03:00
YUJI
101354bf84
Unify CDN sources ( #484 )
...
* Change CDN to cdnjs
* Update CONTRIBUTORS.md
* Update math.html
2020-11-23 10:06:24 -03:00
Clément Pannetier
c5fbd48e91
Update variables names to camelCase format for consistency ( #473 )
2020-11-04 14:28:31 -03:00
Lorenzo Cameroni
b60a1c42eb
Translation of series ( #390 )
2020-08-24 11:16:41 -03:00
Arunvel Sriram
ba1028a9d0
Add support for utterrances label ( #384 )
...
* Support utterrances label
* Update CONTRIBUTORS.md
Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com >
2020-08-11 16:13:01 -03:00
Clément Pannetier
9d1ba9d21d
Utterances commenting system name corrected ( #342 )
2020-05-25 10:41:38 -03:00
Luiz F. A. de Prá
c600078921
Fix isset warning
2020-02-04 11:09:34 -03:00
KK
9ca430610e
Make it possible to enable katex and mathjax globally in config.toml ( #241 )
...
* Add \\( and \\[ as mathjax delimiters
* Make it possible to enable katex and mathjax globally in config.toml
2019-11-26 11:30:07 -03:00
KK
64a613ce31
Add \\( and \\[ as mathjax delimiters ( #239 )
2019-11-26 09:50:56 -03:00
Bobby
30850ff725
Make LaTeX compatible with MathJax version 3 ( #230 )
...
* Make MathJax version 3 work
* Change my contributor link
2019-10-21 14:09:19 -03:00
foodtooth
45d25ecd73
Use updated mathjax provided by jsdelivr. ( #215 )
2019-09-23 14:18:42 -03:00
Shreyansh Khajanchi
9b47893b34
add support for utteranc.es ( #205 )
2019-08-21 10:03:15 -03:00
Naim A
7ed7d3c51e
disqus: fixed issue #199 ( #200 )
2019-07-21 11:22:25 -03:00
John Tobin
26a6a0a7cd
Check if commentoUrl is set before using it. ( #198 )
...
* Check if commentoUrl is set before using it.
When a variable does not exist it evaluates to `nil`, and so the
check `(not (eq .Site.Params.commentoUrl ""))` evaluates to true rather
than false because `nil` is not "". Before this change, unless you
explicitly set Params.commentoUrl to "", the commento HTML block would
be added, and this fails because /js/commento.js does not exist. This
change ensures that the commento HTML block is only added whe
Params.commentoUrl exists and is set to a non-empty string.
* Check if DisqusShortname is set before using it.
2019-07-15 20:42:28 -03:00
Ryan Kes
a1afda5d22
Commento ( #196 )
...
* Added rel support
* Added name to contributers file
* Added commento support
2019-06-29 09:46:18 -03:00
Yudi
74232e32b5
replace .URL with .RelPermalink ( #176 )
...
* replace .URL with .RelPermalink
find * -type f -exec sed -i "" "s/.URL/.RelPermalink/g" {} \;
* fix my bad
2019-05-01 14:01:25 -03:00
d-dandrew
81666ed54b
Add KaTeX support ( #164 )
...
* Add render-latex-using-katex.md to Demonstarate how to use the katex
* Update math.html add katex scripts and css
2019-04-01 20:14:19 -03:00
Artem Khvastunov
3483f16f21
don't show empty See also for series ( #166 )
...
If series consists only of the current page it doesn't make sense to show an empty See also block.
2019-04-01 20:11:27 -03:00
Joseph Ting
27e83b1e5a
Add see also section to posts footer ( #152 )
...
* Fix series list page title
* Add see also section to posts footer
2019-03-11 08:21:14 -03:00
Martin Kiesel
e33d2ec88a
Accept boolean as well as string ( #119 )
...
* Accept boolean as well as string
* Update math.html
Tidy it up
* Update CONTRIBUTORS.md
Add myself to contributors
2018-11-20 09:39:08 -02:00
Khosrow Moossavi
4426c889fd
Post refactor to hold everything its own ( #88 )
2018-10-03 15:06:20 -03:00