Christian Oliff
f59711945e
update Font Awesome ( #2053 )
...
* update Font Awesome
REF: https://fontawesome.com/changelog/latest
* Update _includes/scripts.html
Co-Authored-By: coliff <christianoliff@yahoo.com>
2019-02-08 12:30:56 -05:00
Michael Rose
8efaa7e46a
Update CHANGELOG and history
2019-02-08 12:30:16 -05:00
Michael Rose
246c678028
Compile main.min.js
2019-02-08 12:29:35 -05:00
정승원
81f7851347
[fix] syntax error of non-english character ( #2042 )
...
* Dear the make of one of the world's greatest jekyll theme.
[problem]
I found that
'Syntax Error' occurs when non-english character is included in some html elements(e.g h2, h3 ...) and 'toc' is generated based of that elements.
[debug]
Click the any element of auto generated 'toc' in the below link.
https://aliwo.github.io/swblog/series/principles_of_python/object/#%EA%B0%9D%EC%B2%B4%EC%99%80-%ED%81%B4%EB%9E%98%EC%8A%A4%EC%9D%98-%EC%A0%95%EC%9D%98
[fix]
This happens because escaped url string get right in to jquery. So I fixed it with
javascript's 'decodeURI' function! :)
* rollback unnecessary changes
2019-02-08 12:28:56 -05:00
Lucas Caton
ea2b6de555
Remove 'www' from Stack Overflow URL ( #2054 )
...
Stack Overflow is no longer including `www` in its URLs.
2019-02-05 08:07:16 -05:00
Vincent Tam
622005cb44
Improve Staticman v3 documentation ( #2043 )
...
* Corrected Staticman v3 info
* Added a link to eduardoboucas/staticman#219
* Fix typo
2019-01-27 20:08:03 -05:00
Michael Rose
cc4471e4dd
Update CHANGELOG, history, and docs
2019-01-23 20:23:29 -05:00
Michael Rose
bcb7343b17
Add Malayalam localized UI text strings
2019-01-23 20:21:38 -05:00
Hermit Physicist- Aravindvenma
c510b51a43
Update ui-text.yml ( #2037 )
...
Add Malayalam localized UI text strings
2019-01-23 20:20:05 -05:00
Michael Rose
d41a284bd2
Fix site.logo
false positives
2019-01-23 20:05:17 -05:00
Michael Rose
f405d24ce2
Update CHANGELOG and history
2019-01-23 19:36:01 -05:00
Alex Malaszkiewicz
d0d267697e
Add empty alt
attribute to img tag with logo ( #2035 )
...
* Provide empty alt attribute (alt="") for logo image, because it does not provide information
2019-01-23 19:34:43 -05:00
Michael Rose
8f5140ab42
Update test post
2019-01-21 14:24:50 -05:00
Michael Rose
afd8cfd99e
Fix empty <img>
when site_logo
is not assigned
...
Ref: https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-454809876
2019-01-16 11:06:54 -05:00
Michael Rose
c44e65cdec
Release 4.15.0 💎
2019-01-16 08:26:45 -05:00
Evan Debenham
282806ae07
Add logo and title customization to the masthead ( #2026 )
...
* Add logo and title customization to the masthead
* Adjust config description
* Add test site logo to `/test`
* Document `site.logo` and `site.masthead_title`
* Update CHANGELOG and history
2019-01-15 09:07:56 -05:00
Michael Rose
86e95b4f6f
Update CHANGELOG and history
2019-01-15 08:09:45 -05:00
Erik Demaine
1b7e8335fe
Fix scrollspy on link clicking, and # for top of page ( #2023 )
2019-01-15 08:08:41 -05:00
Michael Rose
a974e45712
Update
2019-01-08 08:45:57 -05:00
Huan LI (李卓桓)
cac73fb87d
Add support to customize issue-term
( #2022 )
...
Current we hardcoded the `pathname` for `issue-term` when we are using utterances comment provider.
It would be better for let users customize it by setting a `site.comments.utterances.issue_term` in their `_config.yml`.
2019-01-08 08:42:19 -05:00
Michael Rose
89c4169191
Update CHANGELOG, history, and canonical_url
documentation
2019-01-08 08:32:24 -05:00
Sean Killeen
77059e3710
assign canonical directly if custom value exists ( #2021 )
2019-01-08 08:23:31 -05:00
Michael Rose
2274abb67d
Update CHANGELOG and history
2019-01-08 08:22:03 -05:00
Michael Rose
4c2557d670
Merge pull request #2020 from edemaine/scrollspy
2019-01-08 08:19:16 -05:00
Erik Demaine
04e1614184
Define $active-color in terms of $primary-color
2019-01-04 15:46:01 -05:00
Erik Demaine
6990f8fcc9
Use jQuery throttle library
2019-01-04 12:57:33 -05:00
Erik Demaine
f2f580101e
Scrollspy-style updating of hash and TOC highlighting
2019-01-04 12:45:04 -05:00
Michael Rose
d361c00f8a
Update CHANGELOG and history
2019-01-04 12:33:29 -05:00
Erik Demaine
33551c8cdb
Clicking TOC links changes hash fragment ( #2019 )
...
* Fix smooth scroll breaking back button #1767
* Change URL's hash fragment when clicking on TOC
* Switch from hashchange to popstate event handler
This seems to have better behavior with the Forward button, on page load,
and always scrolls in the right direction.
Close #1767
2019-01-04 12:31:38 -05:00
Michael Rose
2784b3ad43
Bump version to 4.14.2
2019-01-04 12:16:38 -05:00
Michael Rose
9232a38f2a
Release 4.14.2 💎
2019-01-01 19:13:16 -05:00
Michael Rose
53a45a240e
Update copyright year
2019-01-01 19:06:45 -05:00
Michael Rose
c848d1ed61
Update CHANGELOG and history
2019-01-01 18:36:06 -05:00
Michael Rose
b45c66f1f8
Update
2019-01-01 18:36:00 -05:00
Sean Killeen
a81ed706da
Accessibility: Add aria-label to the search button ( #2014 )
...
* Accessibility: Add aria-label to the search button
* Update button aria text
* Add aria text to menu toggle
* Add span for search toggle
* Update span for menu label & remove aria
* Update ui-text.yml to add search_label
2019-01-01 18:33:51 -05:00
Michael Rose
1cd1e7112a
Fix wide tables that overflow parent container
...
Close #2008
2019-01-01 18:31:32 -05:00
Michael Rose
47450e8d08
Update CHANGELOG and history
2019-01-01 17:06:55 -05:00
Justin Rummel
f27bd39a41
lunr 2.3.5 update ( #2010 )
2019-01-01 17:05:06 -05:00
Michael Rose
70c937392d
Fix typo
2019-01-01 16:53:19 -05:00
Michael Rose
9fb484940f
Update CHANGELOG and history
2019-01-01 16:52:54 -05:00
Christian Oliff
8ec8def1b8
shorter IE conditional statement ( #2006 )
...
saves 5 bytes :-)
2019-01-01 16:50:33 -05:00
Michael Rose
f98445ef96
Update CHANGELOG and history
2019-01-01 16:49:49 -05:00
Roy
599847bf2d
Persian Translation of UI Elements ( #2004 )
...
* Add Persian translation to ui-text.yml
* Mention the added Persian translation in the documentation
2019-01-01 16:47:05 -05:00
Michael Rose
f3f73fdedc
Update CHANGELOG and history
2019-01-01 16:42:55 -05:00
Vincent Tam
7de372cea9
[Bug fix]: Added missing Staticman Spanish UI text ( #1997 )
...
Taken from line 91 of 5d-eu/messages.php@ec56008
2019-01-01 16:41:20 -05:00
Michael Rose
e647af55dd
Update CHANGELOG and history
2019-01-01 16:40:39 -05:00
Vincent Tam
c1412e3958
Remove unused variables ( #1996 )
2019-01-01 16:39:39 -05:00
Michael Rose
f4d890f282
Update CHANGELOG and history
2019-01-01 16:04:06 -05:00
Christian Oliff
4c6dd4fb41
update font awesome ( #1995 )
...
REF: https://fontawesome.com/changelog/latest
2019-01-01 16:02:59 -05:00
Harry Kalantzis
7178b37b08
Fixed Netlify typo ( #2013 )
2018-12-31 21:15:07 -05:00